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 205842 - Improve o.o.text.Annotation management performance (rewrite o.n.editor.Annotations)
Summary: Improve o.o.text.Annotation management performance (rewrite o.n.editor.Annota...
Status: RESOLVED DUPLICATE of bug 197747
Alias: None
Product: editor
Classification: Unclassified
Component: Painting & Printing (show other bugs)
Version: 7.2
Hardware: PC All
: P3 normal (vote)
Assignee: Miloslav Metelka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-02 12:46 UTC by Miloslav Metelka
Modified: 2011-12-02 12:53 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 Miloslav Metelka 2011-12-02 12:46:57 UTC
Possible improvements:
1) Have just a single list of all annotations ordered by position
2) Resolve relations of annotations that will be displayed on a single line lazily upon request to display them. Once displayed maintain a structure that will manage cycling of annos etc.
3) If possible make a common data model with AnnotationView.
Comment 1 Miloslav Metelka 2011-12-02 12:53:08 UTC
Oops, this is in fact similar to issue #197747 so marking as dup.

*** This bug has been marked as a duplicate of bug 197747 ***