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 - Options SPI enhancement for Versioning
Summary: Options SPI enhancement for Versioning
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Options&Settings (show other bugs)
Version: 6.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jiri Skrivanek
URL:
Keywords:
Depends on:
Blocks: 97824
  Show dependency tree
 
Reported: 2007-04-02 14:37 UTC by Maros Sandor
Modified: 2008-12-22 11:28 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments
Suggested changes (7.62 KB, text/plain)
2007-04-02 14:38 UTC, Maros Sandor
Details

Note You need to log in before you can comment on or make changes to this bug.
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