Changes between Version 15 and Version 16 of EmacsInterface/Undo


Ignore:
Timestamp:
Sep 18, 2012, 1:19:22 PM (12 years ago)
Author:
manualwiki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EmacsInterface/Undo

    v15 v16  
    1010two transformations -, but refactoring undo should handle these conflicts, and it must be as 
    1111complete as possible. 
    12 In this section we introduce a new undo/redo mechanism for the tool integrated in Emacs. 
     12In this section we introduce a new undo/redo mechanism for the tool integrated in Emacs and Vim. 
    1313 
    1414==== Installation ==== 
     
    1919* The Haskell compiler can be downloaded from the website http://www.haskell.org/ghc/download.  
    2020* 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. 
    2323 
    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. 
     24The 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. 
    2525 
    2626