https://bugs.kde.org/show_bug.cgi?id=433672

Christoph Cullmann <cullm...@kde.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|CONFIRMED                   |RESOLVED
         Resolution|---                         |FIXED
      Latest Commit|                            |https://invent.kde.org/fram
                   |                            |eworks/ktexteditor/commit/2
                   |                            |5690c3b747cf9f645d0931732cf
                   |                            |38ae1d6c1d7b

--- Comment #2 from Christoph Cullmann <cullm...@kde.org> ---
Git commit 25690c3b747cf9f645d0931732cf38ae1d6c1d7b by Christoph Cullmann.
Committed on 06/03/2021 at 21:29.
Pushed by cullmann into branch 'master'.

fix auto-completion for non ASCII words

we did miss to activate the unicode matching
for classes like \w

I assume more places for other parts needs such
fixes, this fixes the auto-completion

e.g. type

äääääääääääääääääääää

and then try to trigger word auto-completion
by typing

ääääää

nothing did happen before

difference between QRegExp and QRegularExpression
we missed during the porting

M  +2    -2    autotests/src/codecompletiontestmodels.h
M  +1    -0    src/completion/katewordcompletion.cpp
M  +3    -3    src/utils/codecompletionmodelcontrollerinterface.cpp

https://invent.kde.org/frameworks/ktexteditor/commit/25690c3b747cf9f645d0931732cf38ae1d6c1d7b

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to