-
Notifications
You must be signed in to change notification settings - Fork 635
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
Multiple fixes for 2.18 #13880
Multiple fixes for 2.18 #13880
Conversation
@@ -1835,7 +1835,7 @@ Do you want to install the latest Dynamo update?</value> | |||
<value>Run started with new working range...</value> | |||
</data> | |||
<data name="GroupDefaultText" xml:space="preserve"> | |||
<value><Double click here to edit group description></value> |
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.
Are we using the same resource string in both Core and CoreWpf? Should we get rid of one of them?
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.
yes, we are using the same resource string in both, but the Wpf resources are unavailable in Core.
@@ -217,7 +217,7 @@ | |||
Command="{Binding SignOutCommand}" | |||
Name="logoutOption"> | |||
<MenuItem.ToolTip> | |||
<ToolTip Content="Sign Out" Style="{StaticResource GenericToolTipLight}"/> | |||
<ToolTip Content="{x:Static p:Resources.LogoutMenuItemText}" Style="{StaticResource GenericToolTipLight}"/> |
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!
//private void OnMoreInfoClicked(object sender, MouseButtonEventArgs e) | ||
//{ | ||
// dynViewModel.OpenDocumentationLinkCommand.Execute(new OpenDocumentationLinkEventArgs(new Uri(Dynamo.Wpf.Properties.Resources.NodeAutocompleteDocumentationUriString, UriKind.Relative))); | ||
//} |
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.
@zeusongit Do we need to remove this commented code?
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.
removed
Purpose
DYN-4930 - Update Group Defaults
DYN-5718 - Localize tooltip
DYN-5746 - Remove round edges
DYN-5751 - Format recommendation score
Display
100%
properly, Min and Max width adjusted:Display
<1%
for scores that are 0 or less than 1:Unified score display in score tooltip, by using the same converter to format score in code-behind as well:
DYN-5655 - Fix documentation link
Removed an extra function with the same name and added label container:
Declarations
Check these if you believe they are true
*.resx
filesRelease Notes
Reviewers
@DynamoDS/dynamo