Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: sparhawk on January 10, 2014, 06:20:04 pm

Title: How to disable "Jump to first error" after compiling
Post by: sparhawk on January 10, 2014, 06:20:04 pm
When a compiler error is shown, after compiling CB jumps automatically to the line where the error occured. Can I disable it, that CB does this automatically? I find it particularly annoying when working on a template and the problem is in quite a different place then the compiler tells me. Then I always have to find the line again, where I was working on.
Title: Re: How to disable "Jump to first error" after compiling
Post by: MortenMacFly on January 10, 2014, 08:46:31 pm
You could simply use Bookmarks. (CTRL+B)...
Title: Re: How to disable "Jump to first error" after compiling
Post by: oBFusCATed on January 10, 2014, 09:09:03 pm
You can always click on the "Instanced here" or "Referenced here" line it will bring you back to the correct position.