nboldi / haskell-tools-atom

An Atom editor binding for the Haskell-tools framework
7 stars 2 forks source link

Restore the cursor after a refactoring #1

Closed nboldi closed 7 years ago

nboldi commented 7 years ago

Currently the cursor is reset to zero position after a refactoring. We should detect when the file had changed and use the difference between the old and new content to correctly place the cursor in the new file.

nboldi commented 7 years ago

Restore the cursor to the original, but without corrections.

nboldi commented 7 years ago

Resolved