sidekick
Class SideKickActions
java.lang.Object
sidekick.SideKickActions
public class SideKickActions
- extends java.lang.Object
Nested Class Summary |
static class |
SideKickActions.SideKickAction
|
static class |
SideKickActions.ToggleParser
An action which will always activate the SideKick parser,
alternately selecting the default parser, and then the
selected one, allowing you to toggle between say, Outline
and Java parsers, XML and HTML, or Python and Jython parsers. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
COMPLETE_COMMAND
public static final int COMPLETE_COMMAND
- See Also:
- Constant Field Values
COMPLETE_DELAY_KEY
public static final int COMPLETE_DELAY_KEY
- See Also:
- Constant Field Values
COMPLETE_INSTANT_KEY
public static final int COMPLETE_INSTANT_KEY
- See Also:
- Constant Field Values
acceptChars
public static java.lang.String acceptChars
insertChars
public static java.lang.String insertChars
SideKickActions
public SideKickActions()
keyComplete
public static void keyComplete(org.gjt.sp.jedit.View view)
keyCompleteWithDelay
public static void keyCompleteWithDelay(org.gjt.sp.jedit.View view)
complete
public static void complete(org.gjt.sp.jedit.View view,
int mode)
selectAsset
public static void selectAsset(org.gjt.sp.jedit.View view)
narrowToAsset
public static void narrowToAsset(org.gjt.sp.jedit.View view)
goToPrevAsset
public static void goToPrevAsset(org.gjt.sp.jedit.View view)
goToNextAsset
public static void goToNextAsset(org.gjt.sp.jedit.View view)
propertiesChanged
public static void propertiesChanged()