Store all properties in a map. On each file save, sort the map and re-write the properties file.
I can't imagine that this is gonna scale well for large numbers of files, but at least it outputs a clean properties file. We can probably worry about scaling this out later.
Store all properties in a map. On each file save, sort the map and re-write the properties file.
I can't imagine that this is gonna scale well for large numbers of files, but at least it outputs a clean properties file. We can probably worry about scaling this out later.