On 10/5/06, Lee Connell <[EMAIL PROTECTED]> wrote: > Fabio, > > Thanks for reply. I did go through the manual for configuring a project and > everything does work with the exception of using some of the turbogears > models. These models are changed during runtime which adds methods to the > models/classes and there is no way pydev or anything for that matter would > be able to determine that for code completion. > > I know you've posted a screencast on setting up turbogears with pydev, have > you actually coded with turbogears in pydev?
Actually, I've coded a bit (but just a short example... in the essence, the configuration is generic enough for any project), and yes, it has a problem with SQLObject because it relies on too much runtime information... I guess some heuristics could be added to solve that specific problem (so, if you want, you can add a feature request for that). Cheers, Fabio ------------------------------------------------------------------------- Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel and you'll get the chance to share your opinions on IT & business topics through brief surveys -- and earn cash http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV _______________________________________________ pydev-code mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pydev-code
