On Sun, May 25, 2008 at 3:04 PM, Gene Campbell <[EMAIL PROTECTED]> wrote:
>
> Do either of these work smartly with Django i.e. Offer command
> completion for the Django tempalte lang or offer look ups in the bound
> dictionaries available in the template -  er, eh, at design time, the
> dictionaries aren't available, so that wouldn't be trivial.  I suppose
> if an IDE managed the whole Django project, it might be
> smart enough.

The Textmate Django templates bundle offers completion for template
tags and some filters. Of course, it's also easily modifiable, so you
could tailor it to your needs. You'll need to be on Mac and buy the
Textmate software (there is a free trial).

I seriously doubt any editor or IDE would be able to tell you what's
in a given object, list, or dictionary when editing a template, given
that most of those values would be coming from a database. If they
were static objects, it might be possible, but it seems a little like
overkill for most developers.

/alex

> On Sun, May 25, 2008 at 10:19 PM, Andre Meyer <[EMAIL PROTECTED]> wrote:
>> On Sun, May 25, 2008 at 12:13 PM, Kenneth Gonsalves <[EMAIL PROTECTED]>
>> wrote:
>>>
>>>
>>> On 25-May-08, at 10:37 AM, Gene Campbell wrote:
>>>
>>> >  If there's something better than
>>> > Eric for templates, can you recommend?
>>
>> Komodo Edit (or IDE)
>> http://www.activestate.com/Products/komodo_ide/komodo_edit.mhtml
>>
>>
>> >
>>
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to