On May 19, 10:26 pm, px <[EMAIL PROTECTED]> wrote: > * Do you use any IDE for extra convenience in trac or plugin > development.
Another vote for TextMate on OS X with all its glorious bundles :-) In addition I also use ActiveState Komodo Edit (free, cross-platform) as it has really good code completion for python, html, css and javascript. I also tend to set up 'workingenv.py' environments for various testing as I need to keep my main Python in line with code and version that is in production. Komodo Edit has good project support, allows setting project specific python paths and environment variables for execution and code completion, plus easy interface to create and run project-specific commands. Works really well. In addition I use PyCrust (lightweight shell part of wx demo/sample download) as research & test tool for most aspects of Trac testing and plugin development. Great code completion and object introspection. Instantiate a trac.env.Environment object, and start testing things - invaluable for figuring out how the various Trac modules work. :::simon --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/trac-dev?hl=en -~----------~----~----~----~------~----~------~--~---
