Changes between Version 3 and Version 4 of EmacsInterface/Undo
- Timestamp:
- May 25, 2012, 2:04:45 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EmacsInterface/Undo
v3 v4 26 26 27 27 The undo (redo) function is available in the Refactor menu with Undo 28 (Redo) menu item. Calling the undo 29 operation the program undoes the last change in the current file. Case refactoring 30 the modifications will be rejected in every affected file, but in some cases can conflits arise. 28 (Redo) menu item. Calling the last change point in the Undo menu, the program undoes the last change in the current file. 29 Case refactoring the modifications will be rejected in every affected file, but in some cases can conflits arise. 31 30 When you edit an affected file, or make one another refactoring, the system checks, if the second 32 31 change affects the refactored area in the file. If the changes are overlapped, the undo reverts also this … … 34 33 also more changes get reversed. In both cases the changes can be redone until a newer modification. 35 34 35 You can undo also older changes, not only the last one. This operation is called selective undo. In the undo menu under last 36 change option there are the last 5 changes listed. You can choose from them, and the tool checks, if the chosen change 37 conflicts with newer changes after that, similarly to the simple case at refactoring conflicts. 36 38 37 39 40