Module _m.textadept.bookmarks
Bookmarks for the textadept module. There are several option variables used: MARK_BOOKMARK: The integer mark used to identify a bookmarked line. MARK_BOOKMARK_COLOR: The Scintilla color used for a bookmarked line.
Functions
| add () | Adds a bookmark to the current line. |
| clear () | Clears all bookmarks in the current buffer. |
| goto_next () | Goes to the next bookmark in the current buffer. |
| goto_prev () | Goes to the previous bookmark in the current buffer. |
| remove () | Clears the bookmark at the current line. |
| toggle () | Toggles a bookmark on the current line. |
Functions
- add ()
- Adds a bookmark to the current line.
- clear ()
- Clears all bookmarks in the current buffer.
- goto_next ()
- Goes to the next bookmark in the current buffer.
- goto_prev ()
- Goes to the previous bookmark in the current buffer.
- remove ()
- Clears the bookmark at the current line.
- toggle ()
- Toggles a bookmark on the current line.