Package | Description |
---|---|
org.gjt.sp.jedit |
This package contains jEdit's core classes.
|
org.gjt.sp.jedit.indent |
Indentation rules and actions.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.List<IndentRule> |
Mode.getIndentRules() |
Modifier and Type | Class | Description |
---|---|---|
class |
BracketIndentRule |
|
class |
CloseBracketIndentRule |
|
class |
DeepIndentRule |
Deep indent rule.
|
class |
OpenBracketIndentRule |
|
class |
RegexpIndentRule |
|
class |
WhitespaceRule |
Whitespace rule.
|
Modifier and Type | Method | Description |
---|---|---|
static IndentRule |
IndentRuleFactory.indentCloseBracket(char bracket) |
|
static IndentRule |
IndentRuleFactory.indentNextLine(java.lang.String regexp) |
|
static IndentRule |
IndentRuleFactory.indentNextLines(java.lang.String regexp) |
|
static IndentRule |
IndentRuleFactory.indentOpenBracket(char bracket) |
|
static IndentRule |
IndentRuleFactory.unalignedCloseBracket(char bracket) |
|
static IndentRule |
IndentRuleFactory.unalignedOpenBracket(char bracket) |
|
static IndentRule |
IndentRuleFactory.unindentNextLines(java.lang.String regexp) |
|
static IndentRule |
IndentRuleFactory.unindentThisLine(java.lang.String regexp) |