kenny
Junior Member
19 Posts |
Posted - Apr 07 2009 : 06:39:23 AM
|
Currently we can comment out the selected codes by pressing "/", then a double slash will be added before each line of codes, such as
//......for (int ii = 0; ii < ; ++ii) //......{ //..........printf("Hello %d\\n", ii); //......}
But I wish the double slash can be added right before the first none-blank(excluding space/tab) character, such as:
..//for (int ii = 0; ii < ; ++ii) ..//{ ......//printf("Hello %d\\n", ii); ..//}
Thanks, Kenny |
|