Changes between Version 4 and Version 5 of DevelopersGuide/PluginInstallationWithoutRestart
- Timestamp:
- 2019-04-30T10:38:24+02:00 (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DevelopersGuide/PluginInstallationWithoutRestart
v4 v5 22 22 23 23 ''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 entryto the main menu in the plugin Constructor24 * Adding a menu item to the main menu in the plugin Constructor 25 25 * Adding MapModes or ToggleDialogs to the MapFrame in the `mapFrameInitialized` method 26 26 * Adding a preferences tab to the preferences in the `getPreferenceSetting` method
