Author Topic: Information pop-up  (Read 3802 times)

Offline rudolf128

  • Multiple posting newcomer
  • *
  • Posts: 29
Information pop-up
« 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.

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13406
    • Travis build status
Re: Information pop-up
« Reply #1 on: February 25, 2014, 08:20:14 am »
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!]

Offline rudolf128

  • Multiple posting newcomer
  • *
  • Posts: 29
Re: Information pop-up
« Reply #2 on: February 25, 2014, 06:27:12 pm »
Thanks. It worked.