mirror of
https://github.com/godotengine/godot.git
synced 2025-10-20 08:23:29 +00:00
Convert indent on save
This commit is contained in:
parent
84bca4e72f
commit
c59bd79e02
4 changed files with 47 additions and 0 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue