diff options
author | Zi Ye <major.mcdoom@gmail.com> | 2024-02-17 20:16:58 -0600 |
---|---|---|
committer | Zi Ye <major.mcdoom@gmail.com> | 2024-02-21 17:33:16 -0600 |
commit | 9281c441f6138f2205071a89e4f5070bc918fdff (patch) | |
tree | caebdc0e757f1ec26e253e09701fae3e4b65ad6f /editor/plugins/text_editor.h | |
parent | 16d61427cab3a8e43f0a9a8ee724fc176b6433c6 (diff) | |
download | redot-engine-9281c441f6138f2205071a89e4f5070bc918fdff.tar.gz |
Improved text editor status bar and zooming UX.
Diffstat (limited to 'editor/plugins/text_editor.h')
-rw-r--r-- | editor/plugins/text_editor.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/plugins/text_editor.h b/editor/plugins/text_editor.h index a4ec2d882b..38dca9eb28 100644 --- a/editor/plugins/text_editor.h +++ b/editor/plugins/text_editor.h @@ -152,6 +152,7 @@ public: virtual void validate() override; virtual Control *get_base_editor() const override; + virtual CodeTextEditor *get_code_editor() const override; static void register_editor(); |