Copy-pasting from the serial monitor only copies what's on the screen. #1710
Labels
conclusion: duplicate
Has already been submitted
topic: code
Related to content of the project itself
topic: serial monitor
Related to the Serial Monitor
type: imperfection
Perceived defect in any part of project
Describe the problem
When selecting more data than fits in the serial monitor, and using Ctrl+C to copy, only what is visible in the area is copied.
To reproduce
Select more text than shows on the screen and press Ctrl+C. Paste elsewhere.
Expected behavior
The text that was selected should be copied.
Arduino IDE version
Version: 2.0.2 Date: 2022-11-17T11:54:56.612Z CLI Version: 0.29.0 [76251df9] Copyright © 2022 Arduino SA
Operating system
Windows
Operating system version
Windows 7. 6.1.6701 Service pack 1 build 7601
Additional context
Using Ctrl+A to select the text in the serial monitor area instead selects the text in the code area.
The serial monitor no longer its own window and there does not appear to be a way to separate it from the code window.
The biggest issue with the version 1 was that it was slow. Version 2 does not appear to address this.
Issue checklist
The text was updated successfully, but these errors were encountered: