nboldi / haskell-tools-atom

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

Undo should revert a refactoring #2

Closed nboldi closed 7 years ago

nboldi commented 7 years ago

Undo should not only revert the changes of the refactoring in the current file, but should completely revert them in all files. This might require to send the diff of the change with the files-changed message.

nboldi commented 7 years ago

Of course, it would be better to have a whole refactoring stack interwoven with the normal undo stack.