MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / trim_final_newlines

Method trim_final_newlines

editor/script/text_editor.cpp:299–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

297}
298
299void TextEditor::trim_final_newlines() {
300 code_editor->trim_final_newlines();
301}
302
303void TextEditor::insert_final_newline() {
304 code_editor->insert_final_newline();

Callers 4

_resave_scriptsMethod · 0.45
_menu_optionMethod · 0.45
save_current_scriptMethod · 0.45
save_all_scriptsMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected