Robot-Will / Stino

A Sublime Text Plugin for Arduino
Other
1.58k stars 250 forks source link

Autoformat - causes program to no longer compile - and hangs #424

Closed KurtE closed 7 years ago

KurtE commented 7 years ago

Before I tried Auto format command, the program had a line in it like:

    #include <SPI.h>

After Autoformat, this line was changed to:

    #include < SPI.h >

When I tried to build the program hung in the trying to find the files dialog. It also caused the Arduino IDE to error out on the include.

After fixing the line again in the IDE, tried to compile, still complained. Exited and restarted sublimetext and then it compiled again

Robot-Will commented 7 years ago

Fixed, thanks.