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

Red error box disappeared

Started by oAllElseFailo, May 09, 2012, 01:21:05 AM

Previous topic - Next topic

oAllElseFailo

I had this in the help section but this part of the forum seems more suitable.

So since I've been using code blocks i've noticed when you get an error in your code it usually takes you to it and displays a red box at the line of code. Now, as of yesterday, that is gone. I don't know if i clicked some type of hot key or anything but it no longer appears. Now it makes me fish through the lines of code instead of displaying it or taking me to it. Does anyone know how to get this feature back on?

oBFusCATed

Posting the same thing twice is considered as spam and doesn't increase your chances of getting help. Please don't do it.

If you really want to up you topic post more info, the one you've provided is simply not enough...
(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!]

MortenMacFly

Quote from: oBFusCATed on May 09, 2012, 09:51:24 AM
Posting the same thing twice is considered as spam and doesn't increase your chances of getting help. Please don't do it.
Removed the other topic.

Also, with the provided info there is not much help you can expect.

You might want to try to temporarily delete your config file (default.conf) though...
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

oAllElseFailo

That's about all there is to it. I took a screenshot and edited in the red box that usually appears:


MortenMacFly

Quote from: MortenMacFly on May 09, 2012, 11:44:02 AM
You might want to try to temporarily delete your config file (default.conf) though...
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

oAllElseFailo

Could you tell me where to find that? I checked the directory but didn't see it.

Alpha

Normally default.conf is located in %AppData%\CodeBlocks on Windows, and ~/.codeblocks on Linux.

MortenMacFly

Quote from: oAllElseFailo on May 10, 2012, 01:33:44 AM
Could you tell me where to find that? I checked the directory but didn't see it.
I would have told you, but as you didn't mention any configuration/platform/version you use I can't. That's why 2 people told you to provide more information, btw... Please do it better next time and learn how to post.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

oAllElseFailo

Quote from: Alpha on May 10, 2012, 03:57:35 AM
Normally default.conf is located in %AppData%\CodeBlocks on Windows, and ~/.codeblocks on Linux.

Thanks, unfortunately this didn't solve the problem

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]