Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] How to Configure SourceHover and DocHover

Hi,
 
Pls, can any one help me , how to configure SourceHover & DocHover in a Custom Editor which give Info pop-up ( Context Help) .
I have two classes as below,
 
class MySourceHover implements ITextHover,ITextHoverExtension
class MyDocHover implements ITextHover,ITextHoverExtension
 
I am able to display either Source info or Doc info ( By configuring EditorConfiguration class). Since, source info representation is different from Doc information.
 
I need to configure both classes.
 
Thanks in Advance.
 

--
Thanks & Regards
Shiva Shankar.B
 

Back to the top