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 141939 - lexer migration for XML brace matching
Summary: lexer migration for XML brace matching
Status: RESOLVED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Samaresh Panda
URL:
Keywords:
Depends on:
Blocks: 122438
  Show dependency tree
 
Reported: 2008-07-28 19:48 UTC by Samaresh Panda
Modified: 2008-07-29 03:53 UTC (History)
0 users

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-07-28 19:48:15 UTC
XML brace matching needs to be migrated:
1. To use the new brace matching infrastructure (issue 103017)
2. Rewrite XML implementation to use Lexer instead of SyntaxSupport.
Comment 1 Samaresh Panda 2008-07-28 20:23:31 UTC
Migrated: http://hg.netbeans.org/main/rev/650ca3328372.
Comment 2 Samaresh Panda 2008-07-28 20:59:09 UTC
One more: http://hg.netbeans.org/main/rev/cb0ce541ec29.
Comment 3 Quality Engineering 2008-07-29 03:53:53 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #352 build
Changeset: http://hg.netbeans.org/main/rev/650ca3328372
User: samaresh@netbeans.org
Log: #141939 lexer migration for XML brace matching