Bug 178837 - Color syntax highlighting issues in SML-IF editor
Summary: Color syntax highlighting issues in SML-IF editor
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Cosmos (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: David Whiteman CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-03-22 13:24 EDT by David Whiteman CLA
Modified: 2012-01-03 13:46 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Whiteman CLA 2007-03-22 13:24:49 EDT
When the first attribute of an element appears on a different line, the color syntax highlighting is off.  To test this, put a line break between the element name and its first attribute, such as on the locator tag.  Making text edits in general in that third tab results in some very flaky colorizing.
Comment 1 David Whiteman CLA 2007-07-09 12:43:03 EDT
Since most configurations of Eclipse 3.3 downloadable from eclipse.org now include the XML editor from WTP, I'm wondering if the simplest solution is to figure out how to subclass that editor for the last page of our editor.  Hopefully they would have the syntax highlighting worked out.  We'd probably have to employ some sort of pattern so we could handle the case where WTP isn't available.