From: SourceForge.net <no...@so...> - 2006-05-30 14:54:12
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3756409 By: vbgunz It is great to know the console bug will be fixed soon. As for the autocomplete menu not showing up in cases such as s = string, you're correct. It appears I first have to import string. I was just testing it but it is great to know that pydev actually does this. that's smart! One issue in regards to autocompletion is d = {}. if I enter 'd.' I will get an autocompletion list *but* it does not contain methods such as keys(), values(), iterkeys(), etc. It appears the list contains built-ins such as iter(), len(), range(), etc. I will post my feature request for including variables in the outline. I think this will help developers gain a quicker and better overview of the outline if these were included. I am not sure if I can help the project. I am no veteran in Python and it is the only real language I know. I am just looking for a Python IDE and of all the ones I've tried, eclipse with Pydev seems to so far be one of the best and most promising alternatives. I will take a good look at the starting guide. Thank you Fabio for your help and feedback on my questions. I hope to see Pydev grow bigger and better than it already is. Thank you again for your time and patience! ______________________________________________________________________ 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 |