The following forum message was posted by sorakatzu at http://sourceforge.net/projects/pydev/forums/forum/293649/topic/6754756:
Hey guys,
Ive got a problem with my code assist.
if i create a function like this:
[code]public function getData($target, $mode='', $type, $displayerror = FALSE)
{ }[/code]
The Code Assist will complete the function without $mode and without $displayerror
because they are predefined...
But this of course is wrong so what the code assist gives me is:
[code]getData($target, $type)[/code]
This is not what i want and causes errors obviously :/
Somebody got any idea ?
I would be very pleased
Thanks you
Sorakatzu
|