You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2026-01-01 18:51:18 +00:00
Convert indent on save
This commit is contained in:
@@ -2163,6 +2163,12 @@ void VisualScriptEditor::goto_line(int p_line, bool p_with_error) {
|
||||
void VisualScriptEditor::trim_trailing_whitespace() {
|
||||
}
|
||||
|
||||
void VisualScriptEditor::convert_indent_to_spaces() {
|
||||
}
|
||||
|
||||
void VisualScriptEditor::convert_indent_to_tabs() {
|
||||
}
|
||||
|
||||
void VisualScriptEditor::ensure_focus() {
|
||||
|
||||
graph->grab_focus();
|
||||
|
||||
Reference in New Issue
Block a user