Has anyone written a macro that will perform a block comment on a section of highlighted code.
ex.
if(something)
{
dothis++;
}
if(something)
{
dothis++;
}
/** if(something) **/
** { **
** dothis++; **
** } **/
Well, the comments would line up but its not working so well in the forum editor. You can get the idea though.
Thank you for any help or ideas.
Doug

