Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-dev] [CNF] Enabling ToolTip Support

Hi all,

as of today, ToolTip support is implemented for the Common Navigator Framework 

I have implemented it defensively which means that it is disabled by default and the implementor of a CommonViewer must opt-in by specifying a property in the viewer’s descriptor (plugin.xml).
(We could also discuss about switching it on per default and opt-out using a property, but I felt it is more backwards-compatible that way…)

Now, the question is: Do we want to switch tooltip support on for the Project Explorer? Or better: Does anyone have anything against enabling it?
Doing so would enable 3rd party projects (JDT, CDT, etc.) to provide custom tooltips on Project Explorer Content.
Is there any other CommonViewer in the Eclipse IDE that should have tooltip support enabled?
I’d be happy to contribute the necessary changes.

Comments welcome and appreciated.

Have a great day!
Stefan







Back to the top