Moves switch for show scripts panel from File menu to status bar

This commit is contained in:
Yuri Roubinsky 2019-12-15 16:35:16 +03:00
parent 81f513ddc6
commit dc0199989d
4 changed files with 25 additions and 4 deletions

View file

@ -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);