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

DialogService show support checkbox #80703

Merged
merged 3 commits into from
Sep 12, 2019
Merged

DialogService show support checkbox #80703

merged 3 commits into from
Sep 12, 2019

Conversation

isidorn
Copy link
Contributor

@isidorn isidorn commented Sep 11, 2019

Fixes #80403

This PR does the following:

  • Changes the result of the show to be the IShowResult - thus no logner just a number. This is also adopted now across the workbench
  • Adds an option to the show to be able to render checkboxes
  • Adopts this in the debug service (example picture below)

fyi @bpasero

Screenshot 2019-09-11 at 12 56 11

@isidorn isidorn added this to the September 2019 milestone Sep 11, 2019
@isidorn isidorn self-assigned this Sep 11, 2019
Copy link
Member

@sbatten sbatten left a comment

Choose a reason for hiding this comment

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

LGTM, seems the changes to support it were very small and the rest is just adoption.

@isidorn
Copy link
Contributor Author

isidorn commented Sep 12, 2019

Yes, most of the changes are adoption.
Thanks for reviewing.

@isidorn isidorn merged commit 4c45266 into master Sep 12, 2019
@isidorn isidorn deleted the isidorn/dialogService branch September 12, 2019 07:54
@github-actions github-actions bot locked and limited conversation to collaborators Mar 27, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

DialogService: three butons and a checkbox
2 participants