Closed GoogleCodeExporter closed 9 years ago
This seems to be fixed in the latest version in GitHub, I think because of this
commit:
https://github.com/arduino/Arduino/commit/6030f9670b11389a054470a38f39ffcf8c2c6d
85
Original comment by dmel...@gmail.com
on 15 Jul 2012 at 1:53
The old 133 character comment-limit-trick huh? Well does the fix also fix this
...
This sketch:
// ----------------------------------
void setup ()
{
}
//if (tempVar == 0){ //reset the cxlock so as soon as non-zero events come we
have not wasted time (Sympton: First notes go too quick)
void loop () {
}
// ----------------------------------
The comment line is 136 characters. If I auto-format that in the IDE (1.0.1) I
get no error message. However the trailing parenthesis disappears from the
comment line.
So it is a destructive change, but without an error message, you might not
notice it.
I can open a new bug report if you prefer.
Original comment by n...@gammon.com.au
on 15 Jul 2012 at 2:31
That problem seems to be fixed too.
Original comment by dmel...@gmail.com
on 15 Jul 2012 at 2:36
Original issue reported on code.google.com by
n...@gammon.com.au
on 3 Jul 2012 at 9:19