Changes between Version 44 and Version 45 of DevelopersGuide/DevelopingPlugins
- Timestamp:
- 2010-06-15T00:18:42+02:00 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/DevelopingPlugins
v44 v45 149 149 ||'''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.|| 150 150 ||'''Plugin-Link'''||optional||Informational URL to a webpage or other information source about that plugin. Is also used in the [wiki:Plugins plugins] information page.|| 151 ||'''Plugin-Icon'''||optional||The icon to display in the plugin list. The image must be included in the plugin jar file. Give the full relative path, e.g. {{{images/preferences/plugin.png}}}[[BR]]The images are collected by a server script in regular intervals. The JOSM clients downloads the entire [http://josm.openstreetmap.de/plugin-icons.zip archive] along with the plugin list.|| 151 152 ||'''Plugin-Requires'''||optional||A list of other plugins which are required before plugin works. The list is separated by semi colons.|| 152 153 ||'''Plugin-Stage'''||optional||An number of the order relative to other plugins, when the plugin is loaded. Smaller numbers gets loaded first, so if you have conflicts with other plugins, you can increase or decrease this number to get some control on the loading order. Defaults to 50.||