chcg / NPP_HexEdit

Notepad++ Plugin Hexedit
821 stars 156 forks source link

Writes to INI file even when no changes #50

Open Gitoffthelawn opened 3 years ago

Gitoffthelawn commented 3 years ago

This extension will write to its INI file when Notepad++ closes, even when there are no changes to the settings.

Best to only write to INI file when changes are made, and to do so at the time when those changes are made.