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 195078 - Closing XML Tags are not automatically outdented to appropriate indentation level when on a new line
Summary: Closing XML Tags are not automatically outdented to appropriate indentation l...
Status: RESOLVED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 7.0
Hardware: All All
: P3 normal (vote)
Assignee: Svata Dedic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-04 22:02 UTC by esmithbss
Modified: 2012-02-07 20:46 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description esmithbss 2011-02-04 22:02:56 UTC
Product Version = NetBeans IDE Dev (Build 201102030000)
Operating System = Windows XP version 5.1 running on x86
Java; VM; Vendor = 1.6.0_22
Runtime = Java HotSpot(TM) Client VM 17.1-b03

When manually typing a new closing tag on a new line within a file, the tag is not automatically outdented from the current indentation level.
Comment 1 Svata Dedic 2012-02-07 20:46:22 UTC
Fixed by jet-main #0b7a216c592c - after typing or auto-completing end tag, the line is reindented.