Hi, All!
I am set "Global compiler settings > Other settings > Compiler logging" value as "Task description (e.g. "Compiling <file>...")".
If use GCC Compiler, it is works well!
But, If use VC will not show "Compiling: " before the compiled file.
-------------- Build: Debug in dedfew ---------------
Linking console executable: bin\Debug\dedfew.exe
main.cpp
Output size is 461.00 KB
Process terminated with status 0 (0 minutes, 1 seconds)
0 errors, 0 warnings (0 minutes, 1 seconds)
It is a bug, or a feature?