How can I join my Komodo Edit with Django template system as it done in the window where I edit my views.py or other Python-module. I want to have list of filter and tags when I edit my template (html-template document).
How can I do it?
Thanks.
ps
when will be new version 5.0 Komodo edit?
I'm not exactly sure what you are asking for. I'm guessing that this is a request for better integration between a template (html/django tags and code) and the view (python code).
Could you give some examples of how you'd expect this to work?
Thanks,
Todd
Ok. For example: I type in template like this: {%
and after it I want that appear compilelist with all tags which have Django. Also filer {{ var| }} after my typing | I want to see compilelist too.
Thanks for help
Thanks, I've added your suggestions to the following Django enhancement request:
http://bugs.activestate.com/show_bug.cgi?id=78655
Cheers,
Todd