Per Tillisch

Results 1081 comments of Per Tillisch

I am able to reproduce this on my Linux machine, but not on my Windows machine. @Willem43T did some investigation and shared their valuable findings on the Arduino Forum: https://forum.arduino.cc/t/cursor-jumping-problem/1023535...

Hi @gwachob. The situation with the gRPC port collision is discussed here: https://github.com/arduino/arduino-ide/issues/201 >I don't know what the solution here, The real solutions are discussed at https://github.com/arduino/arduino-ide/issues/201 and https://github.com/arduino/arduino-cli/issues/1260, but...

>Someone help me please?! @Farhankhosravi this is not an appropriate place to ask for help. This is the place to contribute to the development of Arduino IDE 2.x. That can...

> The autocomplete shows up if I press ctrl+space, but not automatically. I think this comment is the key to understanding the issue. I was having trouble reproducing it because...

This issue has two components: ## ["autocomplete" tutorial](https://docs.arduino.cc/software/ide-v2/tutorials/ide-v2-autocomplete-feature) not aligned with actual behavior of IDE ### Assumption the user has "**Editor Quick Suggestions**" enabled This was resolved 2021-12-07 (before the...

>I still could not reproduce it. I can reproduce it consistently on both Windows and Linux when using 2.0.0-rc9-snapshot-0c9e1ab (the build from https://github.com/arduino/arduino-ide/commit/fef76f2349d341478b3e528aa9f2ed57f77ca0bf). I can not reproduce it when using...

Thanks @KurtE. You make a valuable observation that this bug is universal to the sorting of all [custom board option](https://arduino.github.io/arduino-cli/dev/platform-specification/#custom-board-options) menus (except when the arbitrary sorting order of the IDE...

It seems this can still occur, but perhaps only with very specific timing: I encountered it by chance while using the build from 2.0.0-rc9.1-snapshot-54db9bb (which includes the fix made at...

I am now able to reproduce it consistently via this procedure: 1. Start the Arduino IDE. 1. Reduce the window dimensions. 1. Select **File > Quit** from the Arduino IDE...

Starting from https://github.com/arduino/arduino-ide/commits/112153fb965f63d952d126c8244cd3f84f0a1a1b, there is now a notification under these conditions: > Error getting Debug info: Compiled sketch not found in C:\Users\per\AppData\Local\Temp\arduino-sketch-C8D178233C0D418F572FEE5FAF047395 However, this is not the notification from **vscode-arduino-tools**...