Setting Bookmarks¶
Bookmarks are used for easy navigation through long programs. You can use bookmarks in all implementation language editors, except SFC (sequential function chart). Commands help to navigate directly to the marked position in the program.
Setting and removing bookmarks in ST
Requirement: The POU is open in the editor.
Set the cursor at any program line.
Choose the command
.- ⇒
A bookmark is set at the program line. This is marked with a light blue box
.
Set several bookmarks at different places in the program.
Set the cursor at a bookmarked program line.
Choose the command
.- ⇒
The bookmark and the light blue box are removed.
Note
Choose the command
to remove all bookmarks.
See also
Jumping to bookmarks
Requirement: The POU is open in the editor. Several bookmarks are set.
Choose the command
.- ⇒
Depending on its current position, the cursor jumps to the next bookmark (see below).
Choose the command
.- ⇒
Depending on its current position, the cursor jumps to the previous bookmark (see above).
See also