[Bug 46684] code completion reacts on dot operator for pointer to struct

Jesse Yurkovich yurkjes at iit.edu
Thu Jul 3 21:26:02 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=46684     




------- Additional Comments From yurkjes at iit.edu  2003-07-03 21:24 -------
Actually what Visual Assist does is in the course of typing p.something it 
auto-magically changes the . to a -> and vice versa.

I've never seen Visual Assist get it wrong either ... it even properly can 
handle (*p).bar without issue.  This is quite useful and would mean one less 
(in this case annoying) problem reporter error output :) (saving room for all 
your other errors)




More information about the KDevelop-devel mailing list