#10455
Salabim
Participant

Thanks for the reply Stefan.

I’m really staying quite a noob at using EmEditor.
Perhaps i’ve missed it somewhere, but is there actually some kind of “Syntax Highlighting and Syntax Folding” for HTML files like in Notepad++ ?

For example, i’ve nowhere found an option in EmEditor (nor do i know it’s actually possible in EmEditor) to highlight closing tags, including nested ones like the example below. So when the cursor in over some

element, EmEditor will automatically search & highlight the corresponding closing tag.

Example:

<div id="header">
<div id="sitelogo">
<a href="http://fileforum.betanews.com">Fileforum</a>
</div>

<div id="userbox">
<div id="logged_in">
<img class="ypzrfxekdknhxhslwbbn" src="http://images.six.betanews.com/betanews2/bn_defaulticon.png">
<li><a href="http://fileforum.betanews.com/auth/profile">Edit Profile</a></li>
<li><a href="http://fileforum.betanews.com/downloadcart">(0) Download Cart</a></li>
<li><a href="http://fileforum.betanews.com/auth/logout">Log Out</a></li>
</div>
</div>

…. which works out of the box (and wonderfully well) in Notepad++ , a free editor btw.

I have always been glad to have bought this editor, but the lack of usable improvements is starting to make me regret my purchase. :-(