| Summary: | Bad styling in acorn/acorn_loose.js | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Michael Rennie <Michael_Rennie> |
| Component: | JS Tools | Assignee: | Grant Gayed <grant_gayed> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | grant_gayed, ken_walker, Silenio_Quarti |
| Version: | 5.0 | Flags: | Silenio_Quarti:
review+
ken_walker: review+ |
| Target Milestone: | 5.0 RC3 | ||
| Hardware: | PC | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Michael Rennie
Proposed styling rules to add: JS: match: "/(?![\\s])(?:\\\\.|[^/])+/(?![/*])(?:[gimy]\\b)?", name: "string.regexp.js" Ruby: match: "/(?![\\s])(?:\\\\.|[^/])+/(?:[ioxmuesn]\\b)?", name: "string.regexp.ruby" (In reply to Grant Gayed from comment #1) Actually I agreed to a small change in the JS one: match: "/(?![\\s])(?:\\\\.|[^/])+/(?![/*])(?:[gim]\\b)?", Fixed > 20140219, commit http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=cbac295ed67bf430e419d4acd6fe1fa3941a3907 . Change also applied to the R5.0RC2_maintenance branch. |