diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2016-10-11 09:09:40 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-11 09:09:40 +0200 |
commit | 346e8a9a6e56114cd92b8d9fe83ee641c8c5381f (patch) | |
tree | d75995c57616c74ac076d6ad9591589ac4dd473b /tools/editor/code_editor.h | |
parent | 3df507d6961fe123a45f2af9e6eec50e136b6a1d (diff) | |
parent | 0159e4f96918990ee7bc3e9616ba073e566ad6e4 (diff) |
Merge pull request #6762 from RandomShaper/improve-text-editor
Line length guideline setting plus some tidy-up
Diffstat (limited to 'tools/editor/code_editor.h')
-rw-r--r-- | tools/editor/code_editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/editor/code_editor.h b/tools/editor/code_editor.h index 6f59dda1ee..ce3b5bee26 100644 --- a/tools/editor/code_editor.h +++ b/tools/editor/code_editor.h @@ -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; } |