summaryrefslogtreecommitdiff
path: root/tools/editor/code_editor.h
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <remi@verschelde.fr>2016-10-11 09:09:40 +0200
committerGitHub <noreply@github.com>2016-10-11 09:09:40 +0200
commit346e8a9a6e56114cd92b8d9fe83ee641c8c5381f (patch)
treed75995c57616c74ac076d6ad9591589ac4dd473b /tools/editor/code_editor.h
parent3df507d6961fe123a45f2af9e6eec50e136b6a1d (diff)
parent0159e4f96918990ee7bc3e9616ba073e566ad6e4 (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.h1
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; }