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 > 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 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... >> >> Eric >> >> On Feb 14, 2008, at 12:36 PM, Francis wrote: >> >> >> >>> 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 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, 2008 3:57 PM, zombat <[EMAIL PROTECTED]> wrote: >> >>>>> 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 >>>>> tree >>>>> navigation and Eclipse on the other hand is a bit slow on the Mac. >>>>> So >>>>> what do you use? Is it possible or reasonable to use Xcode (the >>>>> "native" Mac IDE)? >> >>>>> Thomas > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

