Changes between Version 3 and Version 4 of EmacsInterface


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

--

Legend:

Unmodified
Added
Removed
Modified
  • EmacsInterface

    v3 v4  
    128128may be too large for Graphviz to handle. 
    129129 
     130==== Reset database ==== 
     131 
     132With this item you can reset the content of the entire 
     133database. It removes every loaded module, header file from the database and 
     134deletes the previously set include directories too. 
     135 
     136=== Adding and dropping files === 
     137 
     138A single file can be loaded into the database by opening it, enabling !RefactorErl 
     139mode for it, and using the "Add file" command (in the menu, or by the keys 
     140{{{C-c C-r a}}}). The "Drop file" command ({{{C-c C-r d}}}) removes the file from the 
     141database. When a file is modified and saved, it is automatically updated by 
     142removing and re-adding its changed forms. 
    130143 
    131144...