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 154448 - comment/uncomment action could be language sensitive
Summary: comment/uncomment action could be language sensitive
Status: VERIFIED FIXED
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 6.x
Hardware: Sun All
: P2 blocker with 2 votes (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-12-03 13:10 UTC by Jindrich Sedek
Modified: 2010-04-13 12:30 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 2008-12-03 13:10:09 UTC
use this code in HTML file:
-----------------
<style type="text/css">
      h1 {
            color: black;
      }
</style>
--------------------------
set cursor into inside style block and invoke toggle comments action -> HTML comment is inserted and syntax error 
appears 
It would be great to use CSS comment in embedded CSS and javascript comment in embedded javascript
Comment 1 Jindrich Sedek 2010-04-13 12:30:25 UTC
already implemented