Back in November 2002 Bernd Kreuss contributed a feature to allow
some singleton HTML tags (that is tags that do not have a
corresponding </end_tag>) such as <img>, <area>, <br> to not cause
folding in HTML or XML. Unfortunately the code that does this adds a
space and then trys
tagDontFold = (NULL != strstr("meta link img area br hr input ",s));
which also matches for any tag that shares an end with one of these
such as <a> or <r>. There are comments in the code indicating that
this was temporary and a keyword list should be used.
If Bernd or anyone else is interested, I would like a patch that
uses a keyword list and does not have this problem.
Neil
_______________________________________________
Scintilla-interest mailing list
[email protected]
http://mailman.lyra.org/mailman/listinfo/scintilla-interest