Author Topic: IDE error: why double click, on error list, don't go to the line?  (Read 7497 times)

Offline cambalinho

  • Multiple posting newcomer
  • *
  • Posts: 93
when i compile and i get an error, we get the error line... seems normal... but when i double click, with mouse button, nothing happens.
why isn't going to the error\warning line?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7576
    • My Best Post
Re: IDE error: why double click, on error list, don't go to the line?
« Reply #1 on: May 08, 2022, 07:00:37 pm »
Are you using an custom makefile CB project?
If yes, it is a known issues.

If no, it should work.

Tim S.
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 cambalinho

  • Multiple posting newcomer
  • *
  • Posts: 93
Re: IDE error: why double click, on error list, don't go to the line?
« Reply #2 on: May 08, 2022, 07:25:10 pm »
"Are you using an custom makefile CB project?"
honestly what is 'an custom makefile CB project'?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7576
    • My Best Post
Re: IDE error: why double click, on error list, don't go to the line?
« Reply #3 on: May 08, 2022, 07:26:58 pm »
Did you create a CB project?
If so, how did you create it?
If you used cmake then you likely have an custom makefile CB project.

Tim S.
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 cambalinho

  • Multiple posting newcomer
  • *
  • Posts: 93
Re: IDE error: why double click, on error list, don't go to the line?
« Reply #4 on: May 08, 2022, 07:31:52 pm »
just for test, i created an empty project with CPP file.
the olders projects have the same problem :(
but, before reinstall the windows, the problem wasn't there :(

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7576
    • My Best Post
Re: IDE error: why double click, on error list, don't go to the line?
« Reply #5 on: May 08, 2022, 07:35:36 pm »
The problem will not be fixed by reinstalling windows!
The problem is likely caused by something; but, you need to post information for someone to help you.

CB Version?
Windows Version?

Win11 has not been out long enough to find all the CB related issues. This might be one.

Tim S.
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 cambalinho

  • Multiple posting newcomer
  • *
  • Posts: 93
Re: IDE error: why double click, on error list, don't go to the line?
« Reply #6 on: May 08, 2022, 07:41:31 pm »
honestly i don't know what i did for get these problem!!!
i use Windows 10, code blocks 20.03.
what you need more?

Offline cambalinho

  • Multiple posting newcomer
  • *
  • Posts: 93
Re: IDE error: why double click, on error list, don't go to the line?
« Reply #7 on: May 08, 2022, 07:53:53 pm »
when i do Ctrl+G the line window is showed... i add the line, but nothing happens :(
something is wrong between the Logs&Others - Build Messages and the editor window

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7576
    • My Best Post
Re: IDE error: why double click, on error list, don't go to the line?
« Reply #8 on: May 08, 2022, 08:04:27 pm »
when i do Ctrl+G the line window is showed... i add the line, but nothing happens :(
something is wrong between the Logs&Others - Build Messages and the editor window

I think you are going to have to wait a few days and hope someone have something to suggest.

Tim S.
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 cambalinho

  • Multiple posting newcomer
  • *
  • Posts: 93
Re: IDE error: why double click, on error list, don't go to the line?
« Reply #9 on: May 08, 2022, 08:10:53 pm »
i tryied reinstall the codeblock, but the problem remains :(

Offline BlueHazzard

  • Developer
  • Lives here!
  • *****
  • Posts: 3353
Re: IDE error: why double click, on error list, don't go to the line?
« Reply #10 on: May 09, 2022, 12:09:23 am »
Be sure you are in the "Build message" tab and not the build log tab

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1549
Re: IDE error: why double click, on error list, don't go to the line?
« Reply #11 on: May 09, 2022, 09:06:13 am »
Is there a non-ASCII character in the project path?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7576
    • My Best Post
Re: IDE error: why double click, on error list, don't go to the line?
« Reply #12 on: May 09, 2022, 01:15:55 pm »
Is there a non-ASCII character in the project path?

Or a space?

Tim S.
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 cambalinho

  • Multiple posting newcomer
  • *
  • Posts: 93
Re: IDE error: why double click, on error list, don't go to the line?
« Reply #13 on: May 09, 2022, 09:51:12 pm »
https://imgur.com/BGLmR4S
if i double click on message error, nothing happens... the text cursor don't go to the error line :(
like you see on image, i'm on  'Build Messages'

Offline cambalinho

  • Multiple posting newcomer
  • *
  • Posts: 93
Re: IDE error: why double click, on error list, don't go to the line?
« Reply #14 on: May 09, 2022, 09:54:42 pm »
maybe i disable something and i don't know what