I'm really liking the multi-language support, for html (asp) pages with embedded javascript (or other languages).
One thing that none of the editors I've been using handles properly:
We have a number of asp pages which mainly have JavaScript/JScript or VBScript code in them. The headers are defined as follows:
<%@ Language="JScript" %> < !-- #INCLUDE virtual="/path/to/included.asp" --> <% //JScript code here %>
with 0 or more #INCLUDE lines.
Some are also interleaved with html or xml/xsl, but because they include the proper headers the markup language is recognized properly.
In Komodo, it seems hit or miss if it will actually parse the syntax correctly.
If it would handle this properly, it would definitely trump all of the other editors I've used in terms of handling html/asp pages.
Currently Komodo does not support .asp syntax, although this could be added with an extension. We do not have any plans to do this currently.
--
JeffG