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 20959 - Control over empty element tag generation
Summary: Control over empty element tag generation
Status: VERIFIED DUPLICATE of bug 19604
Alias: None
Product: xml
Classification: Unclassified
Component: Tree-Edit (show other bugs)
Version: 3.x
Hardware: All Linux
: P3 blocker (vote)
Assignee: _ pkuzel
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-02-27 17:02 UTC by awmobjects
Modified: 2007-11-30 15:15 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 awmobjects 2002-02-27 17:02:39 UTC
I would like the ability to have control over how tags are closed.

Now:  
	<element a >
          	</element a>

Requesting:
	<element a/>
Comment 1 _ pkuzel 2002-02-28 09:39:38 UTC
For _creating new_ empty element it makes sense. We can add an expert
property in general XML settings. The behaviour can be then shared by
text editor completion and the tree editor.
Comment 2 _ pkuzel 2002-02-28 15:39:47 UTC
Setting (CoreSettings.isPreferedShortEmptyElement()) added, clients
are welcome.
Comment 3 _ pkuzel 2002-06-03 12:28:17 UTC
Let these are considered while planning next release.
Comment 4 Marek Grummich 2002-07-19 16:30:56 UTC
Target milestone was changed from not determined to TBD
Comment 5 _ lkramolis 2002-10-01 10:35:25 UTC
Duplicate of issue #19604.

*** This issue has been marked as a duplicate of 19604 ***
Comment 6 Mikhail Matveev 2007-11-30 15:15:47 UTC
Verified duplicate