arduino / arduino-ide

Arduino IDE 2.x
https://www.arduino.cc/en/software
GNU Affero General Public License v3.0
2.33k stars 394 forks source link

I can't copy full text from Seril Monitor window #2520

Closed tankist-git-2 closed 1 month ago

tankist-git-2 commented 1 month ago

Describe the problem

It is often necessary to copy text from Serial Monitor window of Arduino IDE to analyze it later. But it is almost impossible to do.

To reproduce

When I use Ctrl+A combination (Serial Monitor window in focus) code text is selected only (no selection on Serial Monitor window). When I try to select the text with a mouse there is another trouble: while scrolling during selection the part of selected text unselected itself.

Expected behavior

When Serial Monitor window in focus, Ctrl+A combination should select text exactly in Serial Monitor window. When I select the text by mouse with scrolling, the selection should remains for full length of the window.

Arduino IDE version

2.3.3

Operating system

Windows

Operating system version

Windows 10 22H2

Additional context

No response

Issue checklist

per1234 commented 1 month ago

Hi @tankist-git-2. Thanks for taking the time to submit an issue.

I see we already have previous reports about this:

When I use Ctrl+A combination (Serial Monitor window in focus) code text is selected only (no selection on Serial Monitor window).

Duplicate of https://github.com/arduino/arduino-ide/issues/812

When I try to select the text with a mouse there is another trouble: while scrolling during selection the part of selected text unselected itself.

Duplicate of https://github.com/arduino/arduino-ide/issues/1081

It is best to have only a single issue per subject so we can consolidate all relevant discussion to one place, so I'll go ahead and close this in favor of the others.

In the future, please take the time to search the issue tracker for existing issues before submitting one. Thanks in advance for your cooperation.