mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 00:13:30 +00:00
Merge pull request #8974 from Paulb23/script_overview
Added script overview
This commit is contained in:
commit
d3afecf681
7 changed files with 82 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue