Changes between Version 9 and Version 10 of EmacsInterface/Undo
- Timestamp:
- May 25, 2012, 2:47:10 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EmacsInterface/Undo
v9 v10 26 26 27 27 The undo (redo) function is available in the Refactor menu with Undo 28 (Redo) menu item (see attachments: Selective undo menu). Calling the last change point in the Undo menu,28 (Redo) menu item [[Image(sel-undo.ong)]]. Calling the last change point in the Undo menu, 29 29 the program undoes the last change in the current file. Case refactoring the modifications will be rejected in 30 30 every affected file, but in some cases can conflits arise. When you edit an affected file, or make one another … … 41 41 algorithm of the conflicts. 42 42 43 Example 1. (see picture: Example 1 - Merge)43 Example 1. [[Image(ex-1-merge.png)]] 44 44 45 45 1. we move the ''pzip'' function from module ''from'' to … … 50 50 successful, the edited text is unchanged 51 51 52 Example 2. (see picture: Example 2 - Conflict)52 Example 2. [[Image(ex-2-confl.png)]] 53 53 54 54 1. we move the ''pzip'' function from module ''from'' to module ''xlists'' 55 55 2. item we edit the module {\em xlists} after refactoring in area, that is affected by refactoring (''pzip'') 56 56 3. then we undo the refactoring in the module ''from'': conflict arises, the change by editing is rejected 57