pop-ups/bubbles don't disappear after debug is over

General questions regarding the usage of CodeLite
varnie
CodeLite Veteran
Posts: 64
Joined: Wed Jun 11, 2008 3:48 am
Contact:

pop-ups/bubbles don't disappear after debug is over

Post by varnie »

hi, eranif!

i am having a little discomfort with yellow-colored pop-up bubbles/tips (which describes what a highlighted function/variable in the code on the current cursor's position means) while i am debugging my programs in CodeLite IDE.
the problem is that very often these pop-up bubbles/tips do not disappear even after the debugging session is over. they keeps annoying me even after i have closed CodeLite IDE.
User avatar
eranif
CodeLite Plugin
Posts: 6367
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: pop-ups/bubbles don't disappear after debug is over

Post by eranif »

This is a known issue with the Scintilla editing component - but to overcome this, try to right click on one of the open tabs (any one of them) and select 'Close All' - usually they disappear after closing all open tabs
Eran
Make sure you have read the HOW TO POST thread
Post Reply