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

Bug 470589

Summary: Stand alone editor: improve the embedded file service(in memory).
Product: [ECD] Orion Reporter: libing wang <libingw>
Component: ClientAssignee: libing wang <libingw>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 9.0   
Target Milestone: 9.0   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description libing wang CLA 2015-06-19 08:52:26 EDT
We saw several minor issues in the embedded file service(in memory) after integrating the new stand alone editor(alias CodeEdit widget) with Node Red open source project.
1. Problem markers position shift if you modify something but not really save the editor contents. Next time when you open the same contents, the problem marker position uses the cached position.

2. When the editorView.detroy API is called, the file contents in the embedded file service(in memory) is not destroyed.