You've already forked godot
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:
@@ -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; }
|
||||
|
||||
Reference in New Issue
Block a user