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

Only the visible data can be copied from the serial Monitor #1081

Open
3 tasks done
boundmaidlea opened this issue Jun 19, 2022 · 10 comments
Open
3 tasks done

Only the visible data can be copied from the serial Monitor #1081

boundmaidlea opened this issue Jun 19, 2022 · 10 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

@boundmaidlea
Copy link

boundmaidlea commented Jun 19, 2022

Describe the problem

When selecting text on the serial monitor (with the connected device paused) upon scroll the range of the selection shifts in unpredictable patterns (at least i didn't see a reproducable pattern) which prevents selecting more then one page of the output. As of #812/#105 using ctrl+a is also not an option to select text in that tab.

As i do not have the problem of new text triggering a redraw which removes the selection, i do not consider this a duplicate of #812/#105, but feel free to correct me.

To reproduce

  • print multiple pages text on the serial monitor once e.g. in the setup() function.
  • when all text is received select a bit of it
  • scroll the output up and down a bit

Expected behavior

The selection should stay between the first and last selected characters, and not randomly jump around.

Arduino IDE version

Original report

2.0.0-rc7-nightly-20220615

Last verified with

9a6a457

Operating system

Windows

Operating system version

10.0.19044.1706 Pro

Additional context

My Nightly Build is 4 days old, but the 3 commits since then do not have any relations to this issue.

Additional reports

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
@boundmaidlea boundmaidlea added the type: imperfection Perceived defect in any part of project label Jun 19, 2022
@boundmaidlea
Copy link
Author

I also just found #247 which is similar but seems unrelated

@per1234 per1234 added topic: code Related to content of the project itself topic: serial monitor Related to the Serial Monitor labels Jun 21, 2022
@KurtE
Copy link

KurtE commented Jul 7, 2022

I have been noticing the same thing as well, as when it scrolls, it often only appears to only copy the stuff that is visible on the screen at the time... Have not completely verified that exactly, but that is how it feels.

I was trying to decide if I should append that to my previous issue #812 but saw this one which was more specific

@InstantMuffin

This comment was marked as off-topic.

@aarush3002

This comment was marked as off-topic.

@Jeff-Haas

This comment was marked as off-topic.

@Mishy1973

This comment was marked as off-topic.

@chonuchan

This comment was marked as off-topic.

@Mishy1973

This comment was marked as off-topic.

@per1234

This comment was marked as resolved.

@Eheran1

This comment was marked as abuse.

@arduino arduino locked as too heated and limited conversation to collaborators Aug 24, 2023
@AlbyIanna AlbyIanna removed their assignment Sep 27, 2023
@per1234 per1234 changed the title Serial monitor selection range shifts chaotically upon scroll Only the visible data can be copied from the serial Monitor Nov 18, 2024
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

10 participants