Author Topic: Compiler error jump  (Read 27969 times)

Offline yvesdm3000

  • Almost regular
  • **
  • Posts: 225
Compiler error jump
« on: February 01, 2017, 10:20:08 am »
Hi,

Something that annoys me for a long time is that whenever there is a compiler error, the GUI decides that it's best to jump to that error even though the user might still be using the GUI for other things like looking things up.
I can't really find an option to disable this behavior. If it doesn't exist is it OK if I add this option ?

Yves
Clang based code completion for Code::Blocks:   http://github.com/yvesdm3000/ClangLib

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5489
Re: Compiler error jump
« Reply #1 on: February 01, 2017, 01:12:55 pm »
ok for me, but I would suggest to keep the default behavior to carry out the jump.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7576
    • My Best Post
Re: Compiler error jump
« Reply #2 on: February 01, 2017, 06:19:51 pm »
I suggested a related change that was NOT supported by at least one CB Dev.

That was to stop the changing to the "build message" in the log pane [after building was finished].

So, you might just try to stop moving to the first error in the editor window instead of what I suggested.

Tim S.
« Last Edit: February 01, 2017, 06:29:15 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Compiler error jump
« Reply #3 on: February 01, 2017, 07:46:07 pm »
stahta01: These are unrelated things.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline yvesdm3000

  • Almost regular
  • **
  • Posts: 225
Re: Compiler error jump
« Reply #4 on: February 02, 2017, 04:31:08 pm »
Do I open a ticket or do I just post a patch for this feature ?

Yves
Clang based code completion for Code::Blocks:   http://github.com/yvesdm3000/ClangLib

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: Compiler error jump
« Reply #5 on: February 02, 2017, 09:55:46 pm »
Both :) The ticket can have type=patch :)
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline yvesdm3000

  • Almost regular
  • **
  • Posts: 225
Re: Compiler error jump
« Reply #6 on: February 03, 2017, 08:06:31 am »
Clang based code completion for Code::Blocks:   http://github.com/yvesdm3000/ClangLib