[josm-dev] questions about plugin loading

2010-08-15 Thread Bodo Meissner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello all, I started implementing remote control for WMS. The remotecontrol plugin will provide an interface to register new handlers for additional commands and the WMS plugin will use this interface. That means when the WMS plugin wants to make cal

Re: [josm-dev] questions about plugin loading

2010-08-15 Thread Dirk Stöcker
On Sun, 15 Aug 2010, Bodo Meissner wrote: I started implementing remote control for WMS. The remotecontrol plugin will provide an interface to register new handlers for additional commands and the WMS plugin will use this interface. That means when the WMS plugin wants to make calls to the remo

Re: [josm-dev] questions about plugin loading

2010-08-15 Thread Bodo Meissner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 15.08.2010 19:59, schrieb Dirk Stöcker: > > http://josm.openstreetmap.de/wiki/DevelopersGuide/DevelopingPlugins#ThemanifestfileforaJOSMplugin > > See Plugin-Requires, Plugin-Stage and Plugin-Early. Thank you for the link. > Thought you can't use

Re: [josm-dev] questions about plugin loading

2010-08-15 Thread Sebastian Klein
Bodo Meissner wrote: Does JOSM call a function of a plugin when all enabled plugins are loaded? This can be useful to override in Plugin class: mapFrameInitialized(MapFrame, MapFrame) Sebastian ___ josm-dev mailing list josm-dev@openstreetmap.org

Re: [josm-dev] questions about plugin loading

2010-08-15 Thread Dirk Stöcker
On Sun, 15 Aug 2010, Bodo Meissner wrote: Easiest is probably to use "Plugin-Early" in remote-control. I will use something like for remotecontrol and for wmsplugin an add some explanatory comments. (I want to reserve Plugin-Early for plugins that really need it.) Plastic_laf is the only o