You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-06 12:20:30 +00:00
-Massive editor dialog cleanup
-Added a bottom menu list
This commit is contained in:
@@ -54,6 +54,7 @@ class ScriptEditorDebugger : public Control {
|
||||
AcceptDialog *msgdialog;
|
||||
|
||||
|
||||
Button *debugger_button;
|
||||
|
||||
LineEdit *clicked_ctrl;
|
||||
LineEdit *clicked_ctrl_type;
|
||||
@@ -80,7 +81,7 @@ class ScriptEditorDebugger : public Control {
|
||||
|
||||
TabContainer *tabs;
|
||||
|
||||
Label *reason;
|
||||
LineEdit *reason;
|
||||
bool log_forced_visible;
|
||||
ScriptEditorDebuggerVariables *variables;
|
||||
|
||||
@@ -186,6 +187,8 @@ public:
|
||||
|
||||
void set_hide_on_stop(bool p_hide);
|
||||
|
||||
void set_tool_button(Button *p_tb) { debugger_button=p_tb; }
|
||||
|
||||
virtual Size2 get_minimum_size() const;
|
||||
ScriptEditorDebugger(EditorNode *p_editor=NULL);
|
||||
~ScriptEditorDebugger();
|
||||
|
||||
Reference in New Issue
Block a user