My account: Login | Sign Up
Loading... 

format all .cs files in the project using visual studio 2005 in microsoft.public.dotnet.framework | Thread profile

Thread profile page for "format all .cs files in the project using visual studio 2005 in microsoft.public.dotnet.framework" on http://www.microsoft.com/communities/newsgroups.... This report page is a snippet summary view from a single thread "format all .cs files in the project using visual studio 2005 in microsoft.public.dotnet.framework", located on the Message Board at http://www.microsoft.com/communities/newsgroups.... This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity, which are reported in a table below. Additional thread profile information is also shown in the following ways:

1) Top Contributing Authors
2) Related Threads on "eBay Auctions"
3) Related Threads on Other Sites

Warning: These statistics are generated using 'best efforts' and can experience delays and reporting errors at times. Please note that such statistics do not constitute a thread's popularity and/or exact posting volumes at any given reporting period.

Title: format all .cs files in the project using visual studio 2005 in microsoft.public.dotnet.framework
Site: Discussions in microsoft.public.dotnet.framework  Discussions in microsoft.public.dotnet.framework - site profile
Forum: microsoft.public.dotnet.framework  microsoft.public.dotnet.framework - forum profile
Total authors: 2 authors
Total thread posts: 3 posts
Thread activity: no new posts during last week
Domain info for: microsoft.com

Thread posts in format all .cs files in the project using visual studio 2005 in microsoft.public.dotnet.framework:

1. 
Started 1 month, 3 weeks ago (2008-10-14 11:57:00)  by puzzlecracker
Is there way to format all my source file in project, perhaps follow some generic template (then I would also need one) since i have a lot of files and I don't want to screw it up manually? Thanks
Size: 544 bytes
Customize:  Customize "format all .cs files in the project using visual studio 2005 in microsoft.public.dotnet.framework :: microsoft.public.dotnet.framework :: Discussions in microsoft.public.dotnet.framework"
2. 
Started 1 month, 3 weeks ago (2008-10-14 13:26:00)  by Cowboy (Gregory A. Beamer)
You can edit the template to fit whatever style you want the file to have when you create a new class file, if that is your question. I do not remember the folder for VS 2005 off hand, but I used to do it with every new machine I set up. Primarily setting up regions to hold particular code constructs (definitions, properties, methods, ...
Size: 1,863 bytes
Customize:  Customize "<b>Reply 1</b>: format all .cs files in the project using visual studio 2005 in microsoft.public.dotnet.framework :: microsoft.public.dotnet.framework :: Discussions in microsoft.public.dotnet.framework"
3. 
Started 1 month, 3 weeks ago (2008-10-14 17:42:00)  by puzzlecracker
On Oct 14, 4:23 pm, "Cowboy \(Gregory A. Beamer\)" <NoSpamMgbwo...@comcast.netNoSpamM> wrote: > You can edit the template to fit whatever style you want the file to have > when you create a new class file, if that is your question. I do not > remember the folder for VS 2005 off hand, but I used to do it with every new > machine I set ...
Size: 2,382 bytes
Customize:  Customize "<b>Reply 2</b>: format all .cs files in the project using visual studio 2005 in microsoft.public.dotnet.framework :: microsoft.public.dotnet.framework :: Discussions in microsoft.public.dotnet.framework"
 

Top contributing authors for format all .cs files in the project using visual studio 2005 in microsoft.public.dotnet.framework

Name
Posts
puzzlecracker
2
user's latest post:
format all .cs files in the...
Published (2008-10-14 17:42:00)
&nbsp; On Oct 14, 4:23 pm, &quot;Cowboy \(Gregory A. Beamer\)&quot; &lt;NoSpamMgbwo...@comcast.netNoSpamM&gt; wrote: &gt; You can edit the template to fit whatever style you want the file to have &gt; when you create a new class file, if that is your question. I do not &gt; remember the folder for VS 2005 off hand, but I used to do it with every new &gt; machine I set up. Primarily setting up regions to...
Cowboy (Gregory A. Beamer)
1
user's latest post:
format all .cs files in the...
Published (2008-10-14 13:26:00)
&nbsp; You can edit the template to fit whatever style you want the file to have when you create a new class file, if that is your question. I do not remember the folder for VS 2005 off hand, but I used to do it with every new machine I set up. Primarily setting up regions to hold particular code constructs (definitions, properties, methods, etc.) On existing files, get a tool like Resharper, as it can reorganize the file for you. --...