martinecker / rudebuild

A non-intrusive bulk/unity C++ build tool for Visual Studio
Other
16 stars 6 forks source link

Store global settings in user folder #10

Closed amaiorano closed 7 years ago

amaiorano commented 8 years ago

Currently, global settings for the plugin version (and RudeBuildConsole) is stored in "c:\Program Files (x86)\RudeBuild\RudeBuild.GlobalSettings.config", for e.g., while the VSIX version saves in the auto-generated extensions folder, like "c:\Users[username]\AppData\Local\Microsoft\VisualStudio\14.0\Extensions\ndi3o2ac.0gs\RudeBuild.GlobalSettings.config" for e.g.

There are a few problems with this:

I think the best solution is to move the settings file to the user folder and have it shared across all versions (plugin, VSIX, RudeBuildConsole).

martinecker commented 7 years ago

Thanks for your pull request to fix this. Merged in commit https://github.com/martinecker/rudebuild/commit/9becf5675aa63d214c0579aafb2b751567f8ab6d