CB devs, I love your IDE, but there's something that could be improved which would save me a lot of time recompiling:
I'm a library builder, it would be great that when a statically linked library gets updated, any project that links to it would recompile when pressing Ctrl+F9, and possibly only recompile parts that depend on the library.
Second thing, some parts of my library are header files only, it would be great that for any source file, when the header file are updated, the source file is recompiled. Not project bound, just for any source file. I have to recompile everything when I changed a critical header file (smart pointer for example), which takes a lot of unnecessary time.
I am not sure how much this has to do with CodeBlocks itself, or how and whether you create make files. If this can be changed with a plugin or some pre-build option, would be glad to hear.
Thanks!