-
Notifications
You must be signed in to change notification settings - Fork 634
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
DYN-5862 Python editor docking improvements #13984
Conversation
Same flaky tests which are passing locally. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall solid improvements, one thing I forgot to ask before. Can we add analytics tracking for Python node docking/undocking for usage tracking?
@QilongTang I have now added the analytics tracking for docking/undocking for python node windows explicitly. |
@QilongTang good to merge this? |
* Python docking improvements * Update resources * update * Update ScriptEditorWindow.xaml.cs * update CachedEngine when editor engine is changed in docked state * Improvement python editor behavior inside a custom node. * Update DynamoViewModel.cs * Addressing comments * Update PythonNode.cs
Purpose
A followup PR to #13957
Addressed the points mentioned in this task: https://jira.autodesk.com/browse/DYN-5862
Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
Python editor docking improvements
Reviewers
@QilongTang @zeusongit