Difference between revisions of "IDE setup"

From Freeplane - free mind mapping and knowledge management software
m (Reverted edits by Irajawapys (Talk) to last version by DimitryPolivaev)
Line 5: Line 5:
 
In project <tt>freeplane_devresources</tt> you find  
 
In project <tt>freeplane_devresources</tt> you find  
 
* some launch configurations for starting the application
 
* 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.
+
* eclipse code-templates, formatter and clean-up configuration files which must be used if you contribute your code to the project.
  
 
==Version control integration==
 
==Version control integration==
Line 11: Line 11:
 
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  
 
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
 
  bzr branch lp:bzr-xmloutput
 +
 +
==Useful Eclipse plugins==
 +
* For properties files, especially for language resources, the [http://propedit.sourceforge.jp/index_en.html Properties Editor plugin] is useful. Install the Properties Editor from the update site http://propedit.sourceforge.jp/index_en.html.
  
 
[[Category:Developer_Documentation]]
 
[[Category:Developer_Documentation]]

Revision as of 21:58, 19 February 2011

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 must 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

Useful Eclipse plugins