NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
CSS Code Folding - Collapse to Selector


Joined: 08 Jun 2007
Posts: 6
Location: Pennsylvania, USA
Reply with quote
It would be great if we could have a menu item to collapse all selectors in a CSS file.

I know we can collapse all, but that collapses selectors and comments. I want to be able to easily leave my comments in tact.

Let's say I have a file, style.css, like this:

Code:
/* Navigation Menu */

    #navbar ul {
        list-style: none;   
        padding: 0;
        margin: 0;
    }

    #navbar li {
        float: left;
        margin: 0; 
    }


And I want to be able to easily collapse it to this with one click, leaving comments in tact:

Code:
/* Navigation Menu */

    #navbar ul { ... }

    #navbar li { ... }


I hope I'm not the only one who would find this useful. Thanks for all of your great work![/code]
View user's profileFind all posts by nthdesignSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
will implement in the next version

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
CSS Code Folding - Collapse to Selector
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic