Skip to content

Add support for paste as plaintext

Michael Catanzaro requested to merge mcatanzaro/#415 into master

Requires new WebKitGTK APIs:

https://bugs.webkit.org/show_bug.cgi?id=177638 https://bugs.webkit.org/show_bug.cgi?id=212038

Fixes #415 (closed)

WIP until after WebKitGTK 2.29.2 is released... assuming that will contain my new editing command. P.S. it's testable with 2.29.1 if you simply replace WEBKIT_EDITING_COMMAND_PASTE_AS_PLAIN_TEXT with "PasteAsPlainText".

Edited by Michael Catanzaro

Merge request reports