CSS Color coding

TopStyle has been discontinued and support is no longer available. The forum is read-only. NOTE: TopStyle was not developed by the makers of CSS HTML Validator.
fenddev
Rank I - Novice
Posts: 14
Joined: Sat Nov 07, 2009 4:44 am

CSS Color coding

Post by fenddev »

Future requests:

- different color codes for IDs, Classes, tags, pseudo-classes

- color coding support for all css @at rules, currently only @import is supported

...for example, Im using only 1 css file on my projects(been reading yahoo performance blogs a lot :lol: ) where i separate my css with @media for different media types and it would be rly cool if i could know where one thing starts and where the other begins just by scaning the document.

btw, there is a bug when writing at rules, the correct color code dosent apply on the first selector in the at rule block of code. Here is an example, both bolded selectors dont show in their correct color code:

@media all{
html{width:100%;}
body{font:62.5%/1.5 Arial, sans-serif;}
....
}
@media print{
body{font:12pt Arial, sans-serif;}
...
}

thank you in advance...


v4.0.0.67 / win7
v4.0.0.67 / XP
fenddev
Rank I - Novice
Posts: 14
Joined: Sat Nov 07, 2009 4:44 am

Re: CSS Color coding

Post by fenddev »

Sorry for double posting, but i didnt get any reply on this topic and im rly wondering is this going to be implemented in the future, cause its one thing i can get used to with this one color only for selectors.... :( imo is much easier when working with different colors, just by looking at the file its clear which are classes, elements,ids,.. rather then looking for dots, colons all the time.
- different color codes for IDs, Classes, tags, pseudo-classes

- color coding support for all css @at rules, currently only @import is supported
User avatar
TopStyle Support
Rank VI - Professional
Posts: 506
Joined: Sat Jun 13, 2009 12:38 pm

Re: CSS Color coding

Post by TopStyle Support »

I have added this to the list of things to do for TopStyle 5.

Thanks, Stefan.
fenddev
Rank I - Novice
Posts: 14
Joined: Sat Nov 07, 2009 4:44 am

Re: CSS Color coding

Post by fenddev »

Awesome 8)

ofc my next question would be when (approximately) topstyle5 is gonna be released :P

Thx.
User avatar
TopStyle Support
Rank VI - Professional
Posts: 506
Joined: Sat Jun 13, 2009 12:38 pm

Re: CSS Color coding

Post by TopStyle Support »

Summer 2010
User avatar
TopStyle Support
Rank VI - Professional
Posts: 506
Joined: Sat Jun 13, 2009 12:38 pm

Re: CSS Color coding

Post by TopStyle Support »

fenddev wrote:there is a bug when writing at rules, the correct color code doesnt apply on the first selector in the at rule block of code.
Fixed in 4.0.0.79