| Summary: | Ensure that IDs matching CompassPt keywords are not syntax highlighted. | ||
|---|---|---|---|
| Product: | [Tools] GEF | Reporter: | Alexander Nyßen <nyssen> |
| Component: | GEF DOT | Assignee: | Alexander Nyßen <nyssen> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | 3.10.0 (Mars) M4 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Alexander Nyßen
Add lexical and semantical syntax coloring support: - Refactored grammar to differentiate different ID tokens (string, quoted string, and numeral; html-style ids not yet supported) - Added lexical syntax coloring support that highlights lexer tokens properly (and ensures CompassPt values are not handled as keywords) - Added semantical syntax coloring support, so syntax coloring can be changed via preferences. All changes pushed to origin/master. Resolving this as fixed in 3.10.0M4. |