Changes between Version 15 and Version 16 of EmacsInterface/Undo
- Timestamp:
- Sep 18, 2012, 1:19:22 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EmacsInterface/Undo
v15 v16 10 10 two transformations -, but refactoring undo should handle these conflicts, and it must be as 11 11 complete as possible. 12 In this section we introduce a new undo/redo mechanism for the tool integrated in Emacs .12 In this section we introduce a new undo/redo mechanism for the tool integrated in Emacs and Vim. 13 13 14 14 ==== Installation ==== … … 19 19 * The Haskell compiler can be downloaded from the website http://www.haskell.org/ghc/download. 20 20 * Cabal is available at http://www.haskell.org/cabal/download.html or on Linux systems with cabal-install package. 21 * The files of this component can be found in ''lib/referl_ui'' directory within the ''tool'' under ''emacs''. In this directory you have to run ''make'' for compiling the source.22 * To enable the new undo mode you had to set the refactorerl-undo-mode to selective-undo.21 * For compiling the sources of this component, you have to run the "make bufsrv" in the root directory of the tool. 22 * To enable the new undo mode you had to set the undo mode in the editor to selective undo. 23 23 24 The other undo mode is enabled by default, or you can choose it with ''one -step'' mode. In this mode the undo operation restores the files to their state before the last refactoring step. This restoration includes dropping all the changes that you may have done to these files. You have been warned.24 The other undo mode is enabled by default, or you can choose it with ''one step'' mode. In this mode the undo operation restores the files to their state before the last refactoring step. This restoration includes dropping all the changes that you may have done to these files. You have been warned. 25 25 26 26