java.lang.Object
org.gjt.sp.jedit.indent.IndentAction.AlignParameter
- All Implemented Interfaces:
IndentAction
- Enclosing interface:
- IndentAction
Indent action used for deep indent.
- Author:
- Matthieu Casanova
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.gjt.sp.jedit.indent.IndentAction
IndentAction.AlignOffset, IndentAction.AlignParameter, IndentAction.Collapse, IndentAction.Decrease, IndentAction.Increase, IndentAction.NoIncrease, IndentAction.Reset
-
Field Summary
Fields inherited from interface org.gjt.sp.jedit.indent.IndentAction
PrevCollapse, PrevPrevCollapse
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
calculateIndent
(JEditBuffer buffer, int line, int oldIndent, int newIndent) boolean
-
Constructor Details
-
AlignParameter
public AlignParameter(int openParensColumn)
-
-
Method Details
-
calculateIndent
- Specified by:
calculateIndent
in interfaceIndentAction
- Parameters:
buffer
- The bufferline
- The line number that matched the rule; not necessarily the line being indented.oldIndent
- Original indent.newIndent
- The new indent -- ie, indent returned by previous indent action.
-
keepChecking
public boolean keepChecking()- Specified by:
keepChecking
in interfaceIndentAction
- Returns:
- true if the indent engine should keep processing after this rule.
-