-
Notifications
You must be signed in to change notification settings - Fork 188
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
New version selector #2064
base: Revit2018
Are you sure you want to change the base?
New version selector #2064
Conversation
This approach probably needs to be validated with Revit PMs. I suspect this would be an improvement for most users, but for any users that need to switch back and forth on a per-project basis, this might be a worse experience. Perhaps something like a settings flyout on the ribbon pane with the choice between a) "Latest Version", b) "Specific Version" (with a list to pick from), or c) "Ask every time" would be a better compromise. (If only one version was installed, that version would be launched regardless of the choice.) |
Hi @Dewb, thanks for comment, |
Tests made: test.xlsx |
@Dewb, to the best of my understanding - Dynamo only asks you which version you would like to open when you open Dynamo for the first time on a current Revit session. Starting a new project does not bring back the version selection. |
Purpose
Problem to solve:
Proposal:
which brings the following version picker dialog
When user selects one those version, the choice is persisted (and may required a Revit restart).
Declarations
*.resx
filesTests
Test made by using Revit 2018, with addition DynamoRevit 2.0.1 installation