Added node-autocomplete documentation#11690
Conversation
|
|
||
| private void OnMoreInfoClicked(object sender, RoutedEventArgs e) | ||
| { | ||
| ViewModel.dynamoViewModel.OpenDocumentationLinkCommand.Execute(new OpenDocumentationLinkEventArgs(new Uri(Dynamo.Wpf.Properties.Resources.NodeAutocompleteDocumentationUriString, UriKind.Relative))); |
There was a problem hiding this comment.
is there a pattern you are following for adding this to the resx file?
I hope this does not get localized - that would cause problems wouldn't it?
There was a problem hiding this comment.
yes it's done the same way for Python editor documentation and publish package doc as well
There was a problem hiding this comment.
@QilongTang it might be worth checking with localization team if this is going to cause a problem - if the url is localized then this link won't work in localized environments. (I think)
There was a problem hiding this comment.
@mjkkirschner Thanks, I have reached out to localization team. https://autodesk.slack.com/archives/C01FVCEMYTA/p1621415985002200
Purpose
Added an icon to display doc browser with node autocomplete documentation
Update: Added GIFs (Total size: 162KB of 3 gifs/images)
Declarations
Check these if you believe they are true
*.resxfilesReviewers
@DynamoDS/dynamo