Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WPF - Add IME Support #2757

Merged
merged 2 commits into from
May 4, 2019
Merged

WPF - Add IME Support #2757

merged 2 commits into from
May 4, 2019

Conversation

amaitland
Copy link
Member

Based on #2749

The WpfImeKeyboardHandler handler contains all the relevant IME related code. It's in the CefSharp.Wpf.Experimental namespace for now.

a-marmer and others added 2 commits April 30, 2019 13:30
- Restructure ImeHandler to be a static class as it really didn't maintain any state, now hwnd is passed in as param
- Renamed many of the methods to Ime for consistency (IME in all caps doesn't patch the naming convention used)
- The WpfIMEKeyboardHandler implementation is pretty much self contained now, only a single reference in ChromiumWebBrowser
also moved into Experimental folder/namespace
@amaitland amaitland added the wpf label May 4, 2019
@amaitland amaitland added this to the 75.0.0 milestone May 4, 2019
@amaitland amaitland merged commit 002edfb into master May 4, 2019
@amaitland amaitland deleted the feature/wpfime branch May 4, 2019 02:32
kkwpsv pushed a commit to kkwpsv/CefSharp that referenced this pull request Dec 27, 2019
* WPF - Add initial IME implementation

* WPF - WpfImeKeyboardHandler handler code cleanup

- Restructure ImeHandler to be a static class as it really didn't maintain any state, now hwnd is passed in as param
- Renamed many of the methods to Ime for consistency (IME in all caps doesn't patch the naming convention used)
- The WpfIMEKeyboardHandler implementation is pretty much self contained now, only a single reference in ChromiumWebBrowser
also moved into Experimental folder/namespace
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants