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.
Icon | Icon Text | Function |
---|---|---|
Source | Views source code. | |
History | Views the history of source code edits. | |
Online Data Sheet | Opens 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 Edited | Moves to the line that contains the last edit made. | |
Back | Navigates back. | |
Forward | Navigates forward. | |
Find Selection | Finds the first occurrence of the selected text. | |
Find Previous Occurrence | Finds the previous occurrence of the selected text. | |
Find Next Occurrence | Finds the next occurrence of the selected text. | |
Toggle Highlight Search | Turns on/off text selected for search. | |
Toggle Rectangular Selection | Turns on/off text selected lines for search. | |
Previous Bookmark | Cycles backwards through the bookmarks. | |
Next Bookmark | Cycles forward through the bookmarks. | |
Toggle Bookmark | Sets a bookmark on a line of code. | |
Shift Left | Moves the selected line or lines one tab to the left. | |
Shift Right | Moves the selected line or lines one tab to the right. | |
Start Macro Recording | Start recording keystrokes. | |
Stop Macro Recording | Stop recording keystrokes. | |
Comment | Makes selected line into a comment by adding “//”. | |
Uncomment | Makes selected comment into a line by removing “//”. | |
Go to Header/Source | Moves between the header and related source code. |