Using Bookmarks in the Script Editors

InstallShield 2020

Bookmarks are markers that let you jump to specific lines within your script with a minimum number of keystrokes. Bookmarks are visible in the left margin of the script editor. Note that InstallShield does not save bookmarks when you close your project.

To add a new bookmark or clear an existing bookmark:

1. Do one of the following:
Place the insertion point in the line of your script that you want to contain a bookmark.
Place the insertion point in the line of your script that contains the bookmark that you want to
2. Press ALT+K.

To move the insertion point to the next line that contains a bookmark:

Press CTRL+K.

To move the insertion point to the previous line that contains a bookmark:

Press CTRL+SHIFT+K.

See Also