Changes between Version 9 and Version 10 of EclipseInterface
- Timestamp:
- Apr 19, 2015, 8:53:49 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
EclipseInterface
v9 v10 1 1 [[PageOutline]] 2 2 = Disclaimer 3 The currently available !RefactorErl plugin for Eclipse is an operational first prototype of the proposed tool. Most features are to be improved in future versions . Questions, suggestions, bug reports, feature requests and any other kind of well-intentioned feedback [https://plc.inf.elte.hu/erlang/refactorerl-contact.html sent to our team] are all welcome.3 The currently available !RefactorErl plugin for Eclipse is an operational first prototype of the proposed tool. Most features are to be improved in future versions, the [#planned corresponding section] lists some of these improvements. Questions, suggestions, bug reports, feature requests and any other kind of well-intentioned feedback [https://plc.inf.elte.hu/erlang/refactorerl-contact.html sent to our team] are all welcome. 4 4 5 5 = Introduction … … 28 28 [=#instdep] 29 29 == Dependencies 30 * GNU/Linux, or Windows (with MinGW-W64) operating system. (Mac OSX was not tested.) 30 31 * Java 7 JRE/JDK or newer. (Tested with Oracle and OpenJDK). 31 32 * Eclipse 4.4.0 Luna or newer. … … 37 38 }}} 38 39 * //Erlide 0.29 or newer (Optional. Enhances features of the !RefactorErl plugin.)// 40 41 === Operating systems 42 Any operating system running Eclipse and !RefactorErl should also be able to run the !RefactorErl plugin for Eclipse, but slight differences in systems can cause unpleasant surprises. The !RefactorErl Eclipse plugin was tested and run successfully on the following configurations: 43 * GNU/Linux Ubuntu 14.04, 32-bit. 44 * GNU/Linux Ubuntu 14.04, 64-bit. 45 * Windows 7 SP1, 64-bit. Tested with MinGW-W64 (native, 4.9.2, x86_64, posix, seh, revision 2) found at http://mingw-w64.yaxm.org/doku.php/download#mingw-builds 46 47 Other operating systems may be able to run the !RefactorErl plugin, but were not tested. 39 48 40 49 === Java 7 & Eclipse 4.4.0 … … 295 304 * **New investigation with subtree** - Copies the whole subtree, rooted in the selected node, to a new investigation. 296 305 306 [=#planned] 307 = Planned features and improvements 308 309 * Distinct file handling for local and remote !RefactorErl instances. In the current version, only the local filesystem can be accessed. 310 * Undo/redo features for modifying operations like refactorings. 311 * Preview window for refactorings and other modifying operations. 312 * Interruptable operations. 313 * Wider interoperability with the Erlide plugin. 314 * Graphical investigations interface, matching in appearance to those in other !RefactorErl interfaces. 315 * Dependency graph drawings with Eclipse GEF4 plugin 316 297 317 [=#troubleshooting] 298 318 = Troubleshooting