Changes between Version 90 and Version 91 of DevelopersGuide/DevelopingPlugins


Ignore:
Timestamp:
2018-11-01T18:28:19+01:00 (7 years ago)
Author:
Don-vip
Comment:

typo

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/DevelopingPlugins

    v90 v91  
    213213||'''Plugin-Minimum-Java-Version'''||optional||Integer minimum version of Java required to use this plugin (since r14186).||
    214214||'''Plugin-Platform'''||optional||Native platform on which this plugin runs. Must be `Windows`, `Osx` or `Unixoid` (since r14384).||
    215 ||'''Plugin-Provides'''||optional||Name of the ''virtual'' plugin provided by this native implementation (since r14384). For example `javafx-windows`, `javafx-osx` and `javafx-unixoid` provide the cirtual plugin `javafx`. ||
     215||'''Plugin-Provides'''||optional||Name of the ''virtual'' plugin provided by this native implementation (since r14384). For example `javafx-windows`, `javafx-osx` and `javafx-unixoid` provide the virtual plugin `javafx`. ||
    216216||'''Plugin-Date'''||optional||The creation date of the plugin in ISO format.||
    217217||'''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.||