@grubernd just tested on Windows: works for me. I've got `C:\Users\enrico\AppData\Roaming\geany\filedefs\filetypes.c` with the following content: ```ini [styling] default=default comment=#FF5F5F commentline=#FF5F5F commentdoc=#FF5F5F preprocessorcomment=#FF5F5F preprocessorcommentdoc=#FF5F5F
[build-menu] EX_00_LB=_Execute EX_00_CM="./%e" EX_00_WD= FT_00_LB=_Compile FT_00_CM=C:\\msys64\\mingw32\\bin\\i686-w64-mingw32-gcc.exe -Wall -c "%f" FT_00_WD= FT_01_LB=_Build FT_01_CM=C:\\msys64\\mingw32\\bin\\i686-w64-mingw32-gcc.exe -Wall -o "%e" "%f" FT_01_WD= ``` (the styling settings are just for testing, the build settings are productive) Which exact settings did you try to modify? Maybe it helps if you share the file? -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/geany/geany/issues/2447#issuecomment-619896151