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 22444 - glyphs should be serialized.
Summary: glyphs should be serialized.
Status: VERIFIED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Text (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: David Konecny
URL:
Keywords: ARCH
Depends on:
Blocks: 21748
  Show dependency tree
 
Reported: 2002-04-15 14:48 UTC by Jan Jancura
Modified: 2008-12-22 18:45 UTC (History)
1 user (show)

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Jancura 2002-04-15 14:48:37 UTC
We have to load all breakpoints during startup, to
find editor glyphs (breakpoints). It will be
better if editor will save them itself and ask
glyph provider is glyph is stil active.
Comment 1 Marek Grummich 2002-07-22 11:22:22 UTC
Set target milestone to TBD
Comment 2 Marek Grummich 2002-07-22 11:24:31 UTC
Set target milestone to TBD
Comment 3 Peter Zavadsky 2002-11-18 10:39:21 UTC
Adding ARCH keyword. 
I'd like to know what component is supposed to serialize those things.
Whether it is right that debugger keeps it, or if really editor
support should serialize them? The second seems to me it is not the
desired behaviour.
Comment 4 Jaroslav Tulach 2002-11-18 13:10:37 UTC
It is definitively bad that debugger module has to do some work during
startup. Doing that only because one needs to initialize breakpoints
(especially for not opened editor windows) is bad. In my opinion the
editor infrastructure should remember all (persistent) glyphs and
initialize them only when needed. 

Comment 5 Marian Mirilovic 2002-12-06 17:18:07 UTC
reassigne to David K., new owner of editor
Comment 6 David Konecny 2003-04-30 11:08:44 UTC
I might be missing something but from the short description of the
problem I tend to disagree with this enhancement. The debugger has to
persist breakpoints with their specific data anyway and so it seems to
me natural that debugger should add/remove annotations to a document
and be responsible for their persistence.

If there is no way to learn when the document is opened in editor and
when the breakpoints should be deserialized and shown then file
separate issue.
Comment 7 Marian Mirilovic 2003-07-25 18:35:45 UTC
Agreed with David's solution - verifying.