On Thu, 16 Oct 2025 19:59:06 GMT, Andy Goryachev <[email protected]> wrote:

> Adds Input Method Editor (IME) support to `RichTextArea`/`CodeArea`.
> 
> Tested on macOS and Windows 11 with Japanese and Chinese (pinyin) input 
> methods.
> Please test this on Linux, even though there is no platform-specific code in 
> this PR (should work the same way it does in `TextArea`/`TextField`)
> 
> For testing, one can use the updated Monkey Tester
> https://github.com/andy-goryachev-oracle/MonkeyTest
> (optionally enable IME events in stdout with Logging -> IME Monitor)

I am curious: could you tell me more about Polish/Spanish IME, what exactly 
have you try?
The reason I ask is (and I don't have much experience with European keyboards) 
is that these might go through the standard pathway, a regular keystroke.

The IME on the other hand, is a special UI that pops up with a list of 
candidates, and it's usually used in CJK languages.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1938#issuecomment-3443404193

Reply via email to