Skip to content
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

Open
3 tasks done
KurtE opened this issue Feb 5, 2022 · 14 comments
Open
3 tasks done

Missing "Select All" capability for Serial Monitor #812

KurtE opened this issue Feb 5, 2022 · 14 comments
Labels
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

Comments

@KurtE
Copy link

KurtE commented Feb 5, 2022

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:

image

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

image


Additional reports

Related

Issue checklist

  • I searched for previous reports in the issue tracker
  • I verified the problem still occurs when using the latest nightly build
  • My report contains all necessary details
@KurtE KurtE added the type: imperfection Perceived defect in any part of project label Feb 5, 2022
@KurtE
Copy link
Author

KurtE commented Feb 6, 2022

Probably related to: #105

@per1234 per1234 added topic: code Related to content of the project itself topic: serial monitor Related to the Serial Monitor labels Feb 6, 2022
@per1234

This comment was marked as off-topic.

@KurtE

This comment was marked as off-topic.

@Defragster
Copy link

Confirmed this failed behavior still showing in RC9, Win 10.
No right click 'context' option to select, and click or double click a word in SerMon Ouput and 'Ctrl+A' does select ALL ... but in CODE window.

The 'text entry to send "Message"' does offer context menu and 'Ctrl+A' desired behavior.

@Defragster
Copy link

Defragster commented Jul 27, 2022

This 'draw clip error redraw' was destined for #972
Moved there

@sellensr

This comment was marked as off-topic.

@Eric-FR
Copy link

Eric-FR commented Oct 10, 2022

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.

@lenniea
Copy link

lenniea commented Oct 17, 2022

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.

@sellensr
Copy link

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
[sketch folder]/Logs/SerYYYYMMDDhhmmss.log whenever it is toggled on or a new compile/load takes place while toggled on.

@Eric-FR
Copy link

Eric-FR commented Oct 19, 2022

Good idea. Open a separate issue and ask for it.

@per1234 per1234 changed the title Serial Monitor - How to select all text and do a copy to the clipboard? How to select all text and do a copy to the clipboard? Nov 18, 2022
@per1234 per1234 changed the title How to select all text and do a copy to the clipboard? Missing "Select All" capability for Serial Monitor Jan 12, 2023
@adamgarbo

This comment was marked as off-topic.

@Funwar

This comment was marked as off-topic.

@cghiee

This comment was marked as off-topic.

@SensoriumEmbedded

This comment was marked as off-topic.

@arduino arduino locked as too heated and limited conversation to collaborators Jul 26, 2023
@AlbyIanna AlbyIanna removed their assignment Sep 27, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
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
Projects
None yet
Development

No branches or pull requests