Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: dominover on November 18, 2013, 02:37:11 am

Title: Parameter list appears and obscures code view?
Post by: dominover on November 18, 2013, 02:37:11 am
I'm not sure what you call this, but when I am completing a function from the std library a hint box pops up and obscures the code I'm trying to write.  This is obviously a part  of the codeblocks intelisense feature but I can't see what I'm doing when it appears.

For example, if I type in the below.

Code
string mystring;

mystring.find( // at this point, when I open the bracket all the parameter hints appear and block out my view from "find( onwards...?   Anyone know how to stop this from happening?  

If I knew what to call it I would look it up.

Thanks
Title: Re: Parameter list appears and obscures code view?
Post by: Alpha on November 18, 2013, 02:50:17 am
What version of Code::Blocks are you using?  I believe the fix for this was in 12.11, and is definitely in recent nightlies.
Title: Re: Parameter list appears and obscures code view?
Post by: dominover on November 18, 2013, 02:55:17 am
I'm using 12.11.  Is there a setting which can stop this?
Title: Re: Parameter list appears and obscures code view?
Post by: dominover on November 18, 2013, 05:00:51 am
Alright, then what is this thing called, the parameter hints?
If I knew then I could search for a solution.
Title: Re: Parameter list appears and obscures code view?
Post by: oBFusCATed on November 18, 2013, 06:52:34 am
Install a nightly build and see if it is fixed. If not please report back with a screen shot and minimal code sample.