mirror of
https://github.com/Redot-Engine/redot-engine.git
synced 2025-12-06 15:21:56 -05:00
Merge pull request #8974 from Paulb23/script_overview
Added script overview
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user