On 7/2/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > What editor does everyone use for development and why? No need to hash > over vi and emacs just interested in the *other* editors that are being > used.
I use vim on linux and windows, TextMate on mac - I think my time splits like 60% vim to 40% textmate. TextMate has some excellent time-saving features. If I were to name a favourite one, it would be the "Cmd-T" function, which pops up a window and lets me enter a few letters of some filename in the project, and boom textmate opens the file if neccessary and/or switches to the correct tab. It also has nice features for editing both python and (x)html stuff (for example all kinds of code-snippets activated by typing some word and pressing tab). > Also what are some of the setups you use to increase productivity. > After all this is an agile development framework. So any pointers or > tips or applications you might use that might make deveploment faster > would be usefull. I got a big boost after discovering the "tg.fancy_exception" setting. Also, for Javascript debugging and dom inspection I use the Firebug extensions for Firefox. I think it's safe to say it got me 20-30% more productive at javascript stuff. Arnar --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

