How to write up a plugin that is dynamically loaded.
Submitted by Saturday, 10 July, 2004 - 11:08
on
hi,
How do i write up a plugin that can be loaded or unloaded without restarting jedit?
myPlugin.java has the following code
public class myPlugin extends
{
public void createMenuItems(Vector menuItems)
{
menuItems.addElement(GUIUtilities.loadMenuItem("myPlugin"));
}
}
Thanks,
salgavkar
How do i write up a plugin that can be loaded or unloaded without restarting jedit?
myPlugin.java has the following code
public class myPlugin extends
{
public void createMenuItems(Vector menuItems)
{
menuItems.addElement(GUIUtilities.loadMenuItem("myPlugin"));
}
}
Thanks,
salgavkar