mirror of
https://github.com/godotengine/godot.git
synced 2025-12-08 06:09:55 +00:00
Reorganize script editor menu
This commit is contained in:
parent
39534a7aec
commit
af0ee8b0a0
2 changed files with 65 additions and 47 deletions
|
|
@ -79,7 +79,6 @@ class ScriptTextEditor : public ScriptEditorBase {
|
|||
PopupMenu *breakpoints_menu = nullptr;
|
||||
PopupMenu *highlighter_menu = nullptr;
|
||||
PopupMenu *context_menu = nullptr;
|
||||
PopupMenu *convert_case = nullptr;
|
||||
|
||||
GotoLineDialog *goto_line_dialog = nullptr;
|
||||
ScriptEditorQuickOpen *quick_open = nullptr;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue