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

Bug 425707

Summary: TODO tag not recognized when followed by a colon
Product: [ECD] Orion Reporter: Mark Macdonald <mamacdon>
Component: EditorAssignee: Grant Gayed <grant_gayed>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 5.0   
Target Milestone: 5.0 M2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Mark Macdonald CLA 2014-01-14 17:49:36 EST
In an Orion JS file, the following form is styled as a "TODO" tag:
// TODO something

... But this is not:
// TODO: something

I expected both forms to be styled as a "TODO".
Comment 1 Grant Gayed CLA 2014-01-15 12:37:28 EST
I checked Eclipse for precedent and found that most non-alphanumeric chars can be here, so the TODO match's end-bound is now a word boundary.

Fixed > 20130115, commit: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=53ec05e174fb3aa9ac6d87e165ea9903268b1fbf .