|
||||||||
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.jakubholy.jedit.autocomplete.TextAutocompletePlugin
public class TextAutocompletePlugin
Automatic text completion for buffers. Try to complete a word typed in an associated buffer. Automatically try to find any completions for the current word being typed and if there're any, present them to the user in a pop-up list. A list of possible completions is constructed from words typed so far in the buffer that satisfy some conditions.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class org.gjt.sp.jedit.EditPlugin |
---|
org.gjt.sp.jedit.EditPlugin.Broken, org.gjt.sp.jedit.EditPlugin.Deferred |
Field Summary | |
---|---|
static java.lang.String |
PROPS_PREFIX
The prefix of (nearly) all properties used by this plugin. |
Constructor Summary | |
---|---|
TextAutocompletePlugin()
|
Method Summary | |
---|---|
void |
handleMessage(org.gjt.sp.jedit.EBMessage message)
|
void |
start()
|
void |
stop()
Called upon plugin unload - remove all instances of all classes that may be still bound to some buffers. |
Methods inherited from class org.gjt.sp.jedit.EditPlugin |
---|
createBrowserMenuItems, createMenuItems, getClassName, getPluginHome, getPluginHome, getPluginHome, getPluginJAR, getResourceAsOutputStream, getResourceAsOutputStream, getResourceAsStream, getResourceAsStream, getResourcePath, getResourcePath |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String PROPS_PREFIX
Constructor Detail |
---|
public TextAutocompletePlugin()
Method Detail |
---|
public void start()
start
in class org.gjt.sp.jedit.EditPlugin
EditPlugin.start()
public void stop()
stop
in class org.gjt.sp.jedit.EditPlugin
public void handleMessage(org.gjt.sp.jedit.EBMessage message)
handleMessage
in interface org.gjt.sp.jedit.EBComponent
handleMessage
in class org.gjt.sp.jedit.EBPlugin
EBPlugin.handleMessage(org.gjt.sp.jedit.EBMessage)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |