Changes between Version 2 and Version 3 of EmacsInterface


Ignore:
Timestamp:
Feb 15, 2012, 12:11:06 PM (13 years ago)
Author:
manualwiki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EmacsInterface

    v2 v3  
    7979=== Server sub-menu === 
    8080 
     81==== Starting and stopping server ==== 
     82 
    8183While working with Erlang files the sever process of the !RefactorErl can be 
    8284stopped or can be restarted if it is required. The refactoring server can be 
     
    8688typing the {{{C-c C-r R}}} shortcut. 
    8789 
     90==== Configure ==== 
     91 
     92Using this menu item you can modify the "Basic settings" described above. 
     93 
     94==== Control buffer ==== 
     95 
     96Enabling {{{refactorerl-mode}}} in Emacs automatically starts the !RefactorErl 
     97control buffer. This buffer contains some !RefactorErl related functionality and 
     98settings. 
    8899 
    89100=== Files sub-menu === 
    90101 
     102==== Load directory ====  
     103 
     104Using this item (or C-c C-r L) the whole contents of a directory can be loaded without going through 
     105the files one-by-one. 
     106 
     107==== Database contents ==== 
     108 
     109The actual contents of the database are shown by this command (or {{{C-c C-r C}}}), the list is shown in the "!RefactorErl File 
     110List" buffer with links to the files themselves. 
     111 
     112==== Show parse errors ==== 
     113 
     114Selecting this item the parse errors in the database which arose while adding files to the database 
     115(parse errors for files where the indicated status is "error"). Every parse error is 
     116described in a separate row and gives information about the le which contains 
     117the actual parse error, the location in the le and context information about 
     118the error. The parse errors are listed in the "!RefactorErl File List" buffer with 
     119links to the location of the error. 
     120 
     121==== Draw graph ==== 
     122 
     123There is interface to visualise the content of the database. Choosing the "Draw 
     124graph" or typing the {{{C-c C-r G}}} shortcut the interface asks for a file name with 
     125extension .dot where to create the description of the database content. The tool 
     126creates the description of the graph to the given path and file, using Graphviz a 
     127graphic visualisation of the graph can be created. Note that the resulting graph 
     128may be too large for Graphviz to handle. 
     129 
     130 
    91131...