Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jdt-dev] New optional attribute in JavaEditorTextHover extension-point

The JDT UI extension point "org.eclipse.jdt.ui.javaEditorTextHovers" has a
new optional attribute called "label". This is used in the UI to configure
the JDT hovers. The simple class name of the contribution is shown if no
label is provided.

Those extending above extension point are advised to use assign a
meaningful name to their hover.

Dani



Back to the top