hzq0596 / mybatiseditor

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

Grey characters over black background on MyBatis Declaration window #1

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Install mybatis editor 
2. Open a mybatis mapper xml file
3. Select Window/Show View/MyBatis Declaration

What is the expected output? What do you see instead?
MyBatis Declaration window appears with a black background and grey characters, 
so the text is really difficult to read. 

What version of the product are you using? On what operating system?
Ubuntu 11.04
Version: Helios Service Release 1
Build id: 20100917-0705
Mybatis Editor: 1.0.0.201108061613

Please provide any additional information below.
Thanks for your wonderful tool!

Original issue reported on code.google.com by eduardo.macarron on 18 Sep 2011 at 7:57

GoogleCodeExporter commented 8 years ago
I made some adjustments in the default color selection of the view. In 
addition, colors and fonts are now configurable in the "Colors and Fonts" 
preferences. I did not retest on Linux, can you verify?

Original comment by peerkehe...@gmail.com on 27 Sep 2011 at 5:45

GoogleCodeExporter commented 8 years ago
When I select restore defaults these are the settings:
MyBatis Declaration View Background RGB(0,0,0) (that is black)
MyBatis Declaration Text Color white

Not it is white over black, and although it is not a very common combination, 
it reads much better than before!! :)

Original comment by eduardo.macarron on 27 Sep 2011 at 7:20

GoogleCodeExporter commented 8 years ago
It looks OK in windows:
MyBatis Declaration View Background RGB(40,240,226) (light yellow)
MyBatis Declaration Text Color RGB(0,0,0) (black)

Original comment by eduardo.macarron on 28 Sep 2011 at 5:49