| Summary: | Need a stand alone syntax highlighter. | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | libing wang <libingw> |
| Component: | Client | Assignee: | Grant Gayed <grant_gayed> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 5.0 | ||
| Target Milestone: | 5.0 M2 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 424866 | ||
|
Description
libing wang
The fix for Bug 425457 work well for readonly file system. If we can't have a perfect solution shortly, I think I can somehow copy the array defined in the plugin and pass it as hard coded. It is not urgently blocking me now because I am using a fake one. Fixed > 20130115, commit: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=e06ad033cf09495b71bef4f0255d397ede2b2971 . For an example of supplying the new text styler with a grammar that has come from the editor package (not via plug-in) see http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/tree/bundles/org.eclipse.orion.client.editor/web/examples/editor/edit.html?id=e06ad033cf09495b71bef4f0255d397ede2b2971#n38 . Cool, Grant. I will use the new stylers. |