Bug 62900 - Shortcut for argument popup
Summary: Shortcut for argument popup
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Code completion (show other bugs)
Version: 3.0.0a5
Platform: Mandrake RPMs Linux
: NOR wishlist
Target Milestone: ---
Assignee: KDevelop Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-18 19:18 UTC by Robert Jonsson
Modified: 2003-11-03 17:40 UTC (History)
0 users

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 Robert Jonsson 2003-08-18 19:18:35 UTC
Version:           3.0.0a5 (using KDE 3.1.3)
Installed from:    Mandrake Linux Cooker i586 - Cooker
Compiler:          gcc version 3.3.1 (Mandrake Linux 9.2 3.3.1-0.7mdk)
OS:          Linux (i686) release 2.4.21-0.13mdk

When typed in a function/method name that the parser recognizes one can get a popup with the desired arguments, which is very nice.
This popup does however disappear (a bit to easily) as soon as you touch the arrow keys (it can be fooled though, by using ctrl+arrow, but then the hinting is off). 

What would be useful is a keyboard shortcut that enables the popup, anywhere you are on the line. As it is right now, it's only possible to bring up when you are at the position right after the first brace.
Comment 1 Harald Fernengel 2003-08-18 20:20:29 UTC
are you talking about the popup-menu which you can get by ALT-Space or the 
popup-hint that tells you which parameter a function expects? 
Comment 2 Robert Jonsson 2003-08-18 20:32:58 UTC
Subject: Re:  Shortcut for argument popup

Monday 18 August 2003 20:20 skrev Harald Fernengel:
> ------- You are receiving this mail because: -------
> You reported the bug, or are watching the reporter.
>
> http://bugs.kde.org/show_bug.cgi?id=62900
>
>
>
>
> ------- Additional Comments From harry@kdevelop.org  2003-08-18 20:20
> ------- are you talking about the popup-menu which you can get by ALT-Space
> or the popup-hint that tells you which parameter a function expects?
Well, I believe it is ctrl-space on my system..

However, it was the parameters a function expects that I was referring to.

Comment 3 Amilcar do Carmo Lucas 2003-11-03 17:40:38 UTC
Fixed. Arrows work fine.