Changes between Version 5 and Version 6 of parte/cefp
- Timestamp:
- Jul 7, 2015, 10:54:01 AM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
parte/cefp
v5 v6 21 21 * Edit your .emacs file based on the instructions provided by the install script 22 22 23 24 == Usage 25 26 * Start a RefactorErl node: 27 {{{ 28 #!erlang 29 cd referl/tool 30 bin/referl -db nif 31 }}} 32 33 * Use the RefactorErl shell to build the database: 34 35 {{{ 36 #!erlang 37 ri:add("path_to_my_file/my_file.erl"). 38 }}} 39 40 * Use the RefactorErl shell interface of PaRTE: 41 42 {{{ 43 #!erlang 44 refpp_api:run(). 45 refpp_api:run([{modules, [matrix], {cand_types, [farm, pipe]}, {chains, false}}]). 46 }}} 47 48 * Start your Emacs and use the PaRTE menu