Summary: | Code completion items should be executed when clicking on an item in the dropdown list | ||
---|---|---|---|
Product: | [Frameworks and Libraries] frameworks-ktexteditor | Reporter: | fsmoreir |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | kfunk, travisgevans |
Priority: | HI | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | All | ||
Latest Commit: | http://commits.kde.org/ktexteditor/b37afce47ef23e497aea14aa15243c88366bbcc3 | Version Fixed In: | |
Sentry Crash Report: |
Description
fsmoreir
2012-09-19 15:00:08 UTC
Forwarding to KatePart. I see this in Kate 3.13.2, but the list remains when clicking an item. More specifically, clicking only highlights the item. It turns out that double-clicking will complete the item, but I only realized this was possible after reading through older bug reports. This is perhaps a usability issue. The drop-down list looks like a pop-up menu to me, so I would expect single-clicking to complete an item. I never even thought of double-clicking, since one does not normally double-click to select an item in a menu. This also breaks KDevelop. I'm surprised noone has worked on this issue yet? Git commit b37afce47ef23e497aea14aa15243c88366bbcc3 by Kåre Särs. Committed on 22/03/2016 at 06:48. Pushed by sars into branch 'master'. Fix selecting completion item with the mouse Prevents closing of the popup when the view looses focus to the popup, adds closing of the popup when it looses focus and returns the focus to the view when the popup is closed in case it had focus. REVIEW: 127444 M +13 -0 src/completion/katecompletionwidget.cpp M +2 -1 src/completion/katecompletionwidget.h http://commits.kde.org/ktexteditor/b37afce47ef23e497aea14aa15243c88366bbcc3 |