13.2.11 Editor Toolbar

The Editor toolbar is located at the top of any Editor window. This toolbar currently contains button icons for the following functions. These functions are also on the Edit and Source menus.

Figure 13-2. Editor Toolbar
IconIcon TextFunction
SourceViews source code.
HistoryViews the history of source code edits.
Online Data SheetOpens the project device data sheet to actively lookup Peripherals and SFR's selected (highlighted) in source code.

Currently this functionality is for AVR devices only.

Last EditedMoves to the line that contains the last edit made.
BackNavigates back.
ForwardNavigates forward.
Find SelectionFinds the first occurrence of the selected text.
Find Previous OccurrenceFinds the previous occurrence of the selected text.
Find Next OccurrenceFinds the next occurrence of the selected text.
Toggle Highlight SearchTurns on/off text selected for search.
Toggle Rectangular SelectionTurns on/off text selected lines for search.
Previous BookmarkCycles backwards through the bookmarks.
Next BookmarkCycles forward through the bookmarks.
Toggle BookmarkSets a bookmark on a line of code.
Shift LeftMoves the selected line or lines one tab to the left.
Shift RightMoves the selected line or lines one tab to the right.
Start Macro RecordingStart recording keystrokes.
Stop Macro RecordingStop recording keystrokes.
CommentMakes selected line into a comment by adding “//”.
UncommentMakes selected comment into a line by removing “//”.
Go to Header/SourceMoves between the header and related source code.