it-crowd / pom-sorter

Plugin for IntelliJ Idea to sort pom.xml
4 stars 9 forks source link

Allow sorting tags by attribute values #12

Closed dmitrijs closed 11 years ago

dmitrijs commented 11 years ago

This would allow sorting generic xml files, since there is no IntelliJ IDEA plugin to sort xml files.

Example xml file:

<profile kind="CodeFormatterProfile" version="11">
        <setting id="paren_in_if" value="do not insert"/>
        <setting id="colon_in_assert" value="insert"/>
        <setting id="enum_constant" value="end_of_line"/>
        <setting id="before_semicolon" value="do not insert"/>
</profile>

Allow sorting setting tags by value of "id" attribute.

Sorry if this is not in scope of this plugin.

blabno commented 11 years ago

Nice suggestion. Let's implement this.