Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Technical Support
 Deleting spaces

You must be registered to post a reply.
Click here to register.

Screensize:
UserName:
Password:
Format: BoldItalicizeUnderlineStrikethrough Align leftCenterAlign right Insert horizontal ruleUpload and insert imageInsert hyperlinkInsert email addressInsert codeInsert quoted textInsert listInsert Emoji
   
Message:

Forum code is on.
Html is off.

 
Check to subscribe to this topic.
   

T O P I C    R E V I E W
Michellia Posted - Jan 03 2013 : 09:23:51 AM
When I write this line

for( i = 0; i < 10; i++ )

when I hit return to add the {}

it changes it to this

for(i = 0; i < 10; i++)
{

}

How do I tell Visual Assist to stop deleting my spacing.

thanks all

3   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Jan 07 2013 : 9:01:53 PM
The exact option / options depend on your IDE and programming language. As a start point, try turning Off:

IDE tools menu -> Options -> Text Editor -> C# -> Formatting -> Automatically format completed block on }

and see if this helps.
Michellia Posted - Jan 03 2013 : 2:26:53 PM
Just tried it. yes it does.
So it must be visual studios.

Does nay one know how to turn it off then.

Michelle

quote:
Originally posted by accord

I don't think VA is doing this kind of re-formatting. Do you still see the same effect if you disable Visual Assist temporarily?

VAssistX -> Enable/Disable Visual Assist X

accord Posted - Jan 03 2013 : 10:46:43 AM
I don't think VA is doing this kind of re-formatting. Do you still see the same effect if you disable Visual Assist temporarily?

VAssistX -> Enable/Disable Visual Assist X

© 2023 Whole Tomato Software, LLC Go To Top Of Page
Snitz Forums 2000