-
Notifications
You must be signed in to change notification settings - Fork 307
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
Optional Snoop Selection in Modify Tab #152
Conversation
Add AlwaysCommandAvailability to DashboardCommand
For now, let's hold off all PR for 2 weeks to gather feedback from all possible people and developers. We will come back to this theme later and make this option |
Ok |
We will definitely add this, but first we need to decide in what way and how best for everyone |
No worry, I gonna use my version and see if I find some other issue. |
Interesting, I never use this Usually, I create the command in the normal way and move the Autodesk.Window.RibbonPanel or Autodesk.Window.RibbonItem using the I don't know how you gonna synchronize the change without resetting Revit in your current code. Gonna be easier to create using the Revit way and copy the RibbonItem and put in the Modify. |
@ricaun I have added a live ribbon update now, update your fork 😉 |
Summary of the Pull Request
Feature to enable/disable the Snoop Selection in Modify Tab in the setting.
What is this about:
Description:
I tried to follow your pattern to create the new setting, everything looks great except
Application.UpdateModifyPanelVisibility
is hardcoded in the SettingViewModel, I didn't know if I should create an interface in the ISettingsService and move theApplication.UpdateModifyPanelVisibility
to the SettingsService.Quality Checklist