Author Topic: Order of compilation [tiny suggestion]  (Read 4593 times)

Offline Dmytry

  • Single posting newcomer
  • *
  • Posts: 8
    • My webpage, Volumetrics for MojoWorld, The Galaxy, etc.
Order of compilation [tiny suggestion]
« 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.

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Order of compilation [tiny suggestion]
« Reply #1 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)
Be patient!
This bug will be fixed soon...