Skip to content

feat(serial-monitor): replace virtual list with textarea for native text selection#2885

Open
MarcEGed wants to merge 1 commit into
arduino:mainfrom
MarcEGed:main
Open

feat(serial-monitor): replace virtual list with textarea for native text selection#2885
MarcEGed wants to merge 1 commit into
arduino:mainfrom
MarcEGed:main

Conversation

@MarcEGed

Copy link
Copy Markdown

Motivation

The goal is to make keyboard shortcuts, and basic features work in the serial monitor.

Change description

  • Replaces react-window FixedSizeList with a readOnly textarea
  • Enables native Ctrl+A, mouse drag selection, and Shift+click
…ext selection

- Replaces react-window FixedSizeList with a readOnly textarea
- Enables native Ctrl+A, mouse drag selection, and Shift+click
- Fixes arduino#812
@CLAassistant

CLAassistant commented Mar 18, 2026

Copy link
Copy Markdown

CLA assistant check
All committers have signed the CLA.

@per1234 per1234 added topic: code Related to content of the project itself type: imperfection Perceived defect in any part of project topic: serial monitor Related to the Serial Monitor labels Mar 21, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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

3 participants