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 99689

Summary: Options SPI enhancement for Versioning
Product: platform Reporter: Maros Sandor <msandor>
Component: Options&SettingsAssignee: Jiri Skrivanek <jskrivanek>
Status: VERIFIED FIXED    
Severity: blocker    
Priority: P1    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 97824    
Attachments: Suggested changes

Description Maros Sandor 2007-04-02 14:37:25 UTC
Options for Versioning modules need to be under a common category "Versioning"
and there is currently no support in the Options SPI for doing that. I therefore
request an enhancement in the API. I am attaching suggested changes to the API
and also a partial implementation patch.

UI spec:
http://ui.netbeans.org/docs/ui/VersioningSpecification/VersioningOptionSettings.html
Comment 1 Maros Sandor 2007-04-02 14:38:27 UTC
Created attachment 40260 [details]
Suggested changes
Comment 2 Antonin Nebuzelsky 2008-04-15 17:20:07 UTC
Reassigning to new module owner jskrivanek.
Comment 3 Maros Sandor 2008-04-16 10:00:40 UTC
I have another RFE for versioning that is related to this RFE. If you have an options panel in say
Advanced/Versioning/Diff, make it possible to open it with
OptionsDisplayer.getDefault().open("Advanced/Versioning/Diff"). Now it is only possible to open
OptionsDisplayer.getDefault().open("Advanced")
Comment 4 Jiri Skrivanek 2008-05-29 14:43:20 UTC
Fixed as issue 109538.
Comment 5 Lukas Hasik 2008-07-01 10:13:39 UTC
v