Bug 89266 - Java Editor UI is broken with non-java extension support (bug 71460)
Summary: Java Editor UI is broken with non-java extension support (bug 71460)
Status: RESOLVED DUPLICATE of bug 71460
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-28 14:44 EST by Alex Smirnoff CLA
Modified: 2005-03-29 07:17 EST (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alex Smirnoff CLA 2005-03-28 14:44:43 EST
With current effort to support non-java extensions with java content (see bug 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=71460) some problems still exist 
with UI:

- syntax highlight is not working.
- when navigate with ctrl-click the source is colored permanently with blue 
color.

Some time back I was trying make brutal search for ".java" string in UI sources 
and found many like those. With non-java extensions support there should not be 
hardcoded assumption on file extension, but one should consult a core plugin.
Comment 1 Dani Megert CLA 2005-03-29 07:17:07 EST
The Java editor is based on the Java model and there are no plans to go beyond
this. Once the Java model supports to work on non-*.java files the editor will
behave as expected (bug 89240 which binds editors to content-types is planned to
be fixed in M7).

*** This bug has been marked as a duplicate of 71460 ***