Bug 82692 - dropdown box with class-names at begining of a line (PHP)
Summary: dropdown box with class-names at begining of a line (PHP)
Status: RESOLVED FIXED
Alias: None
Product: kdevelop
Classification: Applications
Component: Code completion (show other bugs)
Version: unspecified
Platform: Gentoo Packages IRIX
: NOR normal
Target Milestone: ---
Assignee: kdevelop-bugs-null
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-06-02 11:37 UTC by Andr
Modified: 2004-12-23 00:47 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 Andr 2004-06-02 11:37:18 UTC
Version:            (using KDE KDE 3.2.2)
Installed from:    Gentoo Packages
Compiler:          gcc (GCC) 3.3.3 20040412 (Gentoo Linux 3.3.3-r3, ssp-3.3-7, pie-8.5.3) 
OS:                Irix

editing PHP classes:
when the textcursor is at the beginning of a line kdevelop shows a dropdown box with a list of classes in the project. This make navigation with the keyboard very hard because the dropdown box gets the keyboard focus and the cursor keys scroll through this list instead through the source code.
Comment 1 Fabio Gomes de Souza 2004-12-22 22:44:12 UTC
The code completion window should not be triggered by cursor navigation. Instead, it should be triggered only by text insertion or the Ctrl+Space key combination.

I have just reported bug 95696 regarding this issue.
Comment 2 Jens Dagerbo 2004-12-23 00:47:02 UTC
I never managed to reproduce this, but after the fix for bug #95696 I can't see how this could happen. Assuming FIXED.