-
Notifications
You must be signed in to change notification settings - Fork 636
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 no changes state to diff viewer #11001
add no changes state to diff viewer #11001
Conversation
@Amoursol if you guys are happy with this approach, some feedback on the text would be much appropriated. |
I love the style! Still, I think we could make it clearer that they should click "accept" , so that the engine is changed. How does something like |
@@ -145,6 +145,9 @@ There will be a time of transition where both versions of Python node will work | |||
<data name="IronPythonNotificationShortMessage" xml:space="preserve"> | |||
<value>This graph currently contains nodes that are using the old IronPython2 (Python 2) engine which will be deprecated in later versions. A new CPython3 (Python 3) has been implemented and is accessible inside the Python editor.</value> | |||
</data> | |||
<data name="MigrationAssisantNoChangesStateMessage" xml:space="preserve"> |
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.
Typo Assisant
=> Assistant
hah, we just talked about this - chiming in to say this looks great. |
LGTM! |
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.
Thanks @SHKnudsen . Looks good to me!
* add has changes state to diff viewer * update text + change engine on accept * typo
* add has changes state to diff viewer * update text + change engine on accept * typo Co-authored-by: Sylvester Knudsen <[email protected]>
Purpose
When the Migration Assistant is used on code that is already Python 3 compatible the diff viewer will still show the code. This can lead to confusion as it looks like the Migration Assistant isnt working/doing anything.
This PR adds a
No Changes
state to the Diff viewer which will let the user know if no changes are needed.Declarations
Check these if you believe they are true
*.resx
filesReviewers
@mmisol
FYIs
@mjkkirschner
@QilongTang
@Amoursol