Source Editor Toolbar

See Also

The Java Editor toolbar provides buttons for some of the Java Editor's commands.

You can hide the Java Editor toolbar by choosing Tools > Options > Editing node > Editor Settings node and deselecting the Show Toolbar property.

The following table lists the buttons in the Java editor toolbar.

Icon Description
Jump to Previous Edit Moves to the last edit you made.
Jump to Next Edit Moves to the next edit you made.
Find Previous Occurrence Moves the insertion point to the previous found occurrence of the text that you previously searched for.
Find Selection Finds the item in which the cursor is currently inserted.
Find Next Occurrence Moves the insertion point to the next found occurrence of the text that you previously searched for.
Toggle Highlight Search Turns off or turns on the highlighting of search text.
Toggle Bookmark Inserts a bookmark on the current line or removes a bookmark on the current line.
Next Bookmark Moves the insertion point to the next bookmark in the file.
Previous Bookmark Moves the insertion point to the previous bookmark in the file.
Next Matching Word Completes the word you are typing to match the next word in the file that matches the word you are typing.
Previous Matching Word Completes the word you are typing to match the closest previous word in the file that matches the word you are typing.
Shift Line Left Reduces the indentation by one tab stop.
Shift Line Right Increases the indentation by one tab stop.
Start Recording Macro Starts recording a macro containing keystrokes and cursor movements.
Stop Recording Macro Stops macro recording.
Comment Comments out the selected lines (for Java files).
Uncomment Removes the comment marks from the selected lines (for Java files).
See Also
About the Source Editor

Legal Notices