summaryrefslogtreecommitdiffstats
path: root/editor/plugins/text_editor.h
diff options
context:
space:
mode:
authorMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2019-05-21 05:07:48 -0300
committerMichael Alexsander Silva Dias <michaelalexsander@protonmail.com>2019-05-24 13:17:09 -0300
commite12b482022b6b78fcc07b79ff3aec1007aa57c1a (patch)
treeb50b51144a74d1f784169d1475fe44686f054a5e /editor/plugins/text_editor.h
parentda617b7943abc5a042e690c7133097dc137b3970 (diff)
downloadredot-engine-e12b482022b6b78fcc07b79ff3aec1007aa57c1a.tar.gz
Improve bookmarks
Diffstat (limited to 'editor/plugins/text_editor.h')
-rw-r--r--editor/plugins/text_editor.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/editor/plugins/text_editor.h b/editor/plugins/text_editor.h
index 2da7474793..c6e83543a3 100644
--- a/editor/plugins/text_editor.h
+++ b/editor/plugins/text_editor.h
@@ -46,6 +46,7 @@ private:
MenuButton *edit_menu;
PopupMenu *highlighter_menu;
MenuButton *search_menu;
+ MenuButton *bookmarks_menu;
PopupMenu *context_menu;
GotoLineDialog *goto_line_dialog;
@@ -110,6 +111,9 @@ protected:
void _validate_script();
+ void _update_bookmark_list();
+ void _bookmark_item_pressed(int p_idx);
+
public:
virtual void add_syntax_highlighter(SyntaxHighlighter *p_highlighter);
virtual void set_syntax_highlighter(SyntaxHighlighter *p_highlighter);