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 - lexer migration for XML formatter
Summary: lexer migration for XML formatter
Status: RESOLVED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Text-Edit (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Samaresh Panda
URL:
Keywords:
Depends on:
Blocks: 122438 126040
  Show dependency tree
 
Reported: 2008-02-13 15:50 UTC by Samaresh Panda
Modified: 2008-02-20 04:56 UTC (History)
1 user (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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