Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
307
void TextEditor::convert_indent() {
308
code_editor->get_text_editor()->convert_indent();
309
}
310
311
void TextEditor::tag_saved_version() {
312
code_editor->get_text_editor()->tag_saved_version();
Callers
4
_resave_scripts
Method · 0.45
_menu_option
Method · 0.45
save_current_script
Method · 0.45
save_all_scripts
Method · 0.45
Calls
1
get_text_editor
Method · 0.80
Tested by
no test coverage detected