But in build.h we have this order:
GEANY_BCS_HOME_FT, /**< Filetypes in ~/.config/geany/filedefs */
GEANY_BCS_PREF, /**< Preferences file ~/.config/geany/geany.conf */
GEANY_BCS_PROJ_FT, /**< Project file filetype command */
GEANY_BCS_PROJ, /**< Project file if open. */
The wiki and source don't match for any of these enum values. I also notice that GEANY_BCS_PROJ_FT doesn't get used for GEANY_GBG_FT in get_next_build_cmd, is that a bug?
Then it says: "in reality there are only three sources, system, user and project settings". Might it be possible to have the build sources enum just have those three sources (plus default if it can't be merged with system)?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.