aboutsummaryrefslogtreecommitdiff
path: root/editor/plugins/script_text_editor.cpp
diff options
context:
space:
mode:
authorRémi Verschelde2017-06-05 15:42:12 +0200
committerGitHub2017-06-05 15:42:12 +0200
commitd3afecf68139ad3c0f7504ff25fe1a97b61c65f1 (patch)
tree1103a4599c5ecbebfb126ebe3b4edfdc6435962d /editor/plugins/script_text_editor.cpp
parentf09f1456b33430e86c409fe02470d9c2895e7c75 (diff)
parenta4e222ae7106ec56db88f5a64bb72b5e4ba1e792 (diff)
downloadgodot-d3afecf68139ad3c0f7504ff25fe1a97b61c65f1.tar.gz
godot-d3afecf68139ad3c0f7504ff25fe1a97b61c65f1.tar.zst
godot-d3afecf68139ad3c0f7504ff25fe1a97b61c65f1.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 70bda3994..9f7611937 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();