[Lazarus] white flash when opening new unit while debugging
David Emerson
dle3ab at angelbase.com
Sat Nov 7 07:30:15 CET 2009
Thanks for the tip, Martin!
I did file a bug report.
I checked out the svn (actually used Graeme's git repo) made the change,
compiled, and ran, and it seems not to have had any effect.
(Since it was my first time, I played around and verified that my
changes were actually being incorporated.)
I also tried changing the default value where the property is declared,
to no avail.
Cheers,
David
On Tue 3 Nov 2009, Martin wrote:
> Yes, please report as a bug.
>
> This may not end up with the highest priority right now, but if you
need
> a quick fix, you can modify synedit
>
> line 1636 (within constructor SynEdit.create)
> Color := clWhite;
>
>
> Change it to your preference, and recompile synedit and the ide
>
> David Emerson wrote:
> > Hey everyone,
> >
> > Since I've been asking a few questions now and then, I'd like to
give a
> > big thanks to everyone for your wonderful feedback and of course all
> > the hard work! I hope to contribute someday when I am able.
> >
> > On to the next question :)
> >
> > I use an inverted color scheme, which helps me with a minor visual
> > disability.
> >
> > I often ctrl+click on an identifier to jump to its declaration. If
the
> > unit where the identifier is declared is not open, it is
automatically
> > opened for me. This is great!
> >
> > As long as I am not debugging, everything looks great.
> >
> > However, when I am debugging, the automatically opened unit is first
> > rendered with a white background before my color scheme is applied.
> > This results in a visually disturbing white flash.
> >
> > Is this something I should formally report as a bug, or...?
> >
> > Cheers,
> > ~David.
> >
> >
> > --
> > _______________________________________________
> > Lazarus mailing list
> > Lazarus at lists.lazarus.freepascal.org
> > http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
> >
>
>
> --
> _______________________________________________
> Lazarus mailing list
> Lazarus at lists.lazarus.freepascal.org
> http://lists.lazarus.freepascal.org/mailman/listinfo/lazarus
>
More information about the Lazarus
mailing list