evothings / ecraft2learn

eCraft2learn repository
0 stars 0 forks source link

Fix missing column numbers in error messages and markers in the editor #4

Open gokr opened 6 years ago

gokr commented 6 years ago

ArduinoIDE parses error messages from GCC and reconstructs them on output - but failed to bring along column numbers for errors. This is fixed in this PR (and associated build):

https://github.com/arduino/Arduino/pull/6897

We can grab that build (although PR not merged in kosher repo yet) and fix it on our side so that error markers not only point at a line, but also at a column number. Also fix editor UI.