Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Computer Certification > MCSD > Customize Visual Studio

Reply
Thread Tools

Customize Visual Studio

 
 
Ger4ld
Guest
Posts: n/a
 
      05-30-2004
Hi,

I have an issue with visual studio 2003 on how they format
your codes on the document window.
When I am putting controls on the form using drag-and-drop,
and switching to the other tab to look at the code, I dont
liek how they format the codes. Especially the embedded
styles on the controls.
sample:
<asp:textbox id="TextBox1" style="Z-INDEX: 101; LEFT:
216px; POSITION: absolute; TOP: 104px"
runat="server"></asp:textbox>

What i wanted is if possible have Visual Studio
automatically separate styles from the BODY of the HTML
file and put it on the HEAD region. For reasons of
readability/clarity, easy access, and personal preference.
If this is not possible, can you at least set VStudio 2003
to write the style attributes and values all in lowercase
or any preference? I tried setting through the options in
this procedure:

Tools->Options->Text Editor->CSS->Format

sample setting:
Style: Semi-expanded
Capitalization: Lowercase
Preview:
BODY {
color: red;
font-family: Arial;
}

But this does not seem to work. The style attributes
embedded in web controls are still written in ALL-CAPS.

Is there a way to fix this?

..
 
Reply With Quote
 
 
 
 
Eric
Guest
Posts: n/a
 
      06-01-2004
Ger4ld wrote:

> I have an issue with visual studio 2003 on how they format
> your codes on the document window.


the new VS 2005 that will be in beta soon has much better formatting
options...

Eric
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
customize UI generated by binding in visual studio siddharthkhare@hotmail.com ASP .Net 0 04-25-2009 02:37 AM
Customize Visual Studio .NET Web Setup Projects Will Asrari ASP .Net 0 08-24-2006 08:19 PM
Should I write Visual studio 2005 or Visual studio 2003 MCSD =?Utf-8?B?VmlqYXk=?= Microsoft Certification 14 06-30-2006 09:05 AM
Is Visual Studio Team System and Visual Studio Foundation Server are same?. Thirumalai ASP .Net 0 05-22-2006 08:48 AM
visual studio .net 2003 verses visual studio .net 2002 wh ASP .Net 2 01-16-2004 04:54 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57