Select All |
Selects all the text of the currently selected class. |
Expand Selection |
Used for finding matching curly braces. The selection will be expanded to include the next outermost pair of curly braces. |
Enter Line Number |
Transfers keyboard focus to the line number text field. Typing a line number and hitting Enter (or Return) will then select that line number in the code. |
Insert Line Above |
Creates a blank line above the line containing the insertion point and positions the insertion point on that line. |
Insert Line Below |
Creates a blank line below the line containing the insertion point and positions the insertion point on that line. |
Toggle Code Comments |
Inserts code comments at the start of each line contained in the selection, commenting out those lines. If the lines are already commented out, the comments are removed. |
Beautify Source |
Passes the classs entire code through a code beautifier. This will properly re-indent all the code. After you have made a number of changes to the code and the indenting is incorrect, run the beautifier on it. |