| java.lang.Object org.gjt.sp.jedit.indent.WhitespaceRule
WhitespaceRule | public class WhitespaceRule implements IndentRule(Code) | | Whitespace rule. This rule cancels all indent actions in the
following case:
- The previous line is all whitespace
- The current line is not empty
The result is that this rule won't allow the indentation to be
increased, only decreased (by rules triggered by unindentThisLine).
If the requirements above do not apply, this rule does nothing.
author: Marcelo Vanzin version: $Id: WhitespaceRule.java 9837 2007-06-23 21:41:32Z vanza $ since: jEdit 4.3pre10 |
|
|