| Summary: | Provide JS tools as their own plugin | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Michael Rennie <Michael_Rennie> |
| Component: | JS Tools | Assignee: | Michael Rennie <Michael_Rennie> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | curtis.windatt.public |
| Version: | unspecified | ||
| Target Milestone: | 5.0 M1 | ||
| Hardware: | PC | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 421176 | ||
|
Description
Michael Rennie
I pushed the creation of the plugin here: https://github.com/mrennie/orion.client (In reply to Michael Rennie from comment #1) > I pushed the creation of the plugin here: > https://github.com/mrennie/orion.client I moved the work to its own branch: https://github.com/mrennie/orion.client/tree/bug419984 Pushed the new plugin to Gerrit: https://git.eclipse.org/r/18050 This is going to need a bunch of testing as I had to bring together a few commits from github to make this one commit for Gerrit. The new bundle moves: 1. The declaration of the javascript content type into the plugin 2. The javascript AST provider - removing the Esprima AST provider plugin 3. The javascript mark occurrences - removes the Esprima mark occurrences plugin 4. The javascript images for the content type Additionally provides: 1. the wiring for the JSDoc outline The new bundle has been merged via Gerrit |