You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Three IDE color triggers do not work in v165 through v169: (have not worked since v164)
These glitches may be hard to notice unless color theme is modified. The functions still work fine.
Copy the text below and paste it into the Arduino IDE to test/display these minor problems.
Label: (color not responding to editor.label.style theme.txt or default.xml settings)
Label_Color_Example:
URL (underline and color not responding to editor.url.style theme.txt or default.xml)
Trigger/hyperlink still requires " // " proceeding the URL and underline is hard-coded in java.
The 1-Star Block Comment is tied to the wrong display color in theme.txt.
/* MULTI-LINE COMMENT */ // SHOULD USE THIS COMMENT COLOR
// ^-- these two colors should look alike --^
// The 1-star block comment should tie to editor.comment1.style
/** BTW, The 2-star Multi-line Block Comment Color is correctly tied to editor.comment2.style. **/
The text was updated successfully, but these errors were encountered:
The syntax highlighting code in the new editor has issues. It's been there for some time and I pointed to other ways it manifests itself.
per1234
changed the title
IDE colors not working properly (three Java coding glitches exist in v165 through v169)
Several theme settings no longer have effect since Arduino IDE 1.6.4
Jul 5, 2017
Three IDE color triggers do not work in v165 through v169: (have not worked since v164)
These glitches may be hard to notice unless color theme is modified. The functions still work fine.
Copy the text below and paste it into the Arduino IDE to test/display these minor problems.
Trigger/hyperlink still requires " // " proceeding the URL and underline is hard-coded in java.
The text was updated successfully, but these errors were encountered: