On Mar 10, 8:11 am, Ronn <[email protected]> wrote: > I'm just curious what type of editors everyone is using to develop TG. > I personally have been using gEdit on Ubuntu. I just wanted to see > what other options are out there. Thanks in advance.
I use Wing for my Python programming. In the past I've used JEdit (open source, java based), and I still use that for editing files in general. It has a large number of plugins, including an XML plugin which shows matching html tags and performs tag completion. I have also used Notepad++ (mentioned by Bryan) on Windows, which is nice. A nice feature of Notepad++ is that it does not have to be installed, so it can be run from a flash drive. There are many good editors. Make sure you can control what happens when you press the tab key. I configure my editors to insert spaces when tab is pressed (soft tabs). You don't want to mix tabs and spaces for indentation. -- Bruce --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

