Bug 255625 - [syntax coloring][projection] Syntax coloring broken
Summary: [syntax coloring][projection] Syntax coloring broken
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.5   Edit
Hardware: All All
: P2 major (vote)
Target Milestone: 3.5 M4   Edit
Assignee: Dani Megert CLA
QA Contact:
URL:
Whiteboard:
Keywords:
: 256111 (view as bug list)
Depends on:
Blocks:
 
Reported: 2008-11-18 06:39 EST by Dani Megert CLA
Modified: 2008-12-09 08:05 EST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dani Megert CLA 2008-11-18 06:39:33 EST
3.5 M1.

While working on the new link underline style I found out that syntax coloring is broken in some cases. This seems to be the case since 3.5 M1 (works in 3.4.x).

Test Case 1:
1. paste this:
/*
 * Fox
 */
public class C {
}
2. change the comment from Javadoc to block comment
   ==> color doesn't switch from blue to green and back

Test Case 2:
1. paste this:
/*
* Fox
*/
public class Try {
}
2. before '}', paste '/* Fox */'
Comment 1 Dani Megert CLA 2008-11-20 10:19:31 EST
Caused by fix for bug 99200.
Comment 2 Dani Megert CLA 2008-11-20 10:57:25 EST
Fixed in HEAD.
Available in builds > N20081119-2000.
Comment 3 Dani Megert CLA 2008-11-21 09:51:19 EST
*** Bug 256111 has been marked as a duplicate of this bug. ***
Comment 4 Raksha Vasisht CLA 2008-12-09 07:18:24 EST
To be verified with  I20081209-0100.
 
Comment 5 Raksha Vasisht CLA 2008-12-09 07:29:10 EST
Verified with I20081209-0100.
Comment 6 Dani Megert CLA 2008-12-09 08:05:40 EST
See comment 5.