Read and respond to this message at: 
https://sourceforge.net/forum/message.php?msg_id=5379152
By: pydevusr1

I installed python 2.6 and the javadocs are working properly for that 
perspective-
still working on jython docs.

Now I have a jython project and a python project.

For code completion, why are the icons for jython functions showing as a red
square(builtin), but for python 2.6 the icon is a green circle(local/imported?)?

I created the similar projects for both interpreters, and used the same line
of code.

dict = {"key1":"val1"}

In python, the code completion for dict.keys completes to dict.keys().

In jython it completes to dict.keys, no brackets.



______________________________________________________________________
You are receiving this email because you elected to monitor this forum.
To stop monitoring this forum, login to SourceForge.net and visit: 
https://sourceforge.net/forum/unmonitor.php?forum_id=293649

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to