Textadept
- Home |
- Download |
- Lua API |
- Source |
- Language Modules |
- Stats |
- Wiki |
- Mailing List
Contents
_M.textadept.bookmarks
Bookmarks for the textadept module.
Fields
MARK_BOOKMARK_COLOR
(number)
The color used for a bookmarked line in 0xBBGGRR
format.
Functions
add
()
Adds a bookmark to the current line.
clear
()
Clears all bookmarks in the current buffer.
goto_bookmark
()
Goes to selected bookmark from a filtered list.
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.