LionHeart123 / pyscripter

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

can't change the "HighLight Word" color #690

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. In windows' display settings -> appearance -> advance, select the item 
Window, set the foreground to Yellow R: 255 G: 255 B: 0.
2. type two lines containing the same word
3. double click on one of the word, they are unreadable (background and 
foreground are same color)

What is the expected output? What do you see instead?
IDE should give a possibility to change the "HighLight Word" color.

What version of the product are you using? On what operating system?
2.5.3.0 x86

Please provide any additional information below.
Seems the "HighLight Word" color is hard coded.
See the file uSearchHighlighter.pas -> class THighlightSearchPlugin -> method 
AfterPaint -> procedure PaintHightlight (l.59):
ACanvas.Brush.Color := clYellow;

Original issue reported on code.google.com by philippe...@gmail.com on 17 Sep 2012 at 4:43

GoogleCodeExporter commented 9 years ago
Same problem here... please Fix

Original comment by ibit....@gmail.com on 12 Mar 2013 at 11:08