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 127319

Summary: lexer migration for XML formatter
Product: xml Reporter: Samaresh Panda <samaresh>
Component: Text-EditAssignee: Samaresh Panda <samaresh>
Status: RESOLVED FIXED    
Severity: blocker CC: tonybeckham
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 122438, 126040    

Description Samaresh Panda 2008-02-13 15:50:19 UTC
All XML modules using Syntax parser (old editor library APIs) will be migrated to lexer. See issue 122438. It will not
be a mass migration, but will be carried out in a phased manner.

This issue is a tracker for XML's code formatting (indentation) algorithm.
Comment 1 Samaresh Panda 2008-02-15 21:44:26 UTC
Added the new lexer based formatter. See http://hg.netbeans.org/main?cmd=changeset;node=834b43f01ed2.
Comment 2 Samaresh Panda 2008-02-15 21:46:56 UTC
Enabled the new lexer based formatter for indentation. See http://hg.netbeans.org/main?cmd=changeset;node=39ad7191ec8b.

There are some minor issues with the formatter. Will enable the formatter as soon as they are fixed.
Comment 3 Samaresh Panda 2008-02-20 04:56:07 UTC
Fix integrated: http://hg.netbeans.org/main?cmd=changeset;node=cdad61b5b4a8