History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEADEV-8678
Type: New Feature New Feature
Status: Open Open
Priority: Major Major
Assignee: Maxim Shafirov
Reporter: Keith Lea
Votes: 3
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
IDEA: Development

Allow specifying custom formatting rules for tags in custom XML formats, like for HTML

Created: 19 Aug 05 21:23   Updated: 06 Nov 08 23:32
Component/s: Code Formatting and Code Style
Fix Version/s: Undefined

Original Estimate: Unknown Remaining Estimate: Unknown Time Spent: Unknown

Build: 3,459
Severity: Medium


 Description  « Hide
HTML code style configuration allows specifying which elements should be indented and formatted in which ways. I think these settings should apply to all XML files, so I can say that mycustomnamespace:mytag should not be indented, for example.

 All   Comments   Work Log   Change History      Sort Order:
Sascha Weinreuter - 24 Aug 06 18:53
If ever implemented, please make sure that the configuration is truly namespace-aware, i.e. it allows to configure namespace-uri and local name, and not just prefix:name.

Maxim Shafirov - 24 Aug 06 21:28
Meanwhile this can be hardcoded by a plugin using a fromatting model builders injection API just implemented.

Sascha Weinreuter - 24 Aug 06 23:55
Yep, I saw that, and there are extra bonus points for a new EAP