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

Update Open Template hotkey label #15053

Merged
merged 3 commits into from
Mar 26, 2024
Merged

Update Open Template hotkey label #15053

merged 3 commits into from
Mar 26, 2024

Conversation

zeusongit
Copy link
Contributor

Purpose

Update hotkey label for open template.

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
  • This PR contains no files larger than 50 MB

Release Notes

(FILL ME IN) Brief description of the fix / enhancement. Mandatory section

Reviewers

@avidit @QilongTang

@QilongTang QilongTang added this to the 3.1 milestone Mar 25, 2024
@QilongTang
Copy link
Contributor

My bad, I think I noticed from last PR but forgot to point it out 👍🏻

@zeusongit
Copy link
Contributor Author

My bad, I think I noticed from last PR but forgot to point it out 👍🏻

I also found the conflicting hotkey:

@QilongTang
Copy link
Contributor

My bad, I think I noticed from last PR but forgot to point it out 👍🏻

I also found the conflicting hotkey:

Oh I am pretty sure we obsoleted presets function so maybe we can just take the shortcut instead of using Shift. You can search the code for that command, I bet no reference?

@zeusongit
Copy link
Contributor Author

zeusongit commented Mar 25, 2024

My bad, I think I noticed from last PR but forgot to point it out 👍🏻

I also found the conflicting hotkey:

Oh I am pretty sure we obsoleted presets function so maybe we can just take the shortcut instead of using Shift. You can search the code for that command, I bet no reference?

I did not see any code marked obsolete.
The command is referencing this method:

private void ShowNewPresetStateDialogAndMakePreset(object parameter)

Copy link

github-actions bot commented Mar 25, 2024

UI Smoke Tests

Test: success. 2 passed, 0 failed.
TestComplete Test Result
Workflow Run: UI Smoke Tests
Check: UI Smoke Tests - net8.0

@QilongTang
Copy link
Contributor

My bad, I think I noticed from last PR but forgot to point it out 👍🏻

I also found the conflicting hotkey:

Oh I am pretty sure we obsoleted presets function so maybe we can just take the shortcut instead of using Shift. You can search the code for that command, I bet no reference?

I did not see any code marked obsolete. The command is referencing this method:

private void ShowNewPresetStateDialogAndMakePreset(object parameter)

Surprisingly the command still works but I remember this feature was obsoleted... I think @mjkkirschner should know because he developed preset function and I remember it was deprecated based on analytics.

@QilongTang
Copy link
Contributor

QilongTang commented Mar 25, 2024

I got confirmation from @Amoursol that we can take Ctrl + T for template function because preset function should have been deprecated (We were supposed to remove all the code related in 3.0 but did not have scope)

@zeusongit
Copy link
Contributor Author

I got confirmation from @Amoursol that we can take Ctrl + T for template function because preset function should have been deprecated (We were supposed to remove all the code related in 3.0 but did not have scope)

Alright, I will amend the PR accordingly.

@zeusongit
Copy link
Contributor Author

zeusongit commented Mar 25, 2024

Is it fine to mark ShowNewPresetStateDialogAndMakePreset as obsolete?

@QilongTang
Copy link
Contributor

Is it fine to mark ShowNewPresetStateDialogAndMakePreset as obsolete?

Yes

@QilongTang QilongTang merged commit 846b9a3 into DynamoDS:master Mar 26, 2024
22 checks passed
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.

2 participants