IDE setup
Contents
Pre-requisites
Freeplane can be developed in Eclipse, IntelliJ and Netbeans and directly imported from gradle files. Configuration and manifest files needed for debugging are created when gradle build is executed.
Eclipse
Eclipse can directly import gradle files using buildship plugin. Alternatively eclipse project files can be generated by gradle running command
gradle eclipse
Project freeplane_mac should be only included on Macs.
After direct import project freeplane_root should be removed.
There are eclipse launch configurations for debugging in project freeplane_debughelper. Configuration freeplane_debughelper/eclipse/freeplane.launch
is the most useful one, configurations freeplane_debughelper/eclipse/freeplane dist.launch
and freeplane_debughelper/eclipse/freeplane dist mac.launch
are used to launch binary distributions created by gradle build.