You must be registered to post a reply. Click here to register.
T O P I C R E V I E W
manu
Posted - Nov 24 2015 : 05:02:58 AM Hello,
I found a bug in command to toggle line comment.
To reproduce the bug, you need to leave unchecked option to "insert space characters when transforming selected line comment" See a screenshot of option
Bug description: When commenting, no space is added, reflecting desired behavior.
{
some code;
}
Commenting indented code becomes
{
// some code;
}
However, when uncommenting, a space is eaten as if the option was not taken into account.
{
some code;
}
System Info: - using Visual Assist 10.9.2083.0 - not working on VS2010 and VS2013
Thank you, Manuel
3 L A T E S T R E P L I E S (Newest First)
manu
Posted - Dec 21 2015 : 05:31:59 AM Great news! Thank you!
Manuel
sean
Posted - Dec 17 2015 : 12:34:23 PM case=93481 is fixed in build 2086
feline
Posted - Nov 24 2015 : 5:25:21 PM I am seeing the same effect here. Thank you for the clear description: