I'm using PSPad version 4.5.3 (2298)
I use the code explorer a lot, and found the following code causes a problem
(this is a obviously reduced test case):
<?php
class foo{
public function one(){
}
public function two(){
if( "//" ){
}
}
public function three(){
}
}
?>
With the 'if' in place, only the first two methods (one() and two()) are found
by the Code Explorer, but three() is not. If you remove the 'if' statement (or
even just remove the "//" string) then the third method is found successfully.
--
<http://forum.pspad.com/read.php?2,45310,45310>
PSPad freeware editor http://www.pspad.com