You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The workspace view on the right side shows the various containers and the commands available for them. When I right-click on a command, it starts executing.
This is unexpected: right-click opens a context menu in the vast majority of cases. It should not execute the command
Che version
latest
nightly
other: please specify
The text was updated successfully, but these errors were encountered:
Having a look at the Plugin API we can see that plugin writer can specify a command which will be executed when the tree item is selected. We use that field to handle clicking on the tree item.
In Theia right click leads to changing the selection, firing corresponding events with following execution of commands.
That's a main problem.
vitaliy-guliy
changed the title
Usability: Right-click Should now Execute Commands
Usability: Right-click Should not Execute Commands
Jul 24, 2019
sunix
added
kind/enhancement
A feature request - must adhere to the feature request template.
status/need-triage
An issue that needs to be prioritized by the curator responsible for the triage. See https://github.
labels
Jul 24, 2019
Also related are #13989 and #13149 since a user would expect to be able to Run or Configure from a right-click context menu, not have the command execute.
The workspace view on the right side shows the various containers and the commands available for them. When I right-click on a command, it starts executing.
This is unexpected: right-click opens a context menu in the vast majority of cases. It should not execute the command
Che version
The text was updated successfully, but these errors were encountered: