[ phpeclipse-Bugs-1693310 ] Missing function/method declaration in the completion list

"SourceForge.net" <[email protected]> Mon, 02 Apr 2007 18:04:01 -0700
Newsgroups gmane.comp.ide.eclipse.phpeclipse.devel
Message-ID <[email protected]>
Bugs item #1693310, was opened at 2007-04-03 09:56
Message generated for change (Comment added) made by toshihiro
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=484801&aid=1693310&group_id=57621

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: PHP Editor
Group: 1.1.9.CVS-20060920
>Status: Closed
>Resolution: Fixed
Priority: 5
Private: No
Submitted By: Toshihiro (toshihiro)
Assigned to: Nobody/Anonymous (nobody)
Summary: Missing function/method declaration in the completion list

Initial Comment:
How to reproduce:
1. Create new php file and type this.
<?php
function zzz() {
}

?>
2. Save this file.
3. Type "z" at line 4, and hit Ctrl+Space.
 => Completion list shows "zzz - proj/file.php". There is no function declaration "zzz()".
4. Delete "z" on line 4, and re-save this file.
5. Move mouse pointer on "zzz()". Tooltip shows "function - [file.php] - zzz()".
6. Type "z" at line 4, and hit Ctrl+Space.
 => Completion list shows "zzz - zzz() - proj/file.php" this time. There is function declaration "zzz()".

(I will fix this later.)


----------------------------------------------------------------------

>Comment By: Toshihiro (toshihiro)
Date: 2007-04-03 10:04

Message:
Logged In: YES 
user_id=1527096
Originator: YES

Fixed in CVS


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=484801&aid=1693310&group_id=57621

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV