gornostal / Modific

Highlight lines changed since the last commit (supports Git, SVN, Bazaar, Mercurial and TFS) / ST2(3) plugin
614 stars 44 forks source link

autosave not working, files keep getting saved. #31

Closed thanpolas closed 11 years ago

thanpolas commented 11 years ago

Took me quite a while to realize which of the sublime2 packages triggered my watches every time i focused on a file.

After i discovered it was modific i saw the relevant setting which i immediately set on my user settings file Modific.sublime-settings (I even tried the main Preferences.sublime-settings file).

However the auto-saving persisted, although i think it was on focus-lost this time.

The only solution for me was to put the Modific package in the ignored_packages setting, in-effect switching the package off.

gornostal commented 11 years ago

Have you tried to set autosave option to false in Modific's settings?

gornostal commented 11 years ago

Oops, sorry. Just noticed the title :) I will try to investigate this issue on the weekends.

gornostal commented 11 years ago

My apologies for the delay.

So, I set "autosave": false in config and somehow I can't reproduce this case. File is saved only after I hit Ctrl+S.

Could you describe how to reproduce that?

Thanks.

UltCombo commented 11 years ago

@gornostal Can you make this option more evident in the documentation/readme? It took me a while to find the responsible for this auto-save "feature".