Indent CSS tag to single line

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
Guest

Indent CSS tag to single line

Post by Guest »

I would like to see a button to indent a CSS tag from multiple lines to a single line and back (unindent).

So

#header {
float: left;
width: 550px;
height: 70px;
}

would become to

#header { float: left;width: 550px;height: 70px;}


In long CSS files, this can save some space when scrolling.
Bendis
Posts: 35
Joined: Mon Jun 06, 2005 1:10 pm

Post by Bendis »

In TopStyle Lite, this function is called "Format Rule as Multiple Line" and "Format Rule as Single Line" and is accessible via two buttons in the context menu.
User avatar
Karlis
Site Admin
Posts: 3605
Joined: Mon Jul 15, 2002 5:24 pm
Location: Riga, Latvia, Europe
Contact:

Post by Karlis »

Good. I think this can be done, so I added this to the list. Thanks!
Karlis Blumentals
Blumentals Software
www.blumentals.net
Post Reply