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
There are context menu items for cut, copy and paste, but not "Select All".
I don't know if it's feasible to add another context menu, but it would be nice to have some method of doing "Select All" even if it's not in a context menu.
The text was updated successfully, but these errors were encountered:
Adds the following keybindings to the OpenShift terminal:
- `Ctrl+Shift+C`: copy selection
- `Ctrl+Shift+A`: select all text
Hide the existing broken context menu (provided by VS Code)
and replace it with one with "Select All" and "Copy" items that
actually work.
This context menu imitates the style of VS Code's context menu.
Closesredhat-developer#3353, closesredhat-developer#3137
Signed-off-by: David Thompson <[email protected]>
Adds the following keybindings to the OpenShift terminal:
- `Ctrl+Shift+C`: copy selection
- `Ctrl+Shift+A`: select all text
Hide the existing broken context menu (provided by VS Code)
and replace it with one with "Select All" and "Copy" items that
actually work.
This context menu imitates the style of VS Code's context menu.
Closesredhat-developer#3353, closesredhat-developer#3137
Signed-off-by: David Thompson <[email protected]>
Adds the following keybindings to the OpenShift terminal:
- `Ctrl+Shift+C`: copy selection
- `Ctrl+Shift+A`: select all text
Hide the existing broken context menu (provided by VS Code)
and replace it with one with "Select All" and "Copy" items that
actually work.
This context menu imitates the style of VS Code's context menu.
Closes#3353, closes#3137
Signed-off-by: David Thompson <[email protected]>
See this comment from Victor.
There are context menu items for cut, copy and paste, but not "Select All".
I don't know if it's feasible to add another context menu, but it would be nice to have some method of doing "Select All" even if it's not in a context menu.
The text was updated successfully, but these errors were encountered: