aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/script_text_editor.cpp
diff options
context:
space:
mode:
authorPaulb232017-05-28 15:20:38 +0100
committerPaulb232017-05-29 12:56:33 +0100
commita4e222ae7106ec56db88f5a64bb72b5e4ba1e792 (patch)
treebad0a977b3abecb8caac4f3931c40deb62c8f4c9 /editor/plugins/script_text_editor.cpp
parentef66f8451ca7b5b98628924231a92e558930c53e (diff)
downloadgodot-a4e222ae7106ec56db88f5a64bb72b5e4ba1e792.tar.gz
godot-a4e222ae7106ec56db88f5a64bb72b5e4ba1e792.tar.zst
godot-a4e222ae7106ec56db88f5a64bb72b5e4ba1e792.zip
Diffstat (limited to 'editor/plugins/script_text_editor.cpp')
-rw-r--r--editor/plugins/script_text_editor.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/editor/plugins/script_text_editor.cpp b/editor/plugins/script_text_editor.cpp
index 2d3a14e52..a98273814 100644
--- a/editor/plugins/script_text_editor.cpp
+++ b/editor/plugins/script_text_editor.cpp
@@ -218,6 +218,10 @@ void ScriptTextEditor::add_callback(const String &p_function, PoolStringArray p_
code_editor->get_text_edit()->cursor_set_column(1);
}
+bool ScriptTextEditor::show_members_overview() {
+ return true;
+}
+
void ScriptTextEditor::update_settings() {
code_editor->update_editor_settings();