|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gjt.sp.jedit.EditPlugin
org.gjt.sp.jedit.EBPlugin
net.sf.plb4jedit.plb.PlbPlugin
jEdit plugin to add Plb-specific enhancements to jEdit:
Nested Class Summary |
Nested classes inherited from class org.gjt.sp.jedit.EditPlugin |
org.gjt.sp.jedit.EditPlugin.Broken, org.gjt.sp.jedit.EditPlugin.JAR |
Field Summary | |
static PlbParser |
PLB_PARSER_INSTANCE
singletion PlbParser instance for SideKick-Plugin |
static String |
PROPERTY_PREFIX
prefix to lookup properties in Plb.props |
Constructor Summary | |
PlbPlugin()
|
Method Summary | |
void |
createMenuItems(Vector menuItems)
creates Plugin menu entries from properties in Plb.props: plb.menu.label=Plb plb.menu=Plb - plb.open-variable-declaration plb.goto-label |
static void |
gotoLabel()
goes to the position where the label under the cursor is defined. |
void |
handleMessage(org.gjt.sp.jedit.EBMessage msg)
jEdit plugin architecture: handle messages (e.g. |
static void |
openVariableDeclaration()
opens the variable definition in a new buffer. |
void |
start()
jEdit plugin architecture: called on start-up to initialize plugin |
void |
stop()
jEdit plugin architecture: called on shutdown |
Methods inherited from class org.gjt.sp.jedit.EditPlugin |
createOptionPanes, getClassName, getJAR |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String PROPERTY_PREFIX
public static final PlbParser PLB_PARSER_INSTANCE
Constructor Detail |
public PlbPlugin()
Method Detail |
public void start()
public void stop()
public void createMenuItems(Vector menuItems)
menuItems
- parampublic void handleMessage(org.gjt.sp.jedit.EBMessage msg)
public static void openVariableDeclaration()
public static void gotoLabel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |