News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

IDE error: why double click, on error list, don't go to the line?

Started by cambalinho, May 08, 2022, 06:51:36 PM

Previous topic - Next topic

cambalinho

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?

stahta01

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++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

cambalinho

"Are you using an custom makefile CB project?"
honestly what is 'an custom makefile CB project'?

stahta01

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++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

cambalinho

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 :(

stahta01

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++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

cambalinho

honestly i don't know what i did for get these problem!!!
i use Windows 10, code blocks 20.03.
what you need more?

cambalinho

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

stahta01

Quote from: cambalinho 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

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++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

cambalinho

i tryied reinstall the codeblock, but the problem remains :(

BlueHazzard

Be sure you are in the "Build message" tab and not the build log tab

Miguel Gimenez


stahta01

C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

cambalinho

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'

cambalinho