Racey
Senior Member
USA
25 Posts |
Posted - Oct 21 2005 : 12:11:09 PM
|
I've been noticing a formatting issue with the Uncomment // lately. Whenever I uncomment a // line, the reformatting removes an additional space. I'm using VS6 on a Win2K machine with VA 1428.
Ok, posting doesn't seem to want to allow me to have a bunch of spaces in front of the first word, so I guess I have to describe this rathen than typing an example.
My line of code has an indent of some multiple of 3 spaces, I can select the line and comment it with //. The '//' is inserted and the code is shifted right 2 characters, (i.e., still retains the correct number of spaces prior to the first code character.
When I select and uncomment the line, the '//' are removed, as well as one space character. If the indent was 3 characters, I'm left with 2. If it was indented twice, then there are 5 spaces rather than the original 6, and so on.
David |
Edited by - Racey on Oct 21 2005 12:21:18 PM |
|