SLaks
SLaks
I currently store entire settings categories, since I prefer to not have giant hard-coded lists of settings names. I have a limited blacklist of properties that never work [here](https://github.com/SLaks/Rebracer/blob/master/Rebracer/Utilities/KnownSettings.cs#L29-L37); we...
Why do you need two different projects?
Can you add a test case?
This is probably caused by VS settings sync, which would synchronize Rebracer-controlled settings across all instances as I change them. I'm not sure how solvable this is; try disabling settings...
That's strange; Rebracer operates at the solution level only and should not care about how many projects are in the solution. I suspect that some VS service is operating on...
First of all, these errors are harmless; that just means that Rebracer couldn't restore those settings from the global file.
That's very interesting; it looks like Rebracer was able to read those settings, but VS is throwing an error when it writes them. I've never seen that happen. What edition...
It's possible that Resharper is doing something to the way VS implements those settings. Do those option pages show up in VS as they do without Resharper? If you change...
Can you show me those lines from that XML file? (`C:\Users\Albert\AppData\Roaming\Microsoft\VisualStudio\12.0\Rebracer.xml`; either the entire file or only one of those sections)