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 103774

Summary: Remove dependency on org.openide.options
Product: editor Reporter: mslama <mslama>
Component: SettingsAssignee: Vitezslav Stejskal <vstejskal>
Status: RESOLVED FIXED    
Severity: blocker CC: issues, tor
Priority: P3 Keywords: API
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on: 90403    
Bug Blocks: 77030, 103759, 103776    

Description mslama 2007-05-11 15:32:26 UTC
WARNING [org.netbeans.core.modules]: the module org.netbeans.modules.languages
uses org.openide.options which is deprecated: Use org.openide.util.NbPreferences
instead.
Comment 1 Jan Jancura 2007-05-14 12:52:28 UTC
Not fixable on my side, changes in editor code needed. 
Can you provide some replacement for getCodeFoldingEnable property, please?
I have CodeCompletionProvider registerred, so code folding bar should be visible
by default for me....
Comment 2 Jiri Prox 2008-04-11 00:44:19 UTC
moving opened issues from TM <= 6.1 to TM=Dev
Comment 3 Vitezslav Stejskal 2008-06-19 08:49:04 UTC
Fixed by #90403, neither languages.engine nor gsf use o.o.options.