-
-
Notifications
You must be signed in to change notification settings - Fork 431
Serial Monitor text selection starts from beginning instead of location selected by mouse cursor #247
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
Comments
For the benefit of future readers, I'll add a note that the screencast shared here makes it a little easier to understand what this bug is; |
I am not able to reproduce the exact behavior from #167 (comment) now, but I do see something similar. When the mouse cursor crosses the left border of the Serial Monitor output field, all the text from there up is selected. This makes it difficult to get the leftmost character on line if you are selecting in an upwards direction. When the mouse cursor crosses the right border of the Activity Bar, all the text in the entire Serial Monitor view, including the input field text (e.g., "Message (Ctrl + Enter to send message to '<board name>')"), the line ending menu text, and the baud rate menu text, and also the line numbers in the gutter of the editor view are selected. Arduino IDE versionOriginal report2.0.0-rc5 Last verified withOperating systemWindows Operating system version11 |
Describe the problem
When trying to select text from the serial monitor it start selecting the text from the beginning and not the section you want
also you cannot copy the output.
To reproduce
Expected behavior
To select the text you only want not from the beginning to where you selected
Arduino IDE version
2.0.0-beta.4
Operating system
Windows
Operating system version
Not provided by reporter.
Additional context
Additional reports
Issue checklist
The text was updated successfully, but these errors were encountered: