Developer forums (C::B DEVELOPMENT STRICTLY!) > Development

Disable CC calltip when context Menu is opened(Same as ValueTooltip in GDB)

<< < (3/3)

rhf:

--- Quote from: ollydbg on June 18, 2009, 12:58:11 pm ---Did you mean the "find the occurrence of "XXXXX" in the context menu?

--- End quote ---
Yes. Just as in your original post on this topic, if your BeginLoadingProject() had several overloads, the Code Completion tool tip can mask the options: "Find declaration of: ...", "Find implementation of: ...", "Find occurrences of:  ...", etc.
Thanks for pursuing this.

ollydbg:
@rhf
You are welcome :D
@jens
I think debuggergdb plugin should temporary disable other plugins event sink for Tooltips. It is not easy to implement.

oBFusCATed:
Or there should be cbEditor->EmitTooltip(something) that is used by all of the folks that show tooltips.
So if there are two tooltips shown simultaneously it can merge them or show only the last emitted tooltip.
But, I'm no sure if that is possible... :(

ollydbg:

--- Quote from: oBFusCATed on June 18, 2009, 04:14:42 pm ---Or there should be cbEditor->EmitTooltip(something) that is used by all of the folks that show tooltips.
So if there are two tooltips shown simultaneously it can merge them or show only the last emitted tooltip.
But, I'm no sure if that is possible... :(

--- End quote ---
show only the last emitted tooltip is not the reliable way, because as jens said, we are not sure which plugin receive this kind of event first, and which plugin call the ed->showtip first.

rhf:
If you could find a way to force the tooltips to always display "above" the selection, as happens now when the selection is at the bottom of the editor screen, then most (all?) of the overlap problems would go away. Just a suggestion.

Navigation

[0] Message Index

[*] Previous page

Go to full version