1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-06 12:20:30 +00:00

Merge pull request #29262 from DarknessCatt/issue-27476

Automatically add new line to scripts
This commit is contained in:
Rémi Verschelde
2019-06-11 15:07:09 +02:00
committed by GitHub
10 changed files with 46 additions and 1 deletions

View File

@@ -99,6 +99,7 @@ public:
virtual void set_executing_line(int p_line) = 0;
virtual void clear_executing_line() = 0;
virtual void trim_trailing_whitespace() = 0;
virtual void insert_final_newline() = 0;
virtual void convert_indent_to_spaces() = 0;
virtual void convert_indent_to_tabs() = 0;
virtual void ensure_focus() = 0;