Add bookmarks for easier code navigation
This commit is contained in:
parent
21e2419e24
commit
0bfcf8bc2f
13 changed files with 252 additions and 3 deletions
|
|
@ -128,6 +128,10 @@ class ScriptTextEditor : public ScriptEditorBase {
|
|||
SEARCH_LOCATE_FUNCTION,
|
||||
SEARCH_GOTO_LINE,
|
||||
SEARCH_IN_FILES,
|
||||
BOOKMARK_TOGGLE,
|
||||
BOOKMARK_GOTO_NEXT,
|
||||
BOOKMARK_GOTO_PREV,
|
||||
BOOKMARK_REMOVE_ALL,
|
||||
DEBUG_TOGGLE_BREAKPOINT,
|
||||
DEBUG_REMOVE_ALL_BREAKPOINTS,
|
||||
DEBUG_GOTO_NEXT_BREAKPOINT,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue