This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Comment selection without indent..

Hello,

In uVision3, I'm using F9 key as shortcut key for commenting the actual selection. However, I would like the // to be placed without the indent. Is there a way to make this work? (I know I can just press / twice, but......)

Ex.:(___ means space bar)

int x;
void test()
{

//____x = 10; -> Actual

_____//x = 11; -> Desired

}

Thanks in advance.

Sylvio

0