Uses of Class
org.gjt.sp.jedit.indent.IndentAction.Collapse

Packages that use IndentAction.Collapse
org.gjt.sp.jedit.indent Indentation rules and actions. 
 

Uses of IndentAction.Collapse in org.gjt.sp.jedit.indent
 

Fields in org.gjt.sp.jedit.indent declared as IndentAction.Collapse
static IndentAction.Collapse IndentAction.PrevCollapse
          This handles the following Java code: if(something) { // no indentation on this line, even though previous matches a rule
static IndentAction.Collapse IndentAction.PrevPrevCollapse
          This handles cases like: if (foo) bar; for (something; condition; action) { } Without this the "for" line would be incorrectly indented.