MCPcopy 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
303void TextEditor::insert_final_newline() {
304 code_editor->insert_final_newline();
305}
306
307void TextEditor::convert_indent() {
308 code_editor->get_text_editor()->convert_indent();

Callers 1

apply_scriptsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected