[Bug 60989] auto complete shows different result depending on where it is invoked
Jens Dagerbo
jens.dagerbo at swipnet.se
Sun Aug 24 04:21:32 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=60989
------- Additional Comments From jens.dagerbo at swipnet.se 2003-08-24 02:44 -------
Hmm.. if you press ctrl-space (or in your case, apparently alt-space) without any
context, you will get a list of all available types.
What is happening here is probably that the parser doesn't think that you have
a (unambiguous) context, and hence decided give you all that is available. ( after
all, "a-" can become both "a->f" and "a-b" )
Not being the parser author, I don't know if it is reasonable to attempt to decide
from the type of "a" (in my example) what you are about to write.
I suspect this is a WONTFIX.
More information about the KDevelop-devel
mailing list