[Bug 55276] New: autocompletion part has strange behavior
Caleb Tennis
caleb at aei-tech.com
Thu Feb 27 15:23:04 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=55276
Summary: autocompletion part has strange behavior
Product: kdevelop
Version: unspecified
Platform: Compiled Sources
OS/Version: Linux
Status: NEW
Severity: normal
Priority: NOR
Component: general kdevelop 3.x
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: caleb at aei-tech.com
Version: cvs (using KDE KDE 3.1)
Installed from: Compiled From Sources
Compiler: gcc 2.95
OS: Linux
The autocompletion is very annoying now. It's nice that it remembers the typed
strings, but:
a. ctrl-space does not give me the autocompletion list in some cases (eg.
I have a class Foo with static method foo_method), after I type Foo::f and
ctrl-space, it will not give me a list with foo_method inside
b. pops up automatically after the 3rd entered char, which is nice sometimes,
but why cannot I get the same after the first letter with ctrl-space?
c. the automatic popup if more than 3 chars are entered is annoyin when you
try to undo what you have typed (with Ctrl-Z). It pops up after every Ctrl-Z
step and you must press ESC to disappears, otherwise CTRL-Z will not work
again. :-(
(From Mantia Andras)
More information about the KDevelop-devel
mailing list