You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
kenny
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
1 L A T E S T R E P L I E S (Newest First)
feline
Posted - Apr 07 2009 : 1:28:17 PM Is there any reason for this, or just personal preference?
You can do this with an IDE macro, this example should get you started: