suggestion: highlighting in CSS

Let us know what you would like to see in the next version of this software

Moderator: kfury77

Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
  • Do not create new topics for already requested features. Add your comments to the existing feature request topics instead;
  • Create separate topic for each feature suggestion. Do NOT post a number of non-related feature suggestions in a single topic;
  • Give your topic a meaningful title. Do NOT create topics with meaningless titles, such as "My Suggestion" or "My Problem".
Please note that we DO READ all suggestions, even if a reply is not posted. Thanks!
Post Reply
viking
Posts: 24
Joined: Sun Jan 20, 2013 5:50 pm

suggestion: highlighting in CSS

Post by viking »

Hi

I was sitting and writing some CSS and HTML the other day and when I executed the code I was missing some text, so I went through the code to figure out what I had done wrong - this took me quite a while to find the source of the problem (an rather embarrassing one :oops:), I turned out that the problem was that I had made a class selector in my HTML document, but in my CSS I had made the class selector as an id selector !

Anyway, this little incident made me come up with this little suggestion:

Image

Had I had this little highlighting in my code I would have saved myself a bit of time and learned a little in the process (I actually think I did !)

I got a little inspired by looking at some of the screenshots of the debugging for PHP and I think my suggestion should work in a similar way.

What do the devs and the rest of you think about this ?
Running version: WeBuilder2014 - 12.1.0.149
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: suggestion: highlighting in CSS

Post by Aivars »

I like this suggestion. For now you can use the CSS parser by vaegas: http://forums.blumentals.net/viewtopic.php?f=33&t=6024 - one of the things supported is different class/id coloring.
Blumentals Software Programmer
viking
Posts: 24
Joined: Sun Jan 20, 2013 5:50 pm

Re: suggestion: highlighting in CSS

Post by viking »

Aivars wrote:I like this suggestion. For now you can use the CSS parser by vaegas: http://forums.blumentals.net/viewtopic.php?f=33&t=6024 - one of the things supported is different class/id coloring.
Hi

Thank you for acknowledging the potential of my suggestion - I think it would be a great help for newbies and/or wannabe coders like myself.

I've look at the thread you provided, however, it doesn't look like something I can use as WB2014 already have this custom color scheme tool.
Running version: WeBuilder2014 - 12.1.0.149
User avatar
Aivars
Blumentals Software Developer
Posts: 2462
Joined: Thu Aug 22, 2002 1:40 pm
Location: Latvia

Re: suggestion: highlighting in CSS

Post by Aivars »

You can use it but if you do you will have to set colors for the new elements by hand as they won't be predefined inside the color scheme.
Blumentals Software Programmer
Post Reply