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

Bug 464915

Summary: probable exception happening in text styler
Product: [ECD] Orion Reporter: Grant Gayed <grant_gayed>
Component: EditorAssignee: Grant Gayed <grant_gayed>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 8.0   
Target Milestone: 9.0   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Grant Gayed CLA 2015-04-17 15:59:42 EDT
- open a swift file and paste the following on a new line:

this true

- the text is inserted but the caret is placed after "this"
- type some characters and note that they're inserted at the end of the line
- doesn't happen for other language stylings, so is likely a text styler bug that is exposed by the Swift grammar
- no exception is displayed or detected in the console, so need to trace through what's happening