|
@@ -274,6 +274,7 @@ class ScriptEditor : public PanelContainer {
|
|
|
Button *help_search = nullptr;
|
|
|
Button *site_search = nullptr;
|
|
|
Button *make_floating = nullptr;
|
|
|
+ bool is_floating = false;
|
|
|
EditorHelpSearch *help_search_dialog = nullptr;
|
|
|
|
|
|
ItemList *script_list = nullptr;
|
|
@@ -507,6 +508,8 @@ public:
|
|
|
|
|
|
void ensure_select_current();
|
|
|
|
|
|
+ bool is_editor_floating();
|
|
|
+
|
|
|
_FORCE_INLINE_ bool edit(const Ref<Resource> &p_resource, bool p_grab_focus = true) { return edit(p_resource, -1, 0, p_grab_focus); }
|
|
|
bool edit(const Ref<Resource> &p_resource, int p_line, int p_col, bool p_grab_focus = true);
|
|
|
|