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

Simon Ejsing simon at esoft.dk
Thu Jan 15 10:19:03 UTC 2004


------- 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 simon at esoft.dk  2004-01-15 08:32 -------
I'm also against actively changing the source code, it really never seems to work fully, and it's a lot of work for KDevelop if it needs to parse the source to understand pointers, further more it needs to update the parsed data every time something is changed. With passive pop-ups the data does not have to be 100% correct, as the user will understand that it's because it's how the source looked like to begin with, however with actively changing your source code it _must_ be 100% correct, so users don't have to struggle with the IDE.

A solution would be as you said, not to change it twice, however changing it once to often is too much to, and it's more code that needs to be implemented in KDevelop.

Stick to the passive pop-ups, or underlining.




More information about the KDevelop-devel mailing list