8000 can't change the "HighLight Word" color · Issue #690 · pyscripter/pyscripter · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
can't change the "HighLight Word" color #690
Closed
@GoogleCodeExporter

Description

@GoogleCodeExporter
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

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0