You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to have the option to persist only certain settings to Rebracer.xml for any given solution, rather than automatically dumping them all.
I'd also like to be able to say "this is a global setting" when I have a solution open and adjust some settings, so it's saved normally and not through Rebracer.xml. Otherwise I'd have to close the solution before doing so, which I'd surely forget!
The text was updated successfully, but these errors were encountered:
I've had the same issue and have created a fork with a proposed change:
In the solution's Rebracer.xml file you can add the attribute RebracerCanAddValues="false" to any ToolsOptionsSubCategory element. This will prevent Rebracer from adding any additional PropertyValue elements to the ToolsOptionsSubCategory element, only update those that are already there.
I'm planning to use this change to persist C# tab settings without effecting thinks like the scroll bar settings that are user specific but in the same section:
I'd like to have the option to persist only certain settings to Rebracer.xml for any given solution, rather than automatically dumping them all.
I'd also like to be able to say "this is a global setting" when I have a solution open and adjust some settings, so it's saved normally and not through Rebracer.xml. Otherwise I'd have to close the solution before doing so, which I'd surely forget!
The text was updated successfully, but these errors were encountered: