Hi,
I have a small Geany plugin that needs some settings per Geany project.
Currently, I do it as follows: the user manually writes a special
section in the .geany project file, which my plugin reads as a generic
INI file.
I really like this approach (as a user) because it keeps all Geany
project-related settings in one file.
But is this approach OK in the eyes of Geany core?
--
Vasiliy