Lorandil
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...
### 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'...
### 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...
### 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...
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...