Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 422708

Summary: incorrect syntax highlighting when 2+ multi-line matches occur on a single line
Product: [ECD] Orion Reporter: Grant Gayed <grant_gayed>
Component: ClientAssignee: Grant Gayed <grant_gayed>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 5.0   
Target Milestone: 5.0 M1   
Hardware: PC   
OS: All   
Whiteboard:

Description Grant Gayed CLA 2013-11-27 15:28:53 EST
test case:

/*comment 1*/ /*comment 2*/ I should not be a comment

Creating a single-line rule from a defined multi-line rule is failing here.  TextStyler._parse probably needs to treat multi-line rules specially (match begin first and then match end separately).