Files
openide/platform
Sergey Simonchik 2250726971 [editor] extract EditorInputMethodSupport for a more streamlined design
Previously, a custom listener added via `editor.contentComponent.addInputMethodListener(listener)` was ignored until a custom `InputMethodRequests` is provided via `editor.setInputMethodRequests(customInputMethodRequests)`.
Now, these two objects are grouped together in `EditorInputMethodSupport`, so the two previous calls are replaced with a single one: `editor.setInputMethodSupport(customInputMethodSupport)`.


Merge-request: IJ-MR-144070
Merged-by: Sergey Simonchik <sergey.simonchik@jetbrains.com>

GitOrigin-RevId: bcb409e36e76a892d15d55c45d98e209b975b9e6
2024-09-25 20:23:08 +00:00
..
2024-09-25 20:07:50 +00:00
2024-09-25 20:07:50 +00:00