Apply TextEdit IME on most actions

This commit is contained in:
kit
2024-01-22 12:34:12 -05:00
parent fa48a51183
commit a6af442b05
7 changed files with 112 additions and 57 deletions
+6
View File
@@ -293,6 +293,10 @@ private:
void _clear();
void _update_caches();
void _close_ime_window();
void _update_ime_window_position();
void _update_ime_text();
// User control.
bool overtype_mode = false;
bool context_menu_enabled = true;
@@ -696,6 +700,8 @@ public:
/* Text */
// Text properties.
bool has_ime_text() const;
void cancel_ime();
void apply_ime();
void set_editable(const bool p_editable);
bool is_editable() const;