You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Move convert_indent into CodeEdit
This commit is contained in:
@@ -314,6 +314,8 @@ public:
|
||||
void indent_lines();
|
||||
void unindent_lines();
|
||||
|
||||
void convert_indent(int p_from_line = -1, int p_to_line = -1);
|
||||
|
||||
/* Auto brace completion */
|
||||
void set_auto_brace_completion_enabled(bool p_enabled);
|
||||
bool is_auto_brace_completion_enabled() const;
|
||||
|
||||
Reference in New Issue
Block a user