Changes between Version 5 and Version 6 of parte/cefp


Ignore:
Timestamp:
Jul 7, 2015, 10:54:01 AM (9 years ago)
Author:
tothm
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • parte/cefp

    v5 v6  
    2121  * Edit your .emacs file based on the instructions provided by the install script 
    2222 
     23 
     24== Usage 
     25 
     26  * Start a RefactorErl node: 
     27{{{ 
     28#!erlang 
     29cd referl/tool 
     30bin/referl -db nif 
     31}}} 
     32 
     33  * Use the RefactorErl shell to build the database: 
     34 
     35{{{ 
     36#!erlang 
     37ri:add("path_to_my_file/my_file.erl"). 
     38}}} 
     39 
     40  * Use the RefactorErl shell interface of PaRTE: 
     41 
     42{{{ 
     43#!erlang 
     44refpp_api:run(). 
     45refpp_api:run([{modules, [matrix], {cand_types, [farm, pipe]}, {chains, false}}]). 
     46}}} 
     47 
     48  * Start your Emacs and use the PaRTE menu