Page 1 of 1

Editing Geany's Configuration Files

Posted: Mon Mar 27, 2023 11:54 am
by Burunduk

@geo_c Do you mind if I respond in a separate thread?

geo_c wrote: Sat Mar 25, 2023 2:21 pm

...
This explains why on one of my pups (or maybe two), geany does not display the "_" underscore character. I don't remember which system it is, so I'll have to boot some up and check. That's problematic in that it doesn't display the underscore in the editor, which makes script editing difficult.

There is a similar problem with the mononoki font:

geany-lines1.png
geany-lines1.png (19.43 KiB) Viewed 138 times

I've solved it by changing the line-height option:

Geany's menu -> Tools -> Configuration Files -> filetypes.common

Replace line_height=0;0; with line_height=0;1;

geany-lines2.png
geany-lines2.png (20.33 KiB) Viewed 138 times

This also fixes underscore characters in DejaVu.

------

An additional tweak that may be needed for dark gtk themes:

geany-colors.png
geany-colors.png (114.74 KiB) Viewed 138 times

To change the message window text colors:

Geany's menu -> Tools -> Configuration Files -> geany.css

Edit colors and restart the program.


Re: Editing Geany's Configuration Files

Posted: Mon Mar 27, 2023 1:21 pm
by geo_c
Burunduk wrote: Mon Mar 27, 2023 11:54 am

@geo_c Do you mind if I respond in a separate thread?

No, I'm honored!

I think you've solved the mystery, this makes perfect sense.