1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-24 15:26:15 +00:00

Refactor duplicated code

This commit is contained in:
Pedro J. Estébanez
2016-10-10 10:38:12 +02:00
parent d9c1729a8f
commit 0159e4f969
4 changed files with 23 additions and 67 deletions

View File

@@ -242,6 +242,7 @@ protected:
public:
void update_editor_settings();
void set_error(const String& p_error);
void update_line_and_column() { _line_col_changed(); }
TextEdit *get_text_edit() { return text_editor; }