| Summary: | provide a way of supplying the literal string of a match to the text styler | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Grant Gayed <grant_gayed> |
| Component: | Client | Assignee: | Grant Gayed <grant_gayed> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | Silenio_Quarti |
| Version: | 5.0 | ||
| Target Milestone: | 6.0 M1 | ||
| Hardware: | PC | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Grant Gayed
Fixed > 20140321, commit: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=faf67c9312ef0ab2fee6a5ad9d6b84c240622665 . Also updated several of Orion's syntax.js files to provide literal strings for comment matches. Examples: match: {match: "//.*", literal: "//"} begin: {match: "/\\*\\*", literal: "/**"} end: {match: "\\*/", literal: "*/"} Also added TextStylerAccessor.getPatterns(offset) to get all patterns that are applicable at a given offset. |