Whole Tomato Software Forums
Whole Tomato Software Forums
Main Site | Profile | Register | Active Topics | Members | Search | FAQ
 All Forums
 Visual Assist
 Feature Requests
 Spaces within angle brackets

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
stuyguy Posted - Apr 20 2006 : 3:40:12 PM
I recently installed Visual Studio 2005 and discovered that the autoformatting lacks spacing between angle brackets <>.

VS2005 comes with spacing within parens and square brackets:
foo(x,y) --> foo( x, y )
array[i] --> array[i]

But the autoformatting screws up my angle brackets. I type it as Array2D< double > and it autoformats it to Array2D<double> which is annoying (to me anyway).

--stuyguy
1   L A T E S T    R E P L I E S    (Newest First)
feline Posted - Apr 23 2006 : 1:52:39 PM
code formatting is a very personal area, one that would require a massive number of options to satisfy everyone's personal preferences. due to this VA does not do code formatting, and there are no plans to add it.

you may want to check out this free program, to see if it will allow you to do this:

http://sourceforge.net/projects/gcgreatcode/

it is a while since i seriously played with it myself, but it does have a lot of options.

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