https://bugs.kde.org/show_bug.cgi?id=364099
Bug ID: 364099
Summary: Code completion does not always suggest exact match
first
Product: kate
Version: unspecified
Platform: Ubuntu Packages
OS: Linux
Status: UNCONFIRMED
Severity: minor
Priority: NOR
Component: part
Assignee: [email protected]
Reporter: [email protected]
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
--
You are receiving this mail because:
You are watching all bug changes.