mirror of
https://github.com/godotengine/godot.git
synced 2025-11-10 10:31:15 +00:00
Moves switch for show scripts panel from File menu to status bar
This commit is contained in:
parent
81f513ddc6
commit
dc0199989d
4 changed files with 25 additions and 4 deletions
|
|
@ -419,6 +419,8 @@ protected:
|
|||
public:
|
||||
static ScriptEditor *get_singleton() { return script_editor; }
|
||||
|
||||
bool toggle_scripts_panel();
|
||||
bool is_scripts_panel_toggled();
|
||||
void ensure_focus_current();
|
||||
void apply_scripts() const;
|
||||
void open_script_create_dialog(const String &p_base_name, const String &p_base_path);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue