-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Line continuation character ignored by syntax highlighting #5888
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
The feature you are requesting should be implemented by RSyntaxTextArea, the Java library we use as text editor. |
Thanks for pointing me to RSTA! You talk about a closed (but unfixed) issue over at RSTA, I can't find it, do you have by any change the issue number? |
Sorry @septillion-git , I meant "file a new issue there about the same topic" 😄 Thanks! |
Thanks! I will :) Quick other question, is it by design that c-style strings are not highlighted anymore? On 1.6.4 they turn blue, on 1.8.1 nothing happens to them. Or is that a RSTA bug as well? |
RSTA fixed the bug :) Hopefully it's implemented in the IDE quick . Still remain the question about strings... |
As soon as 2.6.1 gets released we'll import it in the IDE! Thanks for pushing this! |
This imports the unmodified upstream version of RSTA from http://repo1.maven.org/maven2/com/fifesoft/rsyntaxtextarea/2.6.1/rsyntaxtextarea-2.6.1.jar since the Arduino-specific changes are no longer required. This fixes arduino#5888
This imports the unmodified upstream version of RSTA from http://repo1.maven.org/maven2/com/fifesoft/rsyntaxtextarea/2.6.1/rsyntaxtextarea-2.6.1.jar since the Arduino-specific changes are no longer required. This fixes arduino#5888
This imports the unmodified upstream version of RSTA from http://repo1.maven.org/maven2/com/fifesoft/rsyntaxtextarea/2.6.1/rsyntaxtextarea-2.6.1.jar since the Arduino-specific changes are no longer required. This fixes arduino#5888
This imports the unmodified upstream version of RSTA from http://repo1.maven.org/maven2/com/fifesoft/rsyntaxtextarea/2.6.1/rsyntaxtextarea-2.6.1.jar since the Arduino-specific changes are no longer required. This fixes arduino#5888
The line continuation character \ is not parsed by the syntax highlighting if it's part of a line comment.
This way it's easy for a newbie to do this without knowing what's wrong. If the line was highlighted as comment the error would have been more clear.
Link to a case where it happened:
http://forum.arduino.cc/index.php?topic=449738.0
The text was updated successfully, but these errors were encountered: