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 28514 - Rewrite settings (@deprecated SystemOption)
Summary: Rewrite settings (@deprecated SystemOption)
Status: NEW
Alias: None
Product: xml
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: All All
: P4 blocker (vote)
Assignee: issues@xml
URL:
Keywords:
Depends on:
Blocks: 27163
  Show dependency tree
 
Reported: 2002-11-06 10:28 UTC by _ lkramolis
Modified: 2005-01-13 18:10 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 _ lkramolis 2002-11-06 10:28:25 UTC
Rewrite all SystemOption settings to common
JavaBean and use Settings Convertors API. Where
possible keep backward compatability.

http://www.netbeans.org/download/dev/javadoc/SettingsAPIs/org/netbeans/spi/settings/doc-files/api.html
Comment 1 _ pkuzel 2003-07-16 15:48:05 UTC
Another even better approach is to decompose settings objects to
individual properties and store these in Registry Contexts. It's simpler. 

The Registry API will be introduced in NB 4.0 platform.
Comment 2 Jesse Glick 2005-01-13 18:10:40 UTC
Not there yet, not sure when it will be.