Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tcf-dev] Disable watch info popup in source view when application is running

Hi Vadi,

 

The pop-up is implemented in org.eclipse.tcf.internal.cdt.ui.hover package.

It is extension of org.eclipse.cdt.debug.ui.editors.AbstractDebugTextHover.

 

You, probably, would have to change TCFDebugTextHover.getActiveFrame() method.

 

Regards,

Eugene

 

From: tcf-dev-bounces@xxxxxxxxxxx [mailto:tcf-dev-bounces@xxxxxxxxxxx] On Behalf Of vadi podolich
Sent: Sunday, March 27, 2016 7:37 AM
To: tcf-dev@xxxxxxxxxxx
Subject: [tcf-dev] Disable watch info popup in source view when application is running

 

Hi all!

 

I want to disable the watch information pop-up view  when hoovering 

on a variable in the source view (only while the application is running ), 

what is the best practice to do it?

Should i take care of this on the agent side? or there is a preferable 

way to do it from the Eclipse side?

 

I am new to the TCF framework, and will be happy for a hint!

Thanks in advance! 

 

Vadi.



This email and any attachments are intended for the sole use of the named recipient(s) and contain(s) confidential information that may be proprietary, privileged or copyrighted under applicable law. If you are not the intended recipient, do not read, copy, or forward this email message or any attachments. Delete this email message and any attachments immediately.


Back to the top