mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-04-19 13:02:30 +07:00
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