Panel | ||||||
---|---|---|---|---|---|---|
| ||||||
|
...
Configuration
Application memory
Eclipse will perform terribly unless you give it a few GB of memory (RAM).
In the installation folder, find eclipse.ini
. Ensure is contains the following JVM options:
Code Block |
---|
-Xms512m -Xmx2g |
...
- Click "Import..." and import IHMC Open Robotics Software/ihmc-java-toolkit/CodeFormatTemplates/IHMCEclipseFormatter.xml
Plugins
JavaFX
To get JavaFX to work in Eclipse, a plugin is presently required. Follow the instructions to install e(fx)clipse.
C++ development
CMake editor: http://www.cthing.com/CMakeEd.asp
Eclipse file generator from CMake: https://gitlab.kitware.com/cmake/community/wikis/doc/editors/Eclipse-CDT4-Generator
EGit
Install Egit: http://www.eclipse.org/egit/download/
Set Git default Pull to 'rebase' as described in Git Tips And Tricks
In Window > Preferences > Team > Git > History:
- Set "Maximum characters to show for a tag" to 100
- Set "Maximum characters to show for a branch" to 100
Importing Gradle Projects
...
Eclipse Development Setup (Old bridge page)
Importing Gradle projects into Eclipse
...