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

Automatically add new line to scripts

This commit is contained in:
Matheus Lima Cunha
2019-05-28 18:27:32 -03:00
parent 06e580f5ba
commit 7fbb6d986f
10 changed files with 46 additions and 1 deletions

View File

@@ -166,6 +166,7 @@ public:
virtual void set_edit_state(const Variant &p_state);
virtual void ensure_focus();
virtual void trim_trailing_whitespace();
virtual void insert_final_newline();
virtual void convert_indent_to_spaces();
virtual void convert_indent_to_tabs();
virtual void tag_saved_version();