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 242095 - Smarter uncomment in xml file
Summary: Smarter uncomment in xml file
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: Text-Edit (show other bugs)
Version: 8.0
Hardware: PC Windows 7
: P2 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-02-19 13:48 UTC by lforet
Modified: 2015-04-07 09:11 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 lforet 2014-02-19 13:48:11 UTC
Uncomment of the following line :

<!--mytag commented="true" /-->

result in :

mytag commented="true" /

It will be nice to have a smarter uncomment action that will result in :

<mytag commented="true" />