Lorandil

Results 5 issues of Lorandil

### Describe the request To confirm a problem I had to swap to the nightly builds on my tinker PC. Yesterday I was offered an update to RC9.2 on my...

topic: infrastructure
type: imperfection

### Describe the problem Hi all, great work so far :) I found an imperfection which might confuse a beginner: ### To reproduce * Load any sketch * Press 'Check'...

topic: code
type: imperfection

### Describe the request Allow **Serial Monitor** to be placed in a dedicated window separate from the primary Arduino IDE window. 🙂 It will be possible for the user to...

type: enhancement
topic: code
topic: serial monitor

### Describe the request I would like to optionally have the output window split long lines to fit into the window to remove the need of horizontal scrolling. This would...

type: enhancement
topic: code

Hi there, today I managed to produce a stupid error by copy&pasting. Here is the minimal code snipplet: `// ` `auto *pElement = xmlDoc.NewElement("foo");` `pElement->InsertEndChild( pElement );` /\\ |__ _this...