Uses of Class
org.gjt.sp.jedit.indent.IndentAction.Collapse
-
Uses of IndentAction.Collapse in org.gjt.sp.jedit.indent
Modifier and TypeFieldDescriptionstatic final IndentAction.Collapse
IndentAction.PrevCollapse
This handles the following Java code: if(something) { // no indentation on this line, even though previous matches a rulestatic final IndentAction.Collapse
IndentAction.PrevPrevCollapse
This handles cases like: if (foo) bar; for (something; condition; action) { } Without this the "for" line would be incorrectly indented.