Opened 6 years ago

Closed 6 years ago

Last modified 43 years ago

#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)

comment:1 Changed 6 years ago by toshihiro

  • Status changed from assigned to closed
Logged In: YES 
user_id=1527096
Originator: YES

Fixed in CVS

Note: See TracTickets for help on using tickets.