Alberto Iannaccone

Results 16 issues of Alberto Iannaccone

### Bug Description: It might happen that, when setting a language different from `en`, the language is not restored when quitting and reopening the IDE. Doing some research, I noticed...

localization

### Motivation As explained in #1309, our dialogs might become distorted when scaling up the UI (from the settings or using the shortcut CMD/CTRL + '+'). I've made some fixes...

topic: code
type: imperfection

We've noted that the layouts of some dialogs in the IDE2 become distorted (with buttons going offscreen), when scaling up the application. We should add css rules to ensure dialog...

priority: medium
topic: code
type: imperfection
topic: accessibility
criticality: medium

It could happen that a single message sent over serial, the buffer could get split into multiple messages (e.g. during the provisioning it tries to print a very long string)

type: enhancement

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

type: enhancement
topic: code

### Motivation "Check for Arduino IDE Updates" operation fails when automatic update checks are disabled #1437 The reason is that we're avoiding to initialise the updater properly at start-up if...

topic: code
type: imperfection

### Motivation Some dialogs, when being opened, don't set the focus on the controls (inputs, button, etc) ### Change description Fixed the focus in the following dialogs: - Configure and...

type: enhancement
topic: code

### Motivation The following tests — marked with 1) and 2) — are failing on the main branch and should succeed here. ``` When there is one recognized boards attached...

type: enhancement
priority: low
status: on hold