Discussion:
[Lazarus] Help: What color group is this?
Anthony Walter via Lazarus
2018-03-18 18:59:58 UTC
Permalink
I am trying to create some alternate styles for Lazarus and its code editor
but am having a problem identifying some elements.

Can anyone tell me what element group to which these belong?

Loading Image...

These elements appear when you put your cursor on an identifier and code
tools automatically highlights all identical identifiers within the same
scope.

I've tried changing all colors in both template and sycrhon edit, but they
have no effect. I'm beginning to suspect that the color values are hard
coded somewhere. Does anyone know where these colros values they are set or
if they can be modified through the IDE display colors dialog?

Thanks
Martin Frb via Lazarus
2018-03-18 19:09:30 UTC
Permalink
Post by Anthony Walter via Lazarus
I am trying to create some alternate styles for Lazarus and its code
editor but am having a problem identifying some elements.
Can anyone tell me what element group to which these belong?
http://cache.getlazarus.org/images/code-color-problem.png
These elements appear when you put your cursor on an identifier and
code tools automatically highlights all identical identifiers within
the same scope.
"Text" > "Highlight current word"

You can also go to "Markup and Matches", and behind "Disable timer for
markup current word" press "edit color"

its not "scope" but "entire file"
Anthony Walter via Lazarus
2018-03-18 19:11:02 UTC
Permalink
Thanks, that did it.

Loading...