mirror of
https://github.com/godotengine/godot.git
synced 2025-10-28 04:04:24 +00:00
Convert indent on save
This commit is contained in:
parent
84bca4e72f
commit
c59bd79e02
4 changed files with 47 additions and 0 deletions
|
|
@ -240,6 +240,8 @@ public:
|
|||
virtual void set_edit_state(const Variant &p_state);
|
||||
virtual void goto_line(int p_line, bool p_with_error = false);
|
||||
virtual void trim_trailing_whitespace();
|
||||
virtual void convert_indent_to_spaces();
|
||||
virtual void convert_indent_to_tabs();
|
||||
virtual void ensure_focus();
|
||||
virtual void tag_saved_version();
|
||||
virtual void reload(bool p_soft);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue