Geany allows that filetypes.common can be opened via the menu, so I edited it from inside Geany.

This is correct and Geany reloads the file automatically when saved. No problem here. Your problem was that you edited the incorrect line (line 111) and not line 10 from your gist.

As for the theme file, Geany does not offer this ability, so I went on the command line to my configuration directory and used the nano editor to edit that file.

Well, you can't open the theme from GUI but you could set up Geany so it can be started from the command line too by adding something like this to your .zprofile (if you use zsh as your shell):

alias geany=/Applications/Geany.app/Contents/MacOS/geany


Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany/issues/4064/2503663340@github.com>