You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-02 19:01:36 +00:00
Split script navigation state and edit state
This commit is contained in:
@@ -346,6 +346,10 @@ void ScriptTextEditor::set_edit_state(const Variant &p_state) {
|
||||
}
|
||||
}
|
||||
|
||||
Variant ScriptTextEditor::get_navigation_state() {
|
||||
return code_editor->get_navigation_state();
|
||||
}
|
||||
|
||||
void ScriptTextEditor::_convert_case(CodeTextEditor::CaseStyle p_case) {
|
||||
code_editor->convert_case(p_case);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user