Dreamweaver-like Code Beautify
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".
Dreamweaver-like Code Beautify
This may be hard to implement, and if there is a way to do this in HTML Tidy, let me know! Dreamweaver has an ability to scroll down through a bunch of HTML tags (PHP would be nice too) and let you set formatting for each tag. For instance if I wanted a line break after (or before) each </td> but not </tr>, or before each <p> you can set it that way. I know a "foolish consistency is the hobgoblin of little minds" but I found this a great feature. I know there are code beautifiers like "PolyStyle" out there (http://www.polystyle.com/integrations/) that integrate in a bunch of products, perhaps that is an option.