Community
Participate
Working Groups
I'm not sure why is PDT showing file locations in phpdoc. It's useless, because Ctrl+Click on the file automatically opens it. And it hurts users eyes if the file path is very long.
Created attachment 170034 [details] screenshot
hi Xu, want to take a look at this one too? :-)
Hi Jacek I will talk to you about this two bugs later:)
Hi Jacek, Currently, we get the element name by using org.eclipse.dltk.ui.ScriptElementLabels. I will try to fix this bug in PHP by extending ScriptElementLabels.
Created attachment 170170 [details] patch Hi Jacek, Here is the patch.
Hi Jacek I notice two things from the patch: 1 remove the useless file location for type. 2 reorder the method label,for example: function tt(Zend_Feed $dd=NULL) { ; } the method label will be tt(Zend_Feed=NULL) or the method label will be tt(Zend_Feed $dd=NULL) ,it depends on the flag. before is the method label will be tt(Zend_Feed=NULL) or the method label will be tt($dd:Zend_Feed=NULL) ,it depends on the flag. mark as fixed.
Verified at PDT-2.2.0.v20100616 - now phpdoc is more user friendly looking :) Closing this issue as fixed Thanks Verified by Teodor Kirkov teodor.k@zend.com
(In reply to comment #7) > Verified at PDT-2.2.0.v20100616 - now phpdoc is more user friendly looking :) yay! :-)