mmclark / django-editor

Automatically exported from code.google.com/p/django-editor
0 stars 0 forks source link

No template highlighting inside html strings #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. paste following in Django templates editor - <div id="{{ id }}">{{ name 
}}</div>

What is the expected output? What do you see instead?
I would have expected to see template highlighting for both the django tags, 
but "{{ id }}" does not get highlighted as a django tag but rather as an html 
string, since all the django prepossessing takes place first, it makes sense to 
give precedence to django highlighting wherever it occurs. 

What version of the product are you using? On what operating system?
django-editor 6.2, latest as of this date, Eclipse Indigo, Ubuntu 12.04 

Please provide any additional information below.

Original issue reported on code.google.com by shobhit....@gmail.com on 21 Jun 2012 at 10:45

GoogleCodeExporter commented 9 years ago
Fixed in version 1.0.0

Original comment by zbik...@gmail.com on 22 Nov 2012 at 4:06