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

Bug 423745

Summary: Single quoted strings containing escaped quote are not highlighted properly
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: EditorAssignee: Grant Gayed <grant_gayed>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 3.0   
Target Milestone: 5.0 M2   
Hardware: PC   
OS: All   
Whiteboard:

Description Mark Macdonald CLA 2013-12-10 14:48:32 EST
This is identical to bug 422705 except it applies to strings delimited by single quotes.

For example, create a .js file containing the string
'bob\'s house'

The string is highlighted as a string only up to the escaped single quote.
Comment 1 Grant Gayed CLA 2013-12-12 12:53:37 EST
Fixed > 20131212, commit: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=6926d313a39d3e72d1f3df94b7cedd2bf56addae (requires re-load of Orion Web Editing Plug-in).
Comment 2 Grant Gayed CLA 2014-01-17 13:22:47 EST
One more commit > 20130117, for multi-line strings (both single- and double-quoted): http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=2317a1cfc6d37bb44cb2e187f4b056d149159537 .
Comment 3 Grant Gayed CLA 2014-01-17 13:23:12 EST
> 20140117