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 Christian,

I wrote some unit tests and pushed for the review. But the build was failed and I got theĀ error "Workbench has not been created yet". Then I tried to push the change again. But now I cannot push it since remote rejects the commit. What might be the reason for this?

Thank you.

On Fri, Oct 23, 2015 at 12:42 PM, Christian Pontesegger <christian.pontesegger@xxxxxx> wrote:
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?

_______________________________________________
ease-dev mailing list
ease-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/ease-dev



--
Vidura Mudalige
Undergraduate
Computer Science & Engineering
University of Moratuwa.

Back to the top