Bug 184253 - opens code-completion even if focus is not in the editor
Summary: opens code-completion even if focus is not in the editor
Status: RESOLVED DUPLICATE of bug 211195
Alias: None
Product: kdevelop
Classification: Applications
Component: Language Support: CPP (old) (show other bugs)
Version: git master
Platform: Unlisted Binaries Linux
: VHI critical
Target Milestone: 4.0.0
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on: 200957
Blocks:
  Show dependency treegraph
 
Reported: 2009-02-13 22:19 UTC by Andreas Pakulat
Modified: 2009-11-16 09:50 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Pakulat 2009-02-13 22:19:57 UTC
Just wanted to try the extended selection in the buildset widget and noticed that when holding ctrl and hitting space KDevelop shows the completion popup.

To reproduce: Open up kdevelop, open a project, select an item in the Projects tree and add it to the buildset below. Do this for one or two more items. Then select an item in the buildset, hold down ctrl, move down and hit space. Now the completion popup shows up instead of the item being selected.

If this needs fixing in katepart, please re-assign (or let me know and I'll re-assign).
Comment 1 Hamish Rodda 2009-02-14 00:01:30 UTC
Confirmed with qt 4.4 as well.
Comment 2 Milian Wolff 2009-07-20 16:49:21 UTC
works for me with qt 4.5.2 - maybe this got fixed?
Comment 3 Andreas Pakulat 2009-07-21 07:08:35 UTC
I can't say wether this is fixed, because someone completely broke multi-selection in the buildset widget. So that has to be fixed first before we can check wether this one is still open.
Comment 4 Andreas Pakulat 2009-07-25 17:21:03 UTC
Ok, code-completion is not opened, however selecting individual rows with ctrl+space still doesn't work for me. It simply doesn't do anything.

Same goes for the project treeview, something eats the ctrl+space before the tree's can see it - I'm guessing some eventfilter somewhere.
Comment 5 David Nolden 2009-09-19 17:24:20 UTC
The issue is not really critical
Comment 6 Andreas Pakulat 2009-09-19 19:21:17 UTC
I disagree, the completion-shortcut influences standard keyboard navigation in views and thats a grave bug in my eyes. It makes it impossible to to an extended selection in a view without using the mouse.
Comment 7 Andreas Pakulat 2009-11-15 21:42:13 UTC
This needs a fix for 4.0
Comment 8 Olivier.jg 2009-11-16 06:22:08 UTC
@apaku: As we discussed previously, this is a bug in Kate: https://bugs.kde.org/show_bug.cgi?id=211195
Even if it was patched there now, it probably wouldn't make a difference in time for 4.0.0. Are you asking for a hack? Or should this just be closed as a Kate bug?
Comment 9 Andreas Pakulat 2009-11-16 09:50:53 UTC
Ah, right. Totally forgot about that, thanks for reminding me.

*** This bug has been marked as a duplicate of bug 211195 ***