Code Explorer

Post your questions and problem reports here

Moderator: kfury77

Forum rules
Please try to follow these guidelines. This will help to receive faster and more accurate response.
  • Check the Support section of the corresponding product first. Chances are you will find your answer there;
  • Do not create new topics for already reported problems. Add your comments to the existing topics instead;
  • Create separate topic for each problem request. Do NOT post a number of non-related problem reports in a single topic;
  • Give your topic a meaningful title. Titles such as "A question," "Bug report" and "Help!" provide others no clue what your message is about;
  • Include the version number of the software you are using;
  • This is not an official customer support helpdesk. If you need a prompt and official response, please contact our support team directly instead. It may take a while until you receive a reply in the forum;
Post Reply
User avatar
SimonWpt
Posts: 14
Joined: Mon Nov 13, 2006 5:10 pm
Location: Germany
Contact:

Code Explorer

Post by SimonWpt »

When I have a code like that:

Code: Select all


div#content p,
div#content address,
div#content table{
	color:#000;
	background:#fff;
}
the code explorer show this a one unreadable line:
div#content p,[][]div#content address,[][]div#content table
It would be better to read and finde, if every selector would be displayed in a single line:
div#content p
div#content address
div#content table
Thank you...
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Post by Karlis »

It is already possible. Please enable the "Separate Grouped Selectors" option.
Karlis Blumentals
Blumentals Software
www.blumentals.net
User avatar
notuo
Posts: 258
Joined: Sat Jul 09, 2005 8:07 pm
Location: Tlalpan, Mexico City, Mexico

Post by notuo »

Hi Karlis.

Sorry but I cannot find the option you mentioned. Can describe where to set it up?

Thanks
User avatar
syrupcore
Top Contributor
Posts: 917
Joined: Thu Jul 21, 2005 12:58 am
Location: Portland, Oregon, usa
Contact:

Post by syrupcore »

Notuo, it's under 'options' at the top of the code explorer pane.
User avatar
notuo
Posts: 258
Joined: Sat Jul 09, 2005 8:07 pm
Location: Tlalpan, Mexico City, Mexico

Post by notuo »

Thanks. hard to find it
User avatar
SimonWpt
Posts: 14
Joined: Mon Nov 13, 2006 5:10 pm
Location: Germany
Contact:

Post by SimonWpt »

Karlis wrote:It is already possible. Please enable the "Separate Grouped Selectors" option.
Thank you for your fast answer.
Post Reply