Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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)
------------------------------------------------------------------------------------------------------------------------

Back to the top