Changes between Version 88 and Version 89 of DevelopersGuide/DevelopingPlugins
- Timestamp:
- 2018-10-28T17:42:44+01:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/DevelopingPlugins
v88 v89 211 211 ||'''Plugin-Description'''||required||Gives the description of the plugin visible in the preferences page. For line breaks, you have to use {{{<br>}}}, ''not'' {{{<br/>}}}|| 212 212 ||'''Author'''||optional||The name and or email address of the author of this plugin. This is used in the error report window, if an error is detected within the plugin code.|| 213 ||'''Minimum-Java-Version'''||optional||Integer minimum version of Java required to use this plugin (since r14186).|| 213 ||'''Plugin-Minimum-Java-Version'''||optional||Integer minimum version of Java required to use this plugin (since r14186).|| 214 214 ||'''Plugin-Date'''||optional||The creation date of the plugin in ISO format.|| 215 215 ||'''Plugin-Early'''||optional||Can be set to {{{true}}}, in which case the plugin is loaded as early as possible, more specific before the GUI classes are loaded. This is usefull if your plugin alters the GUI or the JOSM-startup process in any way.||