Bug 82692

Summary: dropdown box with class-names at begining of a line (PHP)
Product: [Applications] kdevelop Reporter: Andr <payne>
Component: Code completionAssignee: kdevelop-bugs-null
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: IRIX   
Latest Commit: Version Fixed In:

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.