Discussion Forum

Comment selection without indent..

Next Thread | Thread List | Previous Thread Start a Thread | Settings

DetailsMessage
Read-Only
Author
Sylvio Alves
Posted
18-Jun-2009 21:26 GMT
Toolset
ARM
New! 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

Next Thread | Thread List | Previous Thread Start a Thread | Settings