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

Implemented Cut, Copy, Paste and other text based actions for WPF #423

Merged
merged 1 commit into from
Aug 5, 2014

Conversation

taylorjonl
Copy link
Contributor

Implemented Cut, Copy, Paste and other text based actions for WPF.

@Bodekaer
Copy link
Contributor

Bodekaer commented Aug 2, 2014

+1 to get this one into the master

amaitland added a commit that referenced this pull request Aug 5, 2014
Implemented Cut, Copy, Paste and other text based actions for WPF
@amaitland amaitland merged commit ffba47c into cefsharp:master Aug 5, 2014
@Bodekaer
Copy link
Contributor

Bodekaer commented Aug 6, 2014

Is there a way to add PastePlainText() in a similar way? I cannot seem to find whether CEF3 supports this or not.

@amaitland
Copy link
Member

Cef documentation can be found here for the latest version
http://magpcss.org/ceforum/apidocs3/index-all.html
(It's a little newer than the version we're using, it's very similar though).

Had a quick look, no reference of paste plain text, so it's likely you'd have to implement that yourself.

@Bodekaer
Copy link
Contributor

Bodekaer commented Aug 6, 2014

Super. Thanks a lot. I've just done it with some JS magic instead now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants