[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[platform-dev] How to Configure SourceHover and DocHover
|
- From: shiva shankar <shiva.shankar.bb@xxxxxxxxx>
- Date: Wed, 8 Feb 2006 09:37:51 +0530
- Delivered-to: platform-dev@eclipse.org
- Domainkey-signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=H2MIPR4poRm2n9BCIfVSaMygKbJgNY7koEyPjbzECGKKo97u9zRJRhCHxFgtwVKSSnp0WfGRiL11zX1HFBnlMb9yvcSvs1qHUjVyQJH+GSHYSXOjBjd7TYJroFvfytoOEevlLEuUDfX5jUhP42kw1Q18ls1FUFGTwGJnv2TPrxE=
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