Split script navigation state and edit state
This commit is contained in:
parent
ef26618359
commit
14435ebcee
8 changed files with 43 additions and 21 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue