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 67219 - move some general settings/options code from Java module to new language independent module
Summary: move some general settings/options code from Java module to new language inde...
Status: NEW
Alias: None
Product: java
Classification: Unclassified
Component: Editor (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Dusan Balek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-20 15:42 UTC by Vladimir Voskresensky
Modified: 2010-09-23 08:35 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 Vladimir Voskresensky 2005-10-20 15:42:23 UTC
Usecase:
 - we need to implement C/C++ support
 - we have code formating
 - we have code folding

Now there are a lot of settings defined in java modules which in fact we have to
Copy&Paste for another languages to prevent depending on Java module.
for example we copied almost all from:
JavaSettingsDefaults.java and JavaSettingsNames.java
to our C/C++ editor support.
also we duplicated BracketCompletion.java content.