Hi, I use to use groups in my stylesheets. Groups are a comment with in a certain way a title of the group, and a comment with a certain format. Example
/* @ Group navigation --- begin */
the style
/* @ Group navigation --- end */
But any other format is okay.
My problem is that this comments are not respected with the option "Format CSS code". So the style inside this group is mixed up with the other style and the comments where sorted in the head of the sheet.
Is it possible to build one way or an other a solution for this problem?
Kind regards,
Daniel Doesburg
Respect groups in "Format CSS code"
Moderator: kfury77
Forum rules
Please follow these guidelines when posting feature requests. This will help to increase the value of your contribution.
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".
Re: Respect groups in "Format CSS code"
If you want to preserve selector order then set "Selector order" to "Unchanged" in Format CSS code dialog. This grouping by comments is not a part CSS standard (yet?) and Rapid PHP does not understand these comments as something special.
Blumentals Software Programmer
Re: Respect groups in "Format CSS code"
Any chance of having grouping by comments to be developed in the future?
When in doubt, use Brute Force 

Re: Respect groups in "Format CSS code"
Will you use this feature?mithcd wrote:Any chance of having grouping by comments to be developed in the future?
Blumentals Software Programmer