[Bug 60987] auto complete directly if only one available completion
Dominik Haumann
dhdev at gmx.de
Fri Mar 11 12:42:10 UTC 2005
------- 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=60987
------- Additional Comments From dhdev gmx de 2005-03-11 12:41 -------
> I don't think this is such a good idea. We are completing on several
> different levels now, and autocompleting when you didn't intend would
> be bad.
Only do this if you press CTRL+space, eg. invoke the autocompletion by hand (To use your words: "The user *does intend* to autocomplete"). There should be no problem.
Example: class foo { void fooBarBaz();};
foo f; f.fooBar| <- now CTRL+space and the Baz appears immediately without an extra box, because there is only one entry and the developer very probably knows what he is doing/wants.
In other words: I think it is a good idea :)
More information about the KDevelop-devel
mailing list