[Bug 46684] code completion reacts on dot operator for pointer to struct
Adam Treat
manyoso at yahoo.com
Fri Mar 11 05:34:09 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=46684
manyoso yahoo com changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
------- Additional Comments From manyoso yahoo com 2005-03-11 05:32 -------
CVS commit by treat:
* Only show completion when using the correct member access operator. ie,
for Foo *f; we show completion with f-> and for Foo f; we show completion for
f. ... and no other.
"And another one bites the dust!"
BUGS:46684
M +73 -12 cppcodecompletion.cpp 1.162
M +1 -0 cppcodecompletion.h 1.54
More information about the KDevelop-devel
mailing list