public class SideKickActions
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
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.
|
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
acceptChars |
static int |
COMPLETE_COMMAND |
static int |
COMPLETE_DELAY_KEY |
static int |
COMPLETE_INSTANT_KEY |
static java.lang.String |
insertChars |
Constructor and Description |
---|
SideKickActions() |
Modifier and Type | Method and Description |
---|---|
static void |
complete(org.gjt.sp.jedit.View view,
int mode) |
static void |
goToNextAsset(org.gjt.sp.jedit.View view) |
static void |
goToPrevAsset(org.gjt.sp.jedit.View view) |
static void |
keyComplete(org.gjt.sp.jedit.View view) |
static void |
keyCompleteWithDelay(org.gjt.sp.jedit.View view) |
static void |
narrowToAsset(org.gjt.sp.jedit.View view) |
static void |
propertiesChanged() |
static void |
selectAsset(org.gjt.sp.jedit.View view) |
public static final int COMPLETE_COMMAND
public static final int COMPLETE_DELAY_KEY
public static final int COMPLETE_INSTANT_KEY
public static java.lang.String acceptChars
public static java.lang.String insertChars
public static void keyComplete(org.gjt.sp.jedit.View view)
public static void keyCompleteWithDelay(org.gjt.sp.jedit.View view)
public static void complete(org.gjt.sp.jedit.View view, int mode)
public static void selectAsset(org.gjt.sp.jedit.View view)
public static void narrowToAsset(org.gjt.sp.jedit.View view)
public static void goToPrevAsset(org.gjt.sp.jedit.View view)
public static void goToNextAsset(org.gjt.sp.jedit.View view)
public static void propertiesChanged()