#559 closed Bugs (Fixed)
Missing function/method declaration in the completion list
| Reported by: | toshihiro | Owned by: | nobody |
|---|---|---|---|
| Priority: | 5 | Milestone: | |
| Component: | PHP Editor | Version: | 1.1.9.CVS-20060920 |
| Keywords: | Cc: |
Description
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.)
Change History (1)
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/eclipsebutton_med.png)