News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Information pop-up

Started by rudolf128, February 25, 2014, 04:05:51 AM

Previous topic - Next topic

rudolf128

I am using Code::Blocks to write and compile standard C (not C++) programs.
While I am debugging a program, being it paused, if I hover the mouse on a variable name, I can see its value. I want it to stay so.
However, if I hover on a name while I am editing the program, a small pop-up tells me about the variable features. I want to be rid of this behavior. Any hints on how to do that?
Thanks.

oBFusCATed

Settings -> Editor -> Code completion -> somewhere in here
(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!]

rudolf128