Changes between Version 61 and Version 62 of DevelopersGuide/DevelopingPlugins


Ignore:
Timestamp:
2012-02-27T19:40:21+01:00 (12 years ago)
Author:
stoecker
Comment:

Fix typo

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/DevelopingPlugins

    v61 v62  
    172172||'''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.||
    173173||'''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.||
    174 ||'''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.||
     174||'''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 download the entire [http://josm.openstreetmap.de/plugin-icons.zip archive] along with the plugin list.||
    175175||'''Plugin-Requires'''||optional||A list of other plugins which are required before plugin works. The list is separated by semi colons.||
    176176||'''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.||