Summary: | cursor keys don't work in code completion popup | ||
---|---|---|---|
Product: | [Applications] kate | Reporter: | Daniel Franke <franke.daniel> |
Component: | general | Assignee: | KWrite Developers <kwrite-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | normal | ||
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Compiled Sources | ||
OS: | Solaris | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Daniel Franke
2003-04-30 18:31:40 UTC
I'm not sure but I do believe this has something to do with Kate instead of KDevelop, but if not, then I would rate this bug as the most annoying bug in KDevelop... Yes, if the description above is against the katepart editor... then it is indeed katepart's problem. (It could be any KTextEditor-compliant editorpart - most likely it IS katepart though. Reassigning.) The keys Up, Down, PgUp, PfDown, Home and End are all used for navigating in the popup. Return and Enter are used to activate completion. All other keys including Right and Left - are now passed to the editor, the completion box is hidded if appropriate (completion can't be done after cursor move etc). If there is a reason that we should eat Right and Left keys, let me know. Closing, works in cvs. |