editor.GetSessionBookmarks
bookmarks = editor.GetSessionBookmarks (EditorId)
Parameters:
EditorId: integer, or nil
Returns:
bookmarks: table (array of "bookmark tables"), or nil
fields of a "bookmark table":
Line: integer
Cursor: integer
ScreenLine: integer
LeftPos: integer
Note:
This function groups data differently from how Far API's
EditorControl(ECTL_GETSESSIONBOOKMARKS) does. It places data
of each bookmark into a separate table.
Far API used:
EditorControl, ECTL_GETSESSIONBOOKMARKS