[Pydev-users] [pydev - Users] RE: TIDY?

2008-07-19 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5106938 By: dwarnold So, it could be a feature to ask for a space before and after =, !=, , and friends? D. __ You are receiving this email

[Pydev-users] [pydev - Users] RE: TIDY?

2008-07-19 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5107145 By: fabioz Surely __ You are receiving this email because you elected to monitor this forum. To stop monitoring this forum, login to

[Pydev-users] [pydev - Users] Not picking up new package

2008-07-19 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5107999 By: dwarnold I have a file simple2.py which starts out: from bundlebuilder import main import wx import images class ToolbarFrame(wx.Frame): def __init__(self,parent,id):

[Pydev-users] [pydev - Users] RE: Not picking up new package

2008-07-19 Thread SourceForge.net
Read and respond to this message at: https://sourceforge.net/forum/message.php?msg_id=5108021 By: fabioz No, that should work (it did work here). One thing is that pydev has no 'dependency tracking', which means that after analyzing some module, changes in a different module won't make that

Re: [Pydev-users] [pydev - Users] RE: TIDY?

2008-07-19 Thread Fabio Zadrozny
Sure... both just done for the next release ;-) Cheers, Fabio On Sat, Jul 19, 2008 at 7:36 AM, Tim Diggins [EMAIL PROTECTED] wrote: this would be great. any formatting should follow (or allow the option to follow) PEP008 http://www.python.org/dev/peps/pep-0008/ spaces around '=' on