User forums > General (but related to Code::Blocks)
Get rid of pop-up educational messages(yellow background)
afc888ny:
--- Quote from: Pecan on January 07, 2015, 08:08:21 pm ---Using:
svn build rev 10036 (2014-11-23 16:45:16) gcc 4.6.1 Windows/unicode - 32 bit
I find the following use of chkEvalTooltip.
They are maintenance code only.
I cannot find any code where chkEvalTooltip is used to avoid the popup.
The only way I've found to avoid the tooltip is to comment out the CC code.
--- Code: ---plugins\codecompletion\ccoptionsdlg.cpp|109|XRCCTRL(*this, "chkEvalTooltip", wxCheckBox)->SetValue(cfg->ReadBool(_T("/eval_tooltip"), true));|
plugins\codecompletion\ccoptionsdlg.cpp|209|cfg->Write(_T("/eval_tooltip"), (bool) XRCCTRL(*this, "chkEvalTooltip", wxCheckBox)->GetValue());|
plugins\codecompletion\ccoptionsdlg.cpp|391|XRCCTRL(*this, "chkEvalTooltip", wxCheckBox)->Enable(en);|
plugins\codecompletion\resources\settings.xrc|46|<object class="wxCheckBox" name="chkEvalTooltip">|
--- End code ---
--- End quote ---
I open terminal and run:
find . chkEvalTooltip -type f
terminal responding:
"find: `chkEvalTooltip': No such file or directory"
How are you searching for chkEvalTooltip? I run "gksudo pcmanfm ~/.codeblocks/share/codeblocks/plugins&" and the directory is empty.
Andrew
scarphin:
Not all settings of code completion plugin work at the moment as it's going under some changes. For the tooltips I already requested an 'enable on keypress only' option here -> http://forums.codeblocks.org/index.php/topic,19765.msg135708.html#msg135708 but I didn't get a response. So I think the only solution to get rid of tooltips is to disable the code-completion plugin as of now.
ollydbg:
@afc888ny, FYI, the tooltip can now be fully controlled by CCManager's editing dialog, you can try to use a newest nightly build version of C::B to see them.
Navigation
[0] Message Index
[*] Previous page
Go to full version