Skip to content
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

Added node-autocomplete documentation #11690

Merged
merged 2 commits into from
May 19, 2021
Merged

Conversation

zeusongit
Copy link
Contributor

@zeusongit zeusongit commented May 18, 2021

Purpose

Added an icon to display doc browser with node autocomplete documentation

Update: Added GIFs (Total size: 162KB of 3 gifs/images)

acdoc_gif6

Declarations

Check these if you believe they are true

  • The codebase is in a better state after this PR
  • Is documented according to the standards
  • The level of testing this PR includes is appropriate
  • User facing strings, if any, are extracted into *.resx files
  • All tests pass using the self-service CI.
  • Snapshot of UI changes, if any.
  • Changes to the API follow Semantic Versioning and are documented in the API Changes document.
  • This PR modifies some build requirements and the readme is updated

Reviewers

@DynamoDS/dynamo

@zeusongit zeusongit requested review from QilongTang and Amoursol May 18, 2021 15:49

private void OnMoreInfoClicked(object sender, RoutedEventArgs e)
{
ViewModel.dynamoViewModel.OpenDocumentationLinkCommand.Execute(new OpenDocumentationLinkEventArgs(new Uri(Dynamo.Wpf.Properties.Resources.NodeAutocompleteDocumentationUriString, UriKind.Relative)));
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes it's done the same way for Python editor documentation and publish package doc as well

Copy link
Member

@mjkkirschner mjkkirschner May 18, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@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)

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mjkkirschner Thanks, I have reached out to localization team. https://autodesk.slack.com/archives/C01FVCEMYTA/p1621415985002200

@zeusongit zeusongit merged commit 36d79c6 into DynamoDS:master May 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants