https://bugs.kde.org/show_bug.cgi?id=389796
Christoph Cullmann <cullm...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit| |https://commits.kde.org/kte | |xteditor/0bf5522434044c61d2 | |66fc47bc127fef23d41e7b Status|REPORTED |RESOLVED Resolution|--- |FIXED --- Comment #4 from Christoph Cullmann <cullm...@kde.org> --- Git commit 0bf5522434044c61d266fc47bc127fef23d41e7b by Christoph Cullmann, on behalf of Ahmad Samir. Committed on 27/08/2019 at 17:03. Pushed by cullmann into branch 'master'. Mimic QInputControl::isAcceptableInput() when filtering typed characters Summary: Move all input characters filtering out of typeChars() to KateViewInternal and filter the input before sending it to typeChars(). This increases the scope of unicode characters that users can type in ktexteditor. For more info see: QChar documentation http://www.unicode.org/Public/UNIDATA/UnicodeData.txt This should fix: - bug 396764 (typing soft-hyphens) - bug 366424 (typing "private use" unicode characters) - Hopefully bug 389796 (typing formatting characters such as ZWNJ) Related: bug 396764, bug 366424 Test Plan: Test typing a soft-hyphen char (here I used Compose key + minus + minus + space) For the two other bugs, ask the users to test... All unit tests passed Reviewers: #ktexteditor, dhaumann, cullmann Reviewed By: #ktexteditor, cullmann Subscribers: kde-frameworks-devel, kwrite-devel Tags: #kate, #frameworks Differential Revision: https://phabricator.kde.org/D23472 M +1 -17 src/document/katedocument.cpp M +1 -1 src/document/katedocument.h M +85 -12 src/view/kateviewinternal.cpp M +5 -0 src/view/kateviewinternal.h https://commits.kde.org/ktexteditor/0bf5522434044c61d266fc47bc127fef23d41e7b -- You are receiving this mail because: You are watching all bug changes.