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

Bug 405046

Summary: Content Assist _computeProposals should be sending in text and offsets from the base model
Product: [ECD] Orion Reporter: Bogdan Gheorghe <gheorghe>
Component: EditorAssignee: Silenio Quarti <Silenio_Quarti>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: Silenio_Quarti
Version: unspecified   
Target Milestone: 4.0 M2   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Bogdan Gheorghe CLA 2013-04-05 17:26:09 EDT
Currently we are sending in text and offsets from the view model instead of the base model.

So when there are comment regions that are folded they can introduce parse errors 

/* Some Parse Error
*/

becomes:

/* Some Parse Error

We should be sending in the (full) text and offsets from the base model to ensure a correct parse.