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 125055 - XMLFoldManager : remove dependency on DocumentModel
Summary: XMLFoldManager : remove dependency on DocumentModel
Status: RESOLVED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: Text-Edit (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Samaresh Panda
URL:
Keywords:
: 127323 (view as bug list)
Depends on:
Blocks: 101156 116806
  Show dependency tree
 
Reported: 2008-01-10 19:30 UTC by Samaresh Panda
Modified: 2008-02-13 18:04 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-01-10 19:30:17 UTC
XMLFoldManager uses an implementation of DocumentModel. In other words, it uses XMLSyntaxParser and old editor APIs.
There are several issues with that and after discussions we have decided to remove that dependency and rewrite xml fold.
This will help solve several issues particularly some on performance.
Comment 1 Samaresh Panda 2008-02-08 04:28:30 UTC
Fix integrated: http://hg.netbeans.org/main/rev/26fbf1aa6d3a
The fold manager is completely re-written using lexer. It doesn't use the document model anymore.
Comment 2 Samaresh Panda 2008-02-13 18:04:18 UTC
*** Issue 127323 has been marked as a duplicate of this issue. ***