From: SourceForge.net <no...@so...> - 2006-05-30 11:28:51
|
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=3756151 By: fabioz 1. There is bug in Eclipse that makes the output not show. It should be fixed in eclipse 3.2 (but this version is currently unsupported in pydev -- support should be added in the start of july) 2. You can add a feature request for that. 3. Actually, it should work... I think you meant: s = str s. or import string s = string s. both of those work for me If they don't you may have some misconfiguration... have you checked the getting started guide? -- http://www.fabioz.com/pydev/manual_101_root.html 4. These are calltips. They should be implemented soon as a part of Google's SoC 5. Pydev is Open Source, so if you're especially wanting one of those features, you can get the code and help in its development yourself... I can give you tips on where to start if you want. Aside from that, if you keep track of pydev, you'll see that it has consistently grown, in quality and in features over the last 2,5 years (it started in 06/2003), and is currently regarded by many as one of the best python ides available, and I see no reason why it wouldn't keep that way... Cheers, Fabio ______________________________________________________________________ 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 |