Changes between Version 12 and Version 13 of EclipseInterface


Ignore:
Timestamp:
Apr 21, 2015, 12:03:55 AM (9 years ago)
Author:
manualwiki
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • EclipseInterface

    v12 v13  
    1717While not required, it's recommended to install [http://www.erlide.org the Erlide plugin] in Eclipse. Erlide enhances features of the !RefactorErl plugin and transforms Eclipse into a complete Erlang IDE. 
    1818 
    19 A short list of frequently experienced problems relating to the installation can be found in the [#troubleshooting troubleshooting] section. 
     19A short list of frequently experienced problems relating to the installation and usage can be found in the [#troubleshooting troubleshooting] section. 
    2020 
    2121[=#install] 
     
    2828[=#instdep] 
    2929== Dependencies 
    30 * GNU/Linux, or Windows (with MinGW-W64) operating system. (Mac OSX was not tested.) 
     30* GNU/Linux or Windows (with MinGW-W64) operating system. (Mac OSX was not tested.) 
    3131* Java 7 JRE/JDK or newer. (Tested with Oracle and OpenJDK). 
    3232* Eclipse 4.4.0 Luna or newer. 
     
    317317[=#troubleshooting] 
    318318= Troubleshooting 
    319 This section describes some of the most frequently experienced problems relating to the installation and starting of the plugin. If the proposed solutions aren't working or you have a problem not in this list, feel free to [https://plc.inf.elte.hu/erlang/refactorerl-contact.html contact us.] 
     319This section describes some of the most frequently experienced problems relating to the installation, starting and usage of the plugin. If the proposed solutions aren't working or you have a problem not in this list, feel free to [https://plc.inf.elte.hu/erlang/refactorerl-contact.html contact us.] 
    320320* **The installation won't finish and shows an error message** - Make sure you have the correct Eclipse version listed in the [#instdep dependencies section]. 
    321321* **There is no !RefactorErl menu after the installation** - You need to open the !RefactorErl perspective or the Erlide perspective to access the !RefactorErl menu.  
     
    325325  1. Try ticking the **Debug mode** button in the **Preferences** window. When you attempt to connect, a console view will appear, where you can check the output of the process. If there is no output, you're likely not supplied the correct path of the !RefactorErl process. 
    326326  1. If the process starts, but the connection doesn't, you can try checking the logs. These files are containing the Erlang-formatted communication between the plugin and the !RefactorErl process. 
     327* **I get error messages when I try to use any of the dependency analysis features** - This is likely caused by using an older version of the !RefactorErl tool. Make sure the path in the **Preferences > !RefactorErl Base Directory** field points to the correct version listed in the [#instdep dependencies section].