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

Bug 490731

Summary: [CodeEditWidget] JavaScript tooling does not work
Product: [ECD] Orion Reporter: Sebastian Pahnke <pahnke.sebastian>
Component: JS ToolsAssignee: Michael Rennie <Michael_Rennie>
Status: RESOLVED FIXED QA Contact:
Severity: major    
Priority: P3 CC: curtis.windatt.public, libingw, Michael_Rennie
Version: 12.0   
Target Milestone: 12.0   
Hardware: PC   
OS: Mac OS X   
Whiteboard:

Description Sebastian Pahnke CLA 2016-03-30 16:18:00 EDT
There is no error in the developer console but neither validation nor content assist work in the current Stream Integration Build (I20160329-1509) of the CodeEditWidget. It seems like the JavaScript tooling is never loaded. Tested with the quickstart demo.
Comment 1 Michael Rennie CLA 2016-03-31 12:19:19 EDT
Problem was that scripts in the code edit widget are not in a project, so the Tern project file manager was not sending out a start_server event.

Fixed in:

http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=6aeeaff8fc78d070d1dd0b045caf675b032374cf
Comment 2 libing wang CLA 2016-03-31 13:37:03 EDT
verified in the demoCodeEdit.html for the non built version of code edit. Worked.