| Summary: | editor content styling: investigate allowing multi-line regex matches (?m) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Grant Gayed <grant_gayed> | ||||
| Component: | Client | Assignee: | Grant Gayed <grant_gayed> | ||||
| Status: | RESOLVED WONTFIX | QA Contact: | |||||
| Severity: | normal | ||||||
| Priority: | P3 | ||||||
| Version: | 5.0 | ||||||
| Target Milestone: | --- | ||||||
| Hardware: | PC | ||||||
| OS: | All | ||||||
| Whiteboard: | |||||||
| Attachments: |
|
||||||
Closing as part of a mass clean up of inactive bugs. Please reopen if this problem still occurs or is relevant to you. For more details see: https://dev.eclipse.org/mhonarc/lists/orion-dev/msg03444.html |
Created attachment 241071 [details] patch - would enable styling of cases like markdown huge headers - could give performance improvement as a result of not having to break up lines in _findMatch() (let the native regex do this) - would require modification to damage strategy, because it currently assumes that only the current line is affected when a match: pattern match becomes unmatched due to a model change - patch is attached, includes a pattern in the js grammar for detection of a markdown huge header