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

------------------------------------------------------------------------------
The Go Parallel Website, sponsored by Intel - in partnership with Geeknet, 
is your hub for all things parallel software development, from weekly thought 
leadership blogs to news, videos, case studies, tutorials, tech docs, 
whitepapers, evaluation guides, and opinion stories. Check out the most 
recent posts - join the conversation now. http://goparallel.sourceforge.net/
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to