nikb
New Member
USA
8 Posts |
Posted - Jan 08 2006 : 5:56:15 PM
|
Hello,
I recently stumbled across an annoyance which I wanted to bring to your attention:
bool foo(const char *ptr) { // ptr... a nice pointer ptr = NULL; }
When typing the first '.' after ptr in the comment, VAX changes it to an -> which would be OK in code since I do have the appropriate option set. However, it did so in a comment, and that's somewhat iffy. I could argue this from either angle I guess, but I tend to lean more to the "VAX should not touch comments" side of the argument.
-n
|
|