| Summary: | [Hover][CSS] Provide file navigation hover for @import rules | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Michael Rennie <Michael_Rennie> |
| Component: | Client | Assignee: | Michael Rennie <Michael_Rennie> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | curtis.windatt.public, emoffatt |
| Version: | 8.0 | ||
| Target Milestone: | 8.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
Support added for relative lookups: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=55bf7622cb5d266c9b3f3f4489c5d6a243ef1466 I pushed some updates to use the new token stream from bug 454485, as well as added support for http-qualified paths and successive literal and url(..) paths. There is also some additional hover support to show images for background-image rules. Fix + all tests pass: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=75ef624ad27cbf8b9235f19bc2d2c54cee6f62a3 I'm going to mark this fixed, additional hover support can be in their own bugs. |
We should provide navigation hover for CSS @import rules: 1. @import 'url'; 2. @import url('url');