TurboPack / SynEdit

SynEdit is a syntax highlighting edit control, not based on the Windows common controls.
216 stars 72 forks source link

IME reconversion implementation #258

Closed m-matsubara closed 1 month ago

m-matsubara commented 1 month ago

Using Reconversion with an IME https://docs.microsoft.com/en-us/windows/win32/intl/using-reconversion-with-an-ime

Same as the following pull request. https://github.com/SynEdit/SynEdit/pull/160

pyscripter commented 1 month ago

Implemented in https://github.com/pyscripter/SynEdit/commit/54c42a22808bdb4cad5a04d8abeb084c0d347076. Can you confirm it works?

m-matsubara commented 1 month ago

We have confirmed that this implementation works without any problems.