T O P I C R E V I E W |
nikb |
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
|
2 L A T E S T R E P L I E S (Newest First) |
support |
Posted - Jan 17 2006 : 9:11:38 PM Fixed in 1440. |
support |
Posted - Jan 08 2006 : 11:37:44 PM We agree. VA X should not convert dot to -> inside comments.
case=927 |
|
|