-
Notifications
You must be signed in to change notification settings - Fork 15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Rebracer options page #3
Comments
|
Why? |
I fixed the newline issue; install 1.0.2 and it should stop happening. |
As for the other two settings, are you sure you didn't change them? |
I think the Squiggels* and OnlyUserTabOrEnterToCommit conflict with ReSharper Functionality, and R# changes them. But these settings are not formatting settings and should not be in Rebrace.xml. These are UI Hints and Editing Behavior. |
I currently store entire settings categories, since I prefer to not have giant hard-coded lists of settings names. |
Yes, i think a black list would be good. |
@SLaks, I added settings to my GitHub extension and it was easier than I thought it would be. If you are willing to let Visual Studio handle the settings and have them show up in the Tools | Options dialog, then you could knock it off in an evening. I used Phil Haack's blog post as a guide. If you want some help, let me know. |
ShellSettingsManager.GetCollectionScopes("")
These options should not be stored within the Rebracer settings file.
The text was updated successfully, but these errors were encountered: