pingjiang / glsl4idea

Automatically exported from code.google.com/p/glsl4idea
0 stars 0 forks source link

Many symbols unreadable against dark background #35

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
There are no options to set the color of many symbols, e.g.
( ) { } [ ] < > = , ; * / + -

The default black text is unreadable against a dark background.

Original issue reported on code.google.com by thomas.g...@googlemail.com on 29 Jun 2012 at 10:59

GoogleCodeExporter commented 9 years ago
same here - impossible to use with Darcula. please fix asap!

Original comment by gris...@gmail.com on 13 Jan 2013 at 3:17

GoogleCodeExporter commented 9 years ago
As I commented on #43:

This line seems to be the culprit for black identifiers:

https://code.google.com/p/glsl4idea/source/browse/src/glslplugin/GLSLHighlighter
.java#85

It looks like creating a new type of colour class for 'other' would be a good 
idea, registering it in this source file too:

https://code.google.com/p/glsl4idea/source/browse/src/glslplugin/GLSLColorAndFon
tsPage.java#51

Original comment by drewnoakes on 29 Jul 2013 at 10:23

GoogleCodeExporter commented 9 years ago
How has this issue not been resolved yet?  The solution is in a comment.

Original comment by ell...@elliotideas.com on 11 Jan 2014 at 5:44

GoogleCodeExporter commented 9 years ago
I've made a patch that fixes this problem (and a few others). This should apply 
cleanly on the tip of the source tree; I've only tried building/running it with 
IDEA 13.1.1

Original comment by d...@shadowburst.com on 1 Apr 2014 at 1:59

Attachments: