Jose wrote:
A typical plugin pattern is

[...]

If I follow this exactly I end up with two instance of plugin, conflicting with each other so I need to
eliminate the first one before setting up the plugin again. Any ideas ?
It depends on what the plugin actually does. Most apply some event handlers which could be removed manually. In other cases it may suffice to add a hook allowing you to change options at "runtime".

--
Jörn Zaefferer

http://bassistance.de

Reply via email to