Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » phpdoc bug - ends on fullstop?(Description in alt-tab is cuted to first dot (.) character)
icon9.gif  phpdoc bug - ends on fullstop? [message #557480] Tue, 07 September 2010 15:44 Go to next message
fossuserpl  is currently offline fossuserpl Friend
Messages: 3
Registered: August 2010
Junior Member

The hints (in ctrl-space auto-completion) are missing part of the description, the description stops on first dot (fullstop ".") character.

Example: following code:
	/**
	 * One and Two. And Foo and Bar.
	 * @param int $id this is the index... to be loaded. End of this line.
	 */
	public function aaa($id) { }


generates invalid hint, with cuted description.

ProductsImporter.aaa(int $id)

One and Two.

Parameters:
    int $id this is the index... to be loaded. End of this line.
Mad
Re: phpdoc bug - ends on fullstop? [message #557529 is a reply to message #557480] Wed, 08 September 2010 01:07 Go to previous message
Toshihiro Izumi is currently offline Toshihiro IzumiFriend
Messages: 360
Registered: July 2009
Location: Japan
Senior Member
Hints/tooltips shows short description, not long(full) description. It is/was by design. (originally/historically)
But it has been filed as a bug already,
Bug 317172 - Long description missing in tooltips
Maybe it will be fixed soon. Rolling Eyes
Previous Topic:Parsing mixed HTML and PHP
Next Topic:[Mac OS X - Helios PDT 2.2] Zend debugger php-cgi not working
Goto Forum:
  


Current Time: Fri Apr 19 06:21:21 GMT 2024

Powered by FUDForum. Page generated in 0.01928 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top