Merge pull request #8974 from Paulb23/script_overview

Added script overview
This commit is contained in:
Rémi Verschelde
2017-06-05 15:42:12 +02:00
committed by GitHub
7 changed files with 82 additions and 1 deletions

View File

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