Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: Dmytry on May 20, 2006, 11:14:57 am

Title: Order of compilation [tiny suggestion]
Post by: Dmytry on May 20, 2006, 11:14:57 am
When editing both header and source, it is often the case that other cpp files using this header get compiled first, so one has to wait for error messages longer.
It would be great if CodeBlocks build system would compile the most recently modified cpp file first, so that errors show up faster.
Title: Re: Order of compilation [tiny suggestion]
Post by: mandrav on May 20, 2006, 12:02:19 pm
It would be great if CodeBlocks build system would compile the most recently modified cpp file first, so that errors show up faster.
Ctrl-Shift-F9 to compile just the current source file (not for header files)