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 68864 - suggestions to use editor.modules in platform based apps
Summary: suggestions to use editor.modules in platform based apps
Status: NEW
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-16 23:30 UTC by santhosh
Modified: 2011-06-23 08:16 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description santhosh 2005-11-16 23:30:05 UTC
I am very glad to see that you guys have removed the java and form modules
dependency for editor.options module in 5.0 beta2.

I still have 2 suggestions:

1: don't show the "view package as" option if
"org.netbeans.modules.java.project.PackageViewSettings" class is not found.

currently it logs ClassNotFoundException to logfile and still shows this option.

2: don't show the "Indentation" tab in Editor option if there is no EditorKit
installed for "text/java" contenttype

Above two changes will not effect the Netbeans IDE, but still allow
editor.options module to use in platform based applications.

currently I find only these two options unrelated to normal applications.
Comment 1 santhosh 2005-11-16 23:31:10 UTC
currently I have to create a patch jar for this module so that i can hide them :(
Comment 2 Jan Jancura 2005-11-30 20:11:06 UTC
To late for nb5.0. Doable for the next release.