-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
[scm] single-click nodes in the scm widget should open diff-editor #6479
Labels
enhancement
issues that are enhancements to current functionality - nice to haves
scm
issues related to the source control manager
ui/ux
issues related to user interface / user experience
Comments
vince-fugnitto
added
enhancement
issues that are enhancements to current functionality - nice to haves
ui/ux
issues related to user interface / user experience
scm
issues related to the source control manager
labels
Nov 1, 2019
vince-fugnitto
added a commit
that referenced
this issue
Nov 1, 2019
Fixes #6479 - updated the opening of `diff-editors` from the `scm` widget to be triggered on `single-click` rather than `double-click`. This aligns with a similar behavior present in VS Code. Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
1 task
vince-fugnitto
added a commit
that referenced
this issue
Nov 7, 2019
Fixes #6479 - updated the opening of `diff-editors` from the `scm` widget to be triggered based on the preference `workbench.list.openMode`. - updated the preference name `list.openMode` to `workbench.list.openMode`. Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
vince-fugnitto
added a commit
that referenced
this issue
Nov 7, 2019
Fixes #6479 - updated the opening of `diff-editors` from the `scm` widget to be triggered based on the preference `workbench.list.openMode`. - updated the preference name `list.openMode` to `workbench.list.openMode`. Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
vince-fugnitto
added a commit
that referenced
this issue
Nov 7, 2019
Fixes #6479 - updated the opening of `diff-editors` from the `scm` widget to be triggered based on the preference `workbench.list.openMode`. - updated the preference name `list.openMode` to `workbench.list.openMode`. Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
vince-fugnitto
added a commit
that referenced
this issue
Nov 8, 2019
Fixes #6479 - updated the opening of `diff-editors` from the `scm` widget to be triggered based on the preference `workbench.list.openMode`. - updated the preference name `list.openMode` to `workbench.list.openMode`. Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
vince-fugnitto
added a commit
that referenced
this issue
Nov 8, 2019
Fixes #6479 - updated the opening of `diff-editors` from the `scm` widget to be triggered based on the preference `workbench.list.openMode`. - updated the preference name `list.openMode` to `workbench.list.openMode`. Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
vince-fugnitto
added a commit
that referenced
this issue
Nov 8, 2019
Fixes #6479 - updated the opening of `diff-editors` from the `scm` widget to be triggered based on the preference `workbench.list.openMode`. - updated the preference name `list.openMode` to `workbench.list.openMode`. Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
vince-fugnitto
added a commit
that referenced
this issue
Nov 11, 2019
Fixes #6479 - updated the opening of `diff-editors` from the `scm` widget to be triggered based on the preference `workbench.list.openMode`. - updated the preference name `list.openMode` to `workbench.list.openMode`. Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
akosyakov
pushed a commit
to akosyakov/theia
that referenced
this issue
Feb 24, 2020
Fixes eclipse-theia#6479 - updated the opening of `diff-editors` from the `scm` widget to be triggered based on the preference `workbench.list.openMode`. - updated the preference name `list.openMode` to `workbench.list.openMode`. Signed-off-by: vince-fugnitto <vincent.fugnitto@ericsson.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
issues that are enhancements to current functionality - nice to haves
scm
issues related to the source control manager
ui/ux
issues related to user interface / user experience
Description
Currently, when attempting to open a
diff-editor
for a given change in theSCM
widget, a double-click is required by users. As a user, I'd expect thatdiff-editor
should be opened using a single-click. In addition, performing a single-click does nothing.How to test
diff-editor
is opened)Additional Information
diff-editors
from theSCM
widget.The text was updated successfully, but these errors were encountered: