Summary: | Auto Completion is Broken for Variables in Kate & KWrite | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | 3ndymion <3ndymion> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | christoph, painless.roaster, roman.laube |
Priority: | NOR | ||
Version: | 19.08.1 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/ktexteditor/6540dbf180cc2a0a895fe6b85defc467f708e399 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: | patch for fix |
Description
3ndymion
2019-10-01 10:20:53 UTC
Same problem in KWrite on Fedora 30. kwrite: 19.04.2 KDE Frameworks Version: 5.64.0 KDE Plasma Version: 5.15.5 Qt version: 5.12.5 Same problem in KWrite / Kate on Fedora 31. Error is in package kf5-ktexteditor. Downgrade package (to 5.61) solves the problem. Created attachment 125583 [details]
patch for fix
fix is reversed from broken patch 'improve word completion to use highlighting to detect word boundaries' (25.08.19 11:51)
Git commit 6540dbf180cc2a0a895fe6b85defc467f708e399 by Christoph Cullmann. Committed on 01/02/2020 at 20:19. Pushed by cullmann into branch 'master'. Revert "improve word completion to use highlighting to detect word boundaries" This reverts commit 8d0f6ff8014cdf32be6410efa184a968ce53525a. try to fix code completion behavior this needs more investigations, I assume the string we search for has different boundaries M +6 -7 src/completion/katewordcompletion.cpp https://commits.kde.org/ktexteditor/6540dbf180cc2a0a895fe6b85defc467f708e399 Reverted the change, the other older bug needs more investigations :/ Got the reverted fix with the Arch Linux KDE updates yesterday. Thank you very much for this. : ) |