Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Redot-Engine/redot-engine
/ insert_final_newline
Method
insert_final_newline
editor/script/text_editor.cpp:303–305 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
301
}
302
303
void TextEditor::insert_final_newline() {
304
code_editor->insert_final_newline();
305
}
306
307
void TextEditor::convert_indent() {
308
code_editor->get_text_editor()->convert_indent();
Callers
1
apply_scripts
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected