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

Bug 426285

Summary: multi-line matches should resolve begin/end matches on a per-line basis
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 M2   
Hardware: PC   
OS: All   
Whiteboard:

Description Grant Gayed CLA 2014-01-21 12:57:18 EST
Multi-line begin/end regex's are currently matched against the full block of eligible text, which often includes several lines joined by \n's.  These matches should be performed against each individual line in the text instead, to enable the definition of position-dependent regex's (for example, Ruby's =begin/=end MUST occur at the first character of a given line, no leading whitespace is allowed).