Skip to content

Several theme settings no longer have effect since Arduino IDE 1.6.4 #4989

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

Open
Kenj-duino opened this issue May 26, 2016 · 2 comments
Open
Assignees
Labels
Component: IDE user interface The Arduino IDE's user interface Type: Bug

Comments

@Kenj-duino
Copy link

Kenj-duino commented May 26, 2016

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.

  1. Label: (color not responding to editor.label.style theme.txt or default.xml settings)
Label_Color_Example: 
  1. 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.
www.arduino.cc/
// www.arduino.cc/
// http://www.arduino.cc/
// https://www.arduino.cc/ 
  1. 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. **/
@facchinm facchinm added the Component: IDE user interface The Arduino IDE's user interface label May 26, 2016
@lmihalkovic
Copy link

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 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
@OldETC
Copy link

OldETC commented Feb 9, 2018

I am visually handicapped, and need this immediately.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: IDE user interface The Arduino IDE's user interface Type: Bug
Projects
None yet
Development

No branches or pull requests

6 participants