-
-
Notifications
You must be signed in to change notification settings - Fork 399
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing "Select All" capability for Serial Monitor #812
Comments
Probably related to: #105 |
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
This comment was marked as off-topic.
Confirmed this failed behavior still showing in RC9, Win 10. The 'text entry to send "Message"' does offer context menu and 'Ctrl+A' desired behavior. |
This 'draw clip error redraw' was destined for #972 |
This comment was marked as off-topic.
This comment was marked as off-topic.
Issue still present in IDE 2.0.0/Win 10. No workaround. I also tried the left-click and scroll down but faced the #1295 issue. Would also be nice to have a search option in serial monitor. Will open an issue. |
I agree Ctrl+A selects all text in the IDE source window not the Serial Monitor. And when I select text with the mouse only the "visible lines" get copied to the clipboard. Seems like the "Right Click" Popup menu solution (with Select All and Copy (to clipboard) would be best. Additionally fixing the selection of text with the keyboard would also be helpful. |
An alternate approach might be an option to log Serial data to a file. Copy and paste is awkward with large amounts of data. A menu item for Tools/Serial Logging could be switched on/off at will, generating a new file at |
Good idea. Open a separate issue and ask for it. |
Describe the problem
Let's say I have 1000 lines of debug output in the serial monitor window, how do I do a select all, such that I can copy it to the
clipboard?
With 1.8.19, I click the mouse into the monitor window and hit Ctrl+A and it selects all of the text. I can then hit Ctrl+C
to copy to clipboard.
To reproduce
Run a sketch and try to select all of the text from Serial Monitor.
🐛 The contents of the sketch editor are selected when you press Ctrl+A:
Expected behavior
I expected hitting Ctrl+A would select everything in that window not the source window.
Arduino IDE version
Original report
Nightly build
Last verified with
9a6a457
Operating system
Windows
Operating system version
Not provided
Additional context
And/Or alternative solution - context menu like for example TyCommander
Additional reports
Related
Issue checklist
The text was updated successfully, but these errors were encountered: