Bug 364099

Summary: Code completion does not always suggest exact match first (case sensitive)
Product: [Applications] kate Reporter: Tuukka Verho <tuukka.verho>
Component: partAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED WORKSFORME    
Severity: minor CC: a.samirh78, ilmari.lauhakangas
Priority: NOR    
Version First Reported In: 16.04.1   
Target Milestone: ---   
Platform: Ubuntu   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Tuukka Verho 2016-06-08 12:45:17 UTC
Version 15.12.3

The code completion does not always suggest the exact match as the primary choice, even though I think it should. Leads to frustration because pressing enter will then mess up what you have just written.

Reproducible: Always

Steps to Reproduce:
For example:
1. Choose QML mode
2. type the word "item", press enter
3. type the word "item" for a second time

Actual Results:  
 The completion will suggest "Item" (capital I) as the first choice. You have to press escape before you can press enter

Expected Results:  
The exact match "item" should be suggested first
Comment 1 Buovjaga 2016-07-08 19:21:33 UTC
Reproduced.

Arch Linux 64-bit
Kate 16.04.2
KDE Frameworks 5.23.0
Qt 5.7
xcb wm
Comment 2 Ahmad Samir 2019-01-30 08:57:28 UTC
I couldn't reproduce the issue with version 18.12.0. Feel free to reopen if you still experience this issue.