Setting, Going to, and Deleting Bookmarks in a Script
- Updated2024-09-12
- 1 minute(s) read
Working with DIAdem SCRIPT > Script Editor > Setting, Going to, and Deleting Bookmarks in a Script
Setting, Going to, and Deleting Bookmarks in a Script
Use bookmarks to mark lines in a script with a blue spot. To set and to delete a bookmark in a script, complete the following steps:
- Select the DIAdem SCRIPT panel.
- Select File»Open.
- Select a VBS or Python script.
- Click Open.
- In the script editor, click the line you want to set or delete a bookmark in.
- Select Edit»Bookmark On/Off to set or to delete a bookmark. To set and delete bookmarks, press <Ctrl-F2> or click the Bookmarks On/Off button. To delete all the bookmarks in a script, select Edit»Delete All Bookmarks or press <Shift-Ctrl-F2>.
- Set bookmarks in several lines.
- Click the line with the first bookmark.
- Select Edit»Next Bookmark to jump to the next line with a bookmark. When you have reached the last line in a script that has a bookmark, click Edit»Next Bookmark to go to the first line with a bookmark. You also can jump to lines that have bookmarks when you press <F2> or click the Next Bookmark button.
To go to the previous bookmark in a file, click the Previous Bookmark button. When you reach the first bookmark, you go back to the last bookmark in the file with the next jump.