Skip to main content

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

Hi Shiva,

I suggest to take a look at the org.eclipse.ui.examples.javaeditor example
which does just that. Please use the newsgroups for further questions.

Dani


                                                                           
             shiva shankar                                                 
             <shiva.shankar.bb                                             
             @gmail.com>                                                To 
             Sent by:                  "cdt-dev@xxxxxxxxxxx"               
             platform-ui-dev-b         <cdt-dev@xxxxxxxxxxx>,              
             ounces@xxxxxxxxxx         cdt-ui-dev@xxxxxxxxxxx,             
             g                         cdt-core-dev@xxxxxxxxxxx,           
                                       eclipse-dev@xxxxxxxxxxx,            
                                       "platform-dev@xxxxxxxxxxx"          
             08.02.2006 05:07          <platform-dev@xxxxxxxxxxx>,         
                                       platform-ui-dev@xxxxxxxxxxx         
                                                                        cc 
             Please respond to                                             
             "Eclipse Platform                                     Subject 
               UI component            [platform-ui-dev] How to Configure  
             developers list."         SourceHover and DocHover            
             <platform-ui-dev@                                             
               eclipse.org>                                                
                                                                           
                                                                           
                                                                           
                                                                           




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
 _______________________________________________
platform-ui-dev mailing list
platform-ui-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/platform-ui-dev




Back to the top