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

hi.
i'm quite puzzled with some pydev behaviors.
to begin with:

1)the following code

s=raw_input("string: ")
if s=="a":
    print"it's a"
else:print"it isn't a"
print s.find("a")
print s

outputs

it isn't a
0
a

when "a" is input if run as pythonrun. (run as jython or jythonrun, it behaves
less surprisingly.)

2) changing shortcut setting for "comment" command takes no effect and the 
default
ctrl+/ doesn't work if i have czech keyboard set.

3) i'm not offered any class specific methods when i write "." or press 
ctrl+space
after writing a name of a class instance. i'm offered just the methods i've
already used with the type & special methods like __init__. also, python doesn't
offer python modules as math to code comlete import statement. if jython is
set as project type, i'm offered not just java "modules" like javax, but also
classes like JFrame to import them.


i'd be very greatful for any hints how to fix the code completion for java 
"native"
classes especially.

TIA,
c.

______________________________________________________________________
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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Pydev-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to