restoreBookmarks()
All bookmarks in the ewo are stored for the given context with saveBookmarks() and can be restored again by passing the same context string to restoreBookmarks().
Synopsis
void restoreBookmarks(string context);
Parameters
Parameter | Meaning | |
---|---|---|
context | The string where the bookmark was saved to by using the function saveBookmarks() . |
Description
All bookmarks in the ewo are stored for the given context with saveBookmarks() and can be restored again by passing the same context string to restoreBookmarks().
Bookmarks are stored directly in the user settings file on the local disk. Therefore, you cannot restore bookmarks if you defined these on a different machine. For an example, see chapter saveBookmarks().
Assignment
The Script EditorAvailability
UI