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 - Remove dependency on org.openide.options
Summary: Remove dependency on org.openide.options
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Settings (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords: API
Depends on: 90403
Blocks: 77030 103759 103776
  Show dependency tree
 
Reported: 2007-05-11 15:32 UTC by mslama
Modified: 2008-06-19 08:49 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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