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 45965 - Java Language Model too hard-coded into editor?
Summary: Java Language Model too hard-coded into editor?
Status: RESOLVED DUPLICATE of bug 27138
Alias: None
Product: editor
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 4.x
Hardware: Sun SunOS
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-09 04:18 UTC by ivan
Modified: 2007-11-05 13:44 UTC (History)
0 users

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 ivan 2004-07-09 04:18:35 UTC
I tried to disable the Java Language Model module
but couldn't because it turned out that my dbx and
c++ modules were dependent on it. 
I _think_ the dependency is coming through the editor.
I should be able to not have this module enabled
in order to have a pure native  development IDE.
Comment 1 Jan Lahoda 2004-07-09 08:43:39 UTC
Well, the editor truly depends on the Java Language Model (and many
other modules) in order to provide Java specific features. The problem
is that the editor contains not only the editing infrastructure, but
also the particular Java kit (providing the Java specific features).
IMO the only solution is to separate editor module into a language
independent infrastructure and Java specific part (something similar
holds for the HTML part, of course). This is covered by issue #27138,
so maybe this issue is duplicate of it.
Comment 2 Miloslav Metelka 2004-07-22 14:46:09 UTC
Yes, this in fact dup of issue 27138. Once the java editor will be
extracted from the editor module this will become fixed. The editor
split will be done early in promo-E.

*** This issue has been marked as a duplicate of 27138 ***