Community
Participate
Working Groups
When I hover over a class name, and there are multiple classes with that name, the size of the hover isn't wide enough to fit its contents, even though its contents are very narrow. Also, the hover shows the class name twice, but doesn't provide any information about either one. It would be more useful to either show the description/PHPDoc from both versions, show just the first version, or at least show links to both versions. See attached screen shot. -- Configuration Details -- Product: Eclipse 1.3.0.20100617-0521 (org.eclipse.epp.package.jee.product) Installed Features: org.eclipse.platform 3.6.0.v20100602-9gF78GpqFt6trOGhL60z0oEx3fz-JKNwxPY
Created attachment 172655 [details] Hovering over the Debug class
Created attachment 184576 [details] patch We will display every version of the classes and split them by "<hr>" tag
when we have following code: $a = new Test(); we hover at Test,the hover will show: Test Test::Test () Test::test () the width is still not wide enough,make small workaround to the patch.
Closing...