User forums > Using Code::Blocks

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

<< < (4/7) > >>

BlueHazzard:
There should be no setting to modify this.
You have not answered the other questions....

stahta01:
The image he posted had an code completion box up; could the box need to be closed before the build message click works?

Tim S.

Pecan:

--- Quote from: stahta01 on May 10, 2022, 02:45:21 am ---The image he posted had an code completion box up; could the box need to be closed before the build message click works?

Tim S.

--- End quote ---


I believe, Yes, it needs to be closed because the popup owns the focus.
That means (with an open popup window)  CompilerMessages::OnDoubleClick(wxCommandEvent& event) will never see the mouse double click.

@cambalinho, close the codeCompletion popup window and see if the doubleClick works.

cambalinho:
not working :(
https://imgur.com/iz35hsZ

 BlueHazzard: "There should be no setting to modify this.
You have not answered the other questions...."
did i miss some questions? i said that i use Windows 10 20H2... and CodeBlocks is 20.03.
when i uninstall the CodeBlocks, some options files aren't deleted? after reinstall, several times, the CodeBlocks, the problem remains :(

Pecan:

--- Quote from: cambalinho on May 10, 2022, 07:04:13 pm ---not working :(
https://imgur.com/iz35hsZ

 BlueHazzard: "There should be no setting to modify this.
You have not answered the other questions...."
did i miss some questions? i said that i use Windows 10 20H2... and CodeBlocks is 20.03.
when i uninstall the CodeBlocks, some options files aren't deleted? after reinstall, several times, the CodeBlocks, the problem remains :(

--- End quote ---

To remove all config data, after uninstalling CB, delete the folder at C:\Users\<YourUserName>\AppData\Roaming\CodeBlocks
Then re-install CB.

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version