| Summary: | Editor not loading | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Mark Macdonald <mamacdon> |
| Component: | Editor | Assignee: | Mark Macdonald <mamacdon> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 5.0 | ||
| Target Milestone: | 5.0 M2 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
I downloaded the "I201401130957" build. This file in the build: > orion\eclipse\plugins\org.eclipse.orion.client.editor_1.0.0.v20140110-2308\web\orion\editor\contentAssist.js does not match what is in the git repo: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/plain/bundles/org.eclipse.orion.client.editor/web/orion/editor/contentAssist.js Search for "setEditorContextProvider" -- there should be a match, but in the built version of this file, there is no match. This missing change is what broke the editor. Fixed. Was apparently a problem with the auto-tagger. The tag it created had missed a commit that should've been in it (possibly because several commits in a row had the same HH:MM stamp). Pointing the .map file at a correct tag fixed the build. http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=a673974 |
1. Go to orion.eclipse.org 2. Click on a .js file 3. The editor doesn't load The error is: > TypeError {stack: (...), message: "Object #<Object> has no method 'setEditorContextProvider'"}