Changes between Version 4 and Version 5 of DevelopersGuide/PluginInstallationWithoutRestart


Ignore:
Timestamp:
2019-04-30T10:38:24+02:00 (7 years ago)
Author:
Hb---
Comment:

Removing the last occurrence of "menu entry" from the wiki

Legend:

Unmodified
Added
Removed
Modified
  • DevelopersGuide/PluginInstallationWithoutRestart

    v4 v5  
    2222
    2323''So what do you need to change in the plugin source code?'' If you're lucky, nothing at all. The most common ways, a plugin interacts with JOSM work ''without'' adaption:
    24 * Adding a menu entry to the main menu in the plugin Constructor
     24* Adding a menu item to the main menu in the plugin Constructor
    2525* Adding MapModes or ToggleDialogs to the MapFrame in the `mapFrameInitialized` method
    2626* Adding a preferences tab to the preferences in the `getPreferenceSetting` method