Hi All,
Fedora 32 geany-1.36-3.fc32.x86_64 NEC MultiSync E231W
I adore that I can trace down opening and closing brackets
{ }
by turning them blue.
Problem: I have trouble seeing the blue color as it is really dim. (I have no trouble seeing the red ones.)
I also have a lot of variables with underscore in them: $a_b
Another problem: I can't see the underscore and think it is a space
Anyone have any words of wisdom?
Many thanks, -T
On Mon, 8 Jun 2020 at 10:48, ToddAndMargo via Users users@lists.geany.org wrote:
Hi All,
Fedora 32 geany-1.36-3.fc32.x86_64 NEC MultiSync E231W
I adore that I can trace down opening and closing brackets
{ }
by turning them blue.
Problem: I have trouble seeing the blue color as it is really dim. (I have no trouble seeing the red ones.)
See brace_good here https://www.geany.org/manual/current/index.html#id4
I also have a lot of variables with underscore in them: $a_b
Another problem: I can't see the underscore and think it is a space
See the many issues linked off https://github.com/geany/geany/issues/2502 for the solution to this.
Cheers Lex
Anyone have any words of wisdom?
Many thanks, -T
--
Computers are like air conditioners. They malfunction when you open windows
Users mailing list Users@lists.geany.org https://lists.geany.org/cgi-bin/mailman/listinfo/users
On 2020-06-07 17:58, Lex Trotman wrote:
On Mon, 8 Jun 2020 at 10:48, ToddAndMargo via Users users@lists.geany.org wrote:
Hi All,
Fedora 32 geany-1.36-3.fc32.x86_64 NEC MultiSync E231W
I adore that I can trace down opening and closing brackets
{ }
by turning them blue.
Problem: I have trouble seeing the blue color as it is really dim. (I have no trouble seeing the red ones.)
See brace_good here https://www.geany.org/manual/current/index.html#id4
brace_good
The style for brace highlighting when a matching brace was found.
Example: brace_good=0xff0000;0xFFFFFF;true;false brace_bad
The style for brace highlighting when no matching brace was found.
Example: brace_bad=0x0000ff;0xFFFFFF;true;false
That is what I already have
I also have a lot of variables with underscore in them: $a_b
Another problem: I can't see the underscore and think it is a space
See the many issues linked off https://github.com/geany/geany/issues/2502 for the solution to this.
Cheers Lex
Anyone have any words of wisdom?
Many thanks, -T
Thank you. It made a little difference