DYN-5570 Add an option to remember last opened Extensions in Dynamo#13812
Merged
zeusongit merged 65 commits intoDynamoDS:masterfrom Mar 14, 2023
Merged
DYN-5570 Add an option to remember last opened Extensions in Dynamo#13812zeusongit merged 65 commits intoDynamoDS:masterfrom
zeusongit merged 65 commits intoDynamoDS:masterfrom
Conversation
QilongTang
reviewed
Mar 10, 2023
src/DocumentationBrowserViewExtension/DocumentationBrowserViewExtension.cs
Show resolved
Hide resolved
QilongTang
reviewed
Mar 10, 2023
QilongTang
reviewed
Mar 10, 2023
|
|
||
| /// <summary> | ||
| /// Controls the IsChecked property in the "Hide IronPython alerts" toogle button | ||
| /// Controls the IsChecked property in the "Hide IronPython alerts" toggle button |
QilongTang
reviewed
Mar 10, 2023
src/WorkspaceDependencyViewExtension/WorkspaceDependencyViewExtension.cs
Outdated
Show resolved
Hide resolved
| public partial class DynamoView : Window, IDisposable | ||
| { | ||
| public const string BackgroundPreviewName = "BackgroundPreview"; | ||
| private const int SideBarCollapseThreshold = 20; |
Member
There was a problem hiding this comment.
this is actually a nice thing to add to the preferences!
src/DocumentationBrowserViewExtension/DocumentationBrowserViewExtension.cs
Show resolved
Hide resolved
Member
|
looks pretty solid @zeusongit - a few comments. |
Member
|
some test failures on latest commits. |
QilongTang
reviewed
Mar 14, 2023
QilongTang
approved these changes
Mar 14, 2023
QilongTang
reviewed
Mar 14, 2023
Contributor
|
Thanks @zeusongit Since I see the previous Dynamo SelfServe check already passed, will merge once basic ones passing |
sm6srw
pushed a commit
to sm6srw/Dynamo
that referenced
this pull request
Mar 29, 2023
…13812) Add an option to remember last opened Extensions in Dynamo
sm6srw
pushed a commit
that referenced
this pull request
Apr 5, 2023
Add an option to remember last opened Extensions in Dynamo
There was a problem hiding this comment.
See the ticket for this pull request: https://jira.autodesk.com/browse/DYN-5570
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Purpose
https://jira.autodesk.com/browse/DYN-5570
This PR adds an option to remember last opened Extensions, a new toggle button is added under Features > Extensions section of preference panel to enable/disable this feature.
When enabled, the user will see view extensions which were open while closing Dynamo in the last session.
When disabled, dynamo will not open extensions from the prior session or save their state.
The extensions are serialized in the settings XML file.
Unit tests added -
Snapshot:

Declarations
Check these if you believe they are true
*.resxfilesRelease Notes
Reviewers
@DynamoDS/dynamo