Per Tillisch

Results 1081 comments of Per Tillisch

Problem still occurs with the update to 2.0.0-rc9.1: https://forum.arduino.cc/t/arduino-ide-2-0-0-rc9-available-for-download/1014434/9 > ![image](https://user-images.githubusercontent.com/8572152/182459075-27477259-0298-406c-b947-4234c4a8a246.png)

Thanks @RudraSen2. For the sake of making all the relevant information available to the interested parties, I'll add a link to the equivalent feature request for Arduino IDE 1.x: https://github.com/arduino/Arduino/issues/4438...

Adding the requested zoom capability would likely also resolve https://github.com/arduino/arduino-ide/issues/803 ("Or make it a user selectable option").

An option for automatically determining the LED pin for any board would be to use the `LED_BUILTIN` macro: ``` digitalWrite(LED_BUILTIN, LED_ON); ```

My advice is to only do the plugin formatting changes in these PRs. Then once the formatting PRs are merged and all the plugins are flake8 compliant you can add...

>as a file is modified even for a pull request. if it is not flake8 complaint then it should be made that way It seems to me that since the...

> Users should use the latest version of EG Generally I would agree but when the Python upgrade breaks unmaintained plugins a lot of users are not going to be...

> Patch versions (0.5.x) are assumed compatible, as patch versions will only ever include bug fixes. I don't know which versioning standard you're using but with [semver](http://semver.org) minor versions should...

Could you do /? for help instead? Any change to the command line switches should also update https://github.com/EventGhost/EventGhost/blob/master/_build/data/docs/commandline.rst accordingly in the same commit.

>well... i didn't change the rst because I knew I was going to be working through the Help bits also and didn't know if i was going to find a...