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

Summary: Rewrite settings (@deprecated SystemOption)
Product: xml Reporter: _ lkramolis <lkramolis>
Component: CodeAssignee: issues@xml <issues>
Status: NEW ---    
Severity: blocker    
Priority: P4    
Version: 3.x   
Hardware: All   
OS: All   
Issue Type: TASK Exception Reporter:
Bug Depends on:    
Bug Blocks: 27163    

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.