java.lang.Object
org.gjt.sp.jedit.indent.IndentAction.NoIncrease
- All Implemented Interfaces:
IndentAction
- Enclosing interface:
IndentAction
Used to cancel increases in indentation.
- Author:
- Marcelo Vanzin
-
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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintcalculateIndent(JEditBuffer buffer, int line, int oldIndent, int newIndent) boolean
-
Constructor Details
-
NoIncrease
public NoIncrease()
-
-
Method Details
-
calculateIndent
- Specified by:
calculateIndentin 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:
keepCheckingin interfaceIndentAction- Returns:
- true if the indent engine should keep processing after this rule.
-