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

I've created my own debug and my own python run and have tinkled with F9 for
Run as Python *but* when a script has raw_input, the console seems to sometimes
choke. When I run the console it might run fine one time *but* it won't run
fine the next (even if I don't change anything). In other words, sometimes I'll
see the output in the console and sometimes I won't. I believe this is 
definitely
a bug but am not sure if it is due to pydev or eclipse :(

I notice the outline shows my functions, classes, imports and methods but won't
show my global and local variables. e.g. if I make s = string, I won't see s
in the outline, is this how it is meant to be. Can this be enhanced in the next
version of pydev?

Autocompletion partially works and is very nice so far but it doesn't work on
custom identifiers. e.g. if I created the following identifier s = string, I'll
see no autocomplete menu for 's.' come up. Is it possible to make autocomplete
work with custom identifiers?

Class, function and method hints do not seem available when editing. Some 
editors
for e.g. when you enter 'cmp(' the opening parenthesis will show the following
hint 'cmp(x, y) -> integer)' until the parenthesis is closed . Is it also 
possible
to get at least the first paragraph of the docstring to show up too?

So far Pydev seems great but these little quirks can maybe be in my setup or
maybe they're temporary limits of pydev so far, I am not sure. I just started
to try out eclipse and pydev makes it a whole lot better in Python development
so I hope you can maybe add these features if they're not already implemented
or advise me on how best to get them to work on my installation. I would greatly
appreciate your time for reply :)

Thank you again for Pydev and your time!

______________________________________________________________________
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


-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Pydev-users mailing list
Pydev-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pydev-users

Reply via email to