Aligns indentation of the current line to the character that opened the enclosing block or expression list.
Optional additional whitespaces can be passed through the constructor.
version: $Id: ActionBracePlus.java 4255 2007-08-28 19:17:37Z mgricken $
Properly indents the line that the caret is currently on. Replaces all whitespace characters at the beginning of
the line with the appropriate spacing or characters.
Preconditions: must be inside a brace.
Parameters: doc - AbstractDJDocument containing the line to be indented. true if the caller should update the current location, false if the indenter has already done this.
Fields inherited from edu.rice.cs.drjava.model.definitions.indent.IndentRuleWithTrace