https://bugs.kde.org/show_bug.cgi?id=495416
Waqar Ahmed <waqar....@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Latest Commit|https://invent.kde.org/util |https://invent.kde.org/util |ities/kate/-/commit/a8463f8 |ities/kate/-/commit/3a9e858 |761d35701803367c38b416dbb72 |c71cbd8a5021e73cb86fc52a7e5 |4e015e |fa2b15 --- Comment #4 from Waqar Ahmed <waqar....@gmail.com> --- Git commit 3a9e858c71cbd8a5021e73cb86fc52a7e5fa2b15 by Waqar Ahmed. Committed on 17/11/2024 at 08:02. Pushed by waqar into branch 'release/24.12'. Fix snippets not working unless completion is hard invoked They should not be completely disabled unless someone hard presses ctrl-space as it makes the experience very annoying. Overtime one can get used to the annoyance but I am not sure its a good idea. The new logic honors ktexteditor minimal word length and starts the completion if the last char is a letter. This should avoid the issue with snippet completion starting on pressing `.`. However, this might still be too simplistic but we can refine on it instead of hard disabling the feature Related: bug 462383 (cherry picked from commit a8463f8761d35701803367c38b416dbb724e015e) M +14 -8 addons/snippets/snippetcompletionmodel.cpp https://invent.kde.org/utilities/kate/-/commit/3a9e858c71cbd8a5021e73cb86fc52a7e5fa2b15 -- You are receiving this mail because: You are watching all bug changes.