Syntax Menu as sub-menu of Edit
Moved syntax menu to be sub-menu of edit, as-well made choices radio buttons
This commit is contained in:
@ -49,8 +49,8 @@ class ScriptTextEditor : public ScriptEditorBase {
|
||||
HBoxContainer *edit_hb;
|
||||
|
||||
MenuButton *edit_menu;
|
||||
MenuButton *highlighter_menu;
|
||||
MenuButton *search_menu;
|
||||
PopupMenu *highlighter_menu;
|
||||
PopupMenu *context_menu;
|
||||
|
||||
GotoLineDialog *goto_line_dialog;
|
||||
|
||||
Reference in New Issue
Block a user