JavaPropertiesEditor icon indicating copy to clipboard operation
JavaPropertiesEditor copied to clipboard

change detection of file to transform on save to type of file instead of file extension

Open joffroy59 opened this issue 8 years ago • 1 comments

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

joffroy59 avatar Sep 20 '17 13:09 joffroy59

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

henderea avatar Dec 01 '20 18:12 henderea