You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Split script navigation state and edit state
This commit is contained in:
@@ -221,6 +221,10 @@ void TextEditor::set_edit_state(const Variant &p_state) {
|
||||
ensure_focus();
|
||||
}
|
||||
|
||||
Variant TextEditor::get_navigation_state() {
|
||||
return code_editor->get_navigation_state();
|
||||
}
|
||||
|
||||
void TextEditor::trim_trailing_whitespace() {
|
||||
code_editor->trim_trailing_whitespace();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user