Some HTML/XML related features have been added since 2006. There is now the feature to highlight matching HTML/XML tag as it can be read at
Highlight matching HTML tag and of course code folding (for block elements) is also helpful on good structured HTML files.
But there is still no
Go to to matching tag and also no
Select to matching tag for HTML, XHTML and XML files although that should be not too difficult to implement by the developers of UltraEdit and UEStudio as the
Display XML/HTML tag highlighting already finds out what is the matching tag. It looks like not enough users of UE/UES requested such commands specific for HTML/XHTML/XML.
However, the
Go to to matching brace and
Select to matching brace commands with the modification of
html.uew opened via
Advanced - Settings or Configuration - Editor Display - Syntax Highlighting as described by me at
Highlight matching HTML tag works fine for my needs since many years. That's the reason why I have never requested
Go to to matching tag and
Select to matching tag commands by email to IDM support.
Users like Robert Mark Bram or Rob Dawson wrote macros and scripts like
UltraEdit macro to select HTML/XML tag or
UltraEdit Tag Completion Script (see also
HTML/XML tag completion in UEStudio '11) which I don't use for myself.
The
XML manager could be also helpful in some cases also for HTML file if the HTML file is well structured, i.e. closing tags which are according to HTML standard are optional like
</p> or
</li> are present in HTML file (as required for XHTML). A file is parsed for
XML manager view by default only if being an XML file, but it is possible to right click into
XML manager view and left click in opened context menu on
Parse document to use the
XML manager on an opened HTML file.