opensource software
Property Sorter
Products:
IntelliJ IDEA,
Android Studio
Vendor:
Oliver Wehrens
Email:
Website:
http://code.google.com/p/ideapropertysorterplugin/
License: http://www.apache.org/licenses/LICENSE-2.0.txt
Bugtracker page
Description:
Imagine you work with property files every day. The files are updated on different branches copied up to the trunk
and merged down to new branches, sometimes even updated externally. I got a couple of times into not so funny merge
conflicts since people did not sort the property files in the same way. To get around that I used an external tool
to sort the files just before committing them.
This plugin sorts the property files inside IDEA.
Simply open a properties file and choose Code - Sort Properties. It detects if this is a real properties file
(e.g. all lines do have a # at the start or do follow the pattern key=value) and sorts them. If things go boom
you always can undo ;-).
Downloads: 2513
Rating:
Participated in rating: 0
Recent change notes:
Version 0.3
- Comments above properties will now be preserved and not deleted.
Version 0.2
Comments: