This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 166909 - add HTML comment end tag completion in the same manner as in JSP
Summary: add HTML comment end tag completion in the same manner as in JSP
Status: NEW
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 6.x
Hardware: Sun Linux
: P3 blocker (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks: 235150
  Show dependency tree
 
Reported: 2009-06-11 11:40 UTC by Jindrich Sedek
Modified: 2014-10-06 13:27 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jindrich Sedek 2009-06-11 11:40:39 UTC
in JSP type <%-- some comment -| and invoke cc at position of "|" -> --%> is completed

it would be good to implement the same functionality in HTML:
<!-- some comment -| -> invoke cc and you get <!-- some comment -->