rostanek / freemarker-support-for-netbeans

FreeMarker support for NetBeans including syntax coloring, parsing etc. new features will be added soon.
GNU General Public License v3.0
19 stars 7 forks source link

Not possible to recognize open and closing html tag #13

Open Chris2011 opened 8 years ago

Chris2011 commented 8 years ago

When I have this snippet:

<div>
   <#if anything>
      <div><div>
   </#if>
</div>

the selection of open and closed div tag, when my cursor is inside the

works only for this closing tag and not for the whole. It is only working for the ftl. So when I select the if or set my cursor inside the if tag, the selection (Underlining text until the closing tag) is working, but not for the HTML. I think this is related to this bug: #12 that the HTML is an embedded language. The other thing is, it is not possible anymore to toggle tags, because there is no plus/minus icon in front of the line anymore. But I can create a new ticket for this.