mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
Automatically add new line to scripts
This commit is contained in:
parent
06e580f5ba
commit
7fbb6d986f
10 changed files with 46 additions and 1 deletions
|
@ -375,6 +375,11 @@ void ScriptTextEditor::trim_trailing_whitespace() {
|
|||
code_editor->trim_trailing_whitespace();
|
||||
}
|
||||
|
||||
void ScriptTextEditor::insert_final_newline() {
|
||||
|
||||
code_editor->insert_final_newline();
|
||||
}
|
||||
|
||||
void ScriptTextEditor::convert_indent_to_spaces() {
|
||||
|
||||
code_editor->convert_indent_to_spaces();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue