Per Tillisch
Per Tillisch
### Describe the request Change the heading text of the platform bundled libraries section of the **File > Examples** menu from the current format: > Examples for \ to: >...
## Describe the bug 🐛 Spurious data is sent by the Serial Monitor over the connected serial port. ## To Reproduce ### Equipment - One of the following Arduino boards:...
### Describe the request - Remove the "**Dark (Theia)**" and "**Light (Theia)**" themes from the "**Theme**" menu of the Arduino IDE **Preferences** dialog. - Remove the then unnecessary suffixes from...
### Describe the problem It is often necessary or useful to select and copy text from the board output printed in the **Serial Monitor** view. Due to the nature of...
### Describe the problem In addition to the required primary `.ino` file, sketches may contain additional code files, which are represented as editor tabs in the Arduino IDE user interface....
### Describe the problem When an error occurs during compilation, the Arduino IDE indicates the related line in the sketch code by changing its background color in the editor (https://github.com/arduino/arduino-ide/pull/1064)....
## Describe the current behavior On the first use, no board is selected. A new user may not realize it is necessary to select one. If they attempt to compile...
### Describe the problem The **OK** button in the Arduino IDE "**Preferences**" dialog is disabled when the path set in the "**Sketchbook location**" field does not exist, and the problem...
### Describe the problem 🐛 The timestamps produced by the Serial Monitor have a non-standard format resulting from stripping the leading zeros from the hours and minutes. 🐛 This is...
## Describe the bug 🐛 The keyboard control for sending data from Serial Monitor was changed from Enter in the classic Arduino IDE to the unintuitive and less convenient Ctrl+Enter...