Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] Issue of tooltip support

Hi Vidura,

you are right, the tooltips are disabled so far. Reason for this is that tooltips tended to popup on kinds of locations on the screen, sometimes blocking the user when navigating in the Modules Explorer view. There was also no way to focus and resize the popups. See

https://bugs.eclipse.org/bugs/show_bug.cgi?id=478318

for details. I just added a patch to easily re-enable them for testing purposes. Just uncomment ModulesComposite #49 to enable popups.

Unit tests are very welcome, please put them into: org.eclipse.ease.ui.test

HTH
Christian

Am 21.10.2015 um 18:32 schrieb Vidura Mudalige:
Hi,

I tried to write some unit tests for tooltip contents. But I couldn't run the project in Luna. Then I upgraded to Mars and now it works fine.

Since I missed the project updates in last 1 1/2 months I cannot understand some of current changes. Specially, now I cannot see any tooltip support. "getToolTipText()" method in "ModulesLabelProvider" class is not called by anyone. Is there any bug related to this or am I missing something?



Back to the top