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 Problems view should have Select All command similar to the debug console.
Current side-effect, it highlight the line range of the open editor right now
Reproduction Steps
Open a workspace which has some problems reported in the "Problem" view
Open a file in the editor
Select the Problem view and "CTRL +a" to Select All
--> observe the line range in the editor, it is also selected
OS and Theia version:
Theia 1.0 latest
Ubuntu 18.04
Diagnostics:
The text was updated successfully, but these errors were encountered:
I think the 'select all' in the problems-view should be a noop like in VS Code.
We can individually copy messages, but not select the entire widget and copy.
No, actually select all globally delegates to DOM in VS Code. If it should be no-op for the problems view then the handler should be installed in the problem view extension.
Description
The Problems view should have Select All command similar to the debug console.
Current side-effect, it highlight the line range of the open editor right now
Reproduction Steps
Open a workspace which has some problems reported in the "Problem" view
Open a file in the editor
Select the Problem view and "CTRL +a" to Select All
--> observe the line range in the editor, it is also selected
OS and Theia version:
Theia 1.0 latest
Ubuntu 18.04
Diagnostics:
The text was updated successfully, but these errors were encountered: