You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-07 12:30:27 +00:00
Merge pull request #66300 from KoBeWi/📝🧭
Split script navigation state and edit state
This commit is contained in:
@@ -222,6 +222,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