Per Tillisch

Results 361 issues of Per Tillisch

## Feature Request ### Current behavior The `ARDUINO` macro is defined with the value of the `runtime.ide.version` property. When using the Arduino IDE, this value matches the current IDE version....

type: enhancement
topic: code

When a PR is submitted from a fork, the GitHub access token provided by `${{ secrets.GITHUB_TOKEN}}` [is downgraded to read-only](https://help.github.com/en/actions/reference/events-that-trigger-workflows#pull-request-events-for-forked-repositories). This causes the attempt to label the PR to fail:...

### Describe the request Emulate the tried and true reliable behavior of Arduino IDE 1.x regarding board and port selection. - Always use the board the user selected. - \*...

type: enhancement
topic: code

## Describe the current behavior The Arduino IDE integrated debugger requires the sketch binary produced by compilation of the sketch. The path to this file is provided to the debugger...

type: enhancement
topic: code
topic: debugger

### Describe the problem If the Arduino board prints a large amount of data without a line break to Serial Monitor, the IDE becomes unresponsive. ### To reproduce #### Equipment...

topic: code
type: imperfection
topic: serial monitor

### Describe the request Use a brighter red/orange color for the stderr text printed in the "**Output**" view when using the "**Light (Arduino)**" theme. I suggest using the Arduino IDE...

type: enhancement
topic: theme
topic: accessibility

### Describe the request Automatically close compilation and upload error notifications when a subsequent compilation or upload is triggered. 🙂 The user will only be presented with relevant notifications. ###...

type: enhancement
topic: code

## Describe the current behavior Arduino IDE 1.x sorts the menu for each platform in **Tools > Board** (e.g., **Tools > Board > Arduino AVR Boards**) according to the order...

type: enhancement
priority: medium
status: blocked
topic: code
criticality: medium

### Describe the problem The Arduino IDE "**Serial Monitor**" view has a "**Toggle Autoscroll**" control. When this is enabled, the view automatically scrolls down as the number of lines of...

topic: code
type: imperfection
topic: serial monitor

### Describe the problem Arduino IDE receives two types of streams from Arduino CLI for display in the "**Output**" view, which are given distinct coloration to allow them to be...

topic: code
type: imperfection