Code::Blocks Forums
User forums => Help => Topic started by: rudolf128 on February 25, 2014, 04:05:51 am
-
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.
-
Settings -> Editor -> Code completion -> somewhere in here
-
Thanks. It worked.