Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jdt-ui-dev] Extending with org.eclipse.jdt.ui.javaEditorTextHovers

Jackson,

please use the newsgoups to ask questions. This mailing list is for those
who develop JDT UI. Regarding your issue: as a first thing you need to
check whether your class has a public no-arg constructor.

Dani

|------------>
| From:      |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |Jackson Cunha <jackson.cereb@xxxxxxxxx>                                                                                                           |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| To:        |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |jdt-ui-dev@xxxxxxxxxxx                                                                                                                            |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Date:      |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |11.10.2010 15:04                                                                                                                                  |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
|------------>
| Subject:   |
|------------>
  >--------------------------------------------------------------------------------------------------------------------------------------------------|
  |[jdt-ui-dev] Extending with org.eclipse.jdt.ui.javaEditorTextHovers                                                                               |
  >--------------------------------------------------------------------------------------------------------------------------------------------------|





Good morning!

I'm trying extend eclipse using this extension:
org.eclipse.jdt.ui.javaEditorTextHovers.  I implemented this interface
org.eclipse.jdt.ui.text.java.hover.IJavaEditorTextHover.

My plugin.xml file has the following configuration:

        <extension point="org.eclipse.jdt.ui.javaEditorTextHovers">
   <hover
   id="plugin02.CerebHover"
class="plugin02.CerebHover"
label="%javaVariableHover">
</hover>
</extension>

But when i run my plugin, eclipse show this message:

!ENTRY org.eclipse.jdt.ui 4 0 2010-10-11 09:40:25.234
!MESSAGE Could not create Java text hover

 Can anyone help me?

Thanks!

------------------------------------------------------------------------------------------------------------------------

Jackson Cunha Cassimiro (CereB)
Bacharelando em Ciencia da Computação - UFPI
MSN: jackson.cereb@xxxxxxxxx
Telefone Móvel +55 86 9928 1251
Desenvolvedor (trainee) - Infoway - http://www.infoway-pi.com.br
Missão Infoway - "Influenciar a Gestão de Sistemas de Saúde através de
e-health"

("A vida é um combate que os fracos abate, aos bravos, aos fortes só pode
exaltar" - Canção do Tamoio, Gonçalves Dias)
------------------------------------------------------------------------------------------------------------------------
_______________________________________________
jdt-ui-dev mailing list
jdt-ui-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jdt-ui-dev





Back to the top