-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Add copy button to the serial monitor #8640
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
Conversation
@ArduinoBot build this please
✅ Build completed.
Please test this code using one of the following:
⬇️ http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-8640-BUILD-835-linux32.tar.xz
⬇️ http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-8640-BUILD-835-linux64.tar.xz
⬇️ http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-8640-BUILD-835-windows.zip
⬇️ http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-8640-BUILD-835-macosx.zip
⬇️ http://downloads.arduino.cc/javaide/pull_requests/arduino-PR-8640-BUILD-835-linuxarm.tar.xz
i️ The linuxarm
build is still experimental and may not be always available.
e4a7ac1
to
97e979c
Compare
Rebased onto master (force-push). No additional changes were made.
I like the context menu idea. It seems like a fairly intuitive UI.
My usual solution to this is to turn off autoscroll, then use a crtl-A, crtl-C. It makes me think it's worth adding a keyboard control for autoscroll, so you could use keys to do this all the way through. Would be better for accessibility too. context menus can be a pain for screen readers.
Add a copy button to the serial monitor that copies the text in the serial monitor output area to the system clipboard.
97e979c
to
14fb227
Compare
Rebased this PR onto master.
CLAassistant
commented
Apr 9, 2021
CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.
You have signed the CLA already but the status is still pending? Let us recheck it.
Uh oh!
There was an error while loading. Please reload this page.
Add a copy button to the serial monitor that copies the text in the serial monitor output area to the system clipboard. This is useful since ctrl-a + ctrl-c does not work when the serial monitor is spammed at a high rate.
Related: arduino/arduino-ide#1729.