Difference between revisions of "IDE setup"
From Freeplane - free mind mapping and knowledge management software
(Created page with '==Eclipse package== You need an eclipse version with Plug-in Development Environment (PDE), for example [http://www.eclipse.org/downloads/packages/eclipse-rcp-and-rap-developers/...') |
(→Version control integration) |
||
Line 7: | Line 7: | ||
* eclipse code-templates, formatter and clean-up configuration files which should be used if you contribute your code to the project. | * eclipse code-templates, formatter and clean-up configuration files which should be used if you contribute your code to the project. | ||
+ | ==Version control integration== | ||
+ | You can use eclipse bazaar plugin [http://wiki.bazaar.canonical.com/BzrEclipse/Installation BzrEclipse]. It requires the latest version of | ||
+ | bazaar plug-in [https://launchpad.net/bzr-xmloutput bzr-xmloutput] which is not released yet but can be obtained directly from bazaar repository using command | ||
+ | bzr branch lp:bzr-xmloutput | ||
[[Category:Developer_Documentation]] | [[Category:Developer_Documentation]] |
Revision as of 12:00, 26 October 2010
Eclipse package
You need an eclipse version with Plug-in Development Environment (PDE), for example Eclipse for RCP and RAP Developers
Settings
In project freeplane_devresources you find
- some launch configurations for starting the application
- eclipse code-templates, formatter and clean-up configuration files which should be used if you contribute your code to the project.
Version control integration
You can use eclipse bazaar plugin BzrEclipse. It requires the latest version of bazaar plug-in bzr-xmloutput which is not released yet but can be obtained directly from bazaar repository using command
bzr branch lp:bzr-xmloutput