Author Topic: jump to last error  (Read 3199 times)

Offline Tobi

  • Single posting newcomer
  • *
  • Posts: 3
    • Spring RTS
jump to last error
« on: November 12, 2008, 09:04:24 pm »
First post here, started using C::B not so long ago, and I like it!

However, I find it incredibly annoying that Code::Blocks jumps to the first compile error after a compile finished. Usually I've already fixed a part of the compiler errors and due to this sudden jump I do not know anymore where in the list of errors I was with fixing (this in particular happens when refactoring, and hence fixing lots of tiny compile errors.)

I looked through the settings but couldn't find any way to turn this off.

Is there a way but did I miss it? If so, how do I turn this off? If not, this is a feature suggestion :P  (maybe instead of an option a smart behaviour like only jumping to last error if user didn't touch any other files yet since start of compile?)