Fonts in Geany are bold after installing LibreOffice

I’ve installed LibreOffice 7.1.1.2 64-bit on Windows 10 20H2 Pro and now the default Monospace font in Geany 1.37.1 is always bold (some other fonts are also affected). Changing the Monospace in Geany from normal to bold (and back) doesn’t make any difference. What can I do to prevent Monospace and other fonts from being … Read more

Geany “Syntax coloring” isn’t functioning properly

I’m writing a python script on Geany. I really don’t know what I did but it seems Geany isn’t coloring python syntax properly in the editor. Some python commands and arguments aren’t marked as blue such as “import,def,class,True.” And the file seems messy When I run it it works just fine but it’s really hard … Read more

How to stop geany from executing a script

In the geany editor, I can run my programs by configuring the execute command. Now and then I like to interrupt an executing script without closing/killing the editor. I haven’t figured out, how to do this from inside the editor. Using geany on Linux, I could of course search the process with ps and kill … Read more