Re: Xcode as Django IDE

2008-02-14 Thread Oscar Carlsson
I mostly use textmate, but I know that (Mac)Vim with omnicompletion and snippetsEmu is quite usable. http://code.djangoproject.com/wiki/UsingVimWithDjango Oscar On Wed, Feb 13, 2008 at 01:57:38PM -0800, zombat wrote: > > Hi Djangonauts. > > I was looking around for a good IDE for the Mac and

Re: Xcode as Django IDE

2008-02-13 Thread Eric Abrahamsen
Oh... Well, TextMate has esc to cycle through completion based on words previously used in the document, but other than that it mostly works off tab triggers. On Feb 14, 2008, at 2:56 PM, [EMAIL PROTECTED] wrote: > > I don't think thats what he meant be syntax completion, usually that > mea

Re: Xcode as Django IDE

2008-02-13 Thread [EMAIL PROTECTED]
I don't think thats what he meant be syntax completion, usually that means if I start typing a keyword/function/ or possibly a variable name it will start to complete it. On Feb 14, 12:48 am, Eric Abrahamsen <[EMAIL PROTECTED]> wrote: > Make sure you've got the document recognized as a Django tem

Re: Xcode as Django IDE

2008-02-13 Thread Eric Abrahamsen
Make sure you've got the document recognized as a Django template (ie it says "HTML (Django)" at the bottom of the page). Try typing "if" and hitting tab; does it turn into a set of if/endif template tags? Look under the gear menu, also at the bottom of the page, for other stuff you can do

Re: Xcode as Django IDE

2008-02-13 Thread Francis
how do you get syntax completion? I can't get it work with textmate. And it's one reason I'm sticking with eclipse (pydev). On 13 fév, 17:18, "Alex Ezell" <[EMAIL PROTECTED]> wrote: > Textmate works great for me. I use GetBundle > (http://projects.validcode.net/getbundle) to get the Django bund

Re: Xcode as Django IDE

2008-02-13 Thread Eric Abrahamsen
> Textmate, and a couple of terminal windows for mysql and ipython. > 2 monitors helps ;-) > > what does 'getbundle' do? I already have django specific templates in > textmate via the "mateup" script on their site. Another happy TextMate user! GetBundle is just a simpler interface (itself a bund

Re: Xcode as Django IDE

2008-02-13 Thread Ian Holsman
Alex Ezell wrote: > Textmate works great for me. I use GetBundle > (http://projects.validcode.net/getbundle) to get the Django bundle > which does syntax completion and highlighting for Django-specific > Python files and Django template HTML. > > Textmate, and a couple of terminal windows for m

Re: Xcode as Django IDE

2008-02-13 Thread James Bennett
On Feb 13, 2008 3:57 PM, zombat <[EMAIL PROTECTED]> wrote: > So what do you use? Emacs inside Terminal. -- "Bureaucrat Conrad, you are technically correct -- the best kind of correct." --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Xcode as Django IDE

2008-02-13 Thread Alex Ezell
Textmate works great for me. I use GetBundle (http://projects.validcode.net/getbundle) to get the Django bundle which does syntax completion and highlighting for Django-specific Python files and Django template HTML. More info here: http://code.djangoproject.com/wiki/TextMate /alex On Feb 13, 2

Xcode as Django IDE

2008-02-13 Thread zombat
Hi Djangonauts. I was looking around for a good IDE for the Mac and have tried simple text editors like Smultron (http://smultron.sourceforge.net/) and full featured IDEs like Eclipse with PyDev but I am still not really satisfied. Simple text editors lack features like code completition or file