JavaPropertiesEditor
JavaPropertiesEditor copied to clipboard
change detection of file to transform on save to type of file instead of file extension
save a file which end with properties change to unicode characters but sometime the properties file is not java properties and it should not be change ...
can you use type of file in sublimetext instead of parsing the filename for matching ".properties" extension
I was having my own issue where this package wasn't processing the file when the file gets reverted, so I went ahead and included a fix for this issue in my PR (#7) while I was at it since it was fairly simple. Until my PR gets merged, you can get my changes by following the manual install instructions from the readme on henderea/JavaPropertiesEditor