T O P I C R E V I E W |
EugeneKozlov |
Posted - Nov 01 2015 : 01:59:38 AM Hello,
If I need to comment some parameter, I just double-click on name and press '/':
void foo(int /*a*/)
However, if I need to uncomment this parameter, I should manually select comment without double-click, because double-click selects '*/)' as single token:
void foo(int /*a*/) void foo(int /*a*/) void foo(int /*a*/)
Thank you. |
2 L A T E S T R E P L I E S (Newest First) |
EugeneKozlov |
Posted - Nov 04 2015 : 01:55:25 AM Nice feature, thank you. |
feline |
Posted - Nov 02 2015 : 3:59:34 PM Are you aware of VA's new Extend Selection command? By default this is mapped to Shift+Alt+], or via the VA context menu, which you can map to a mouse click in:
VA Options -> General -> Execute VA Context Menu upon Middle-Click in text editor
It is also in the VA menU:
VAssistX -> Smart Select -> ...
This lets you select the parameter with a couple of key presses, or a mouse double click and a key press. Not quite as fast as a double click, but changing what double click does is likely to run into unwanted edge cases. |
|
|