Indents the current line in the document to the indent level of the start of the statement that the cursor is
currently on, plus the given suffix string.
version: $Id: ActionStartCurrStmtPlus.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.
Parameters: doc - AbstractDJDocument containing the line to be indented. Parameters: reason - The reason that the indentition is taking place true if the caller should update the current location itself,false if the indenter has already handled this
Fields inherited from edu.rice.cs.drjava.model.definitions.indent.IndentRuleWithTrace