abingham / traad

An JSON+HTTP server for the rope Python refactoring library
MIT License
107 stars 20 forks source link

Add "drop" support to undo/redo. #25

Open abingham opened 12 years ago

abingham commented 12 years ago

These functions support an optional "drop" argument that determines if the change gets moved to the other (redo or undo) list after being run. We should consider supporting them in the elisp and server API.