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

Method convert_indent

editor/script/text_editor.cpp:307–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

305}
306
307void TextEditor::convert_indent() {
308 code_editor->get_text_editor()->convert_indent();
309}
310
311void TextEditor::tag_saved_version() {
312 code_editor->get_text_editor()->tag_saved_version();

Callers 4

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

Calls 1

get_text_editorMethod · 0.80

Tested by

no test coverage detected