Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 457874

Summary: [Hover][CSS] Provide file navigation hover for @import rules
Product: [ECD] Orion Reporter: Michael Rennie <Michael_Rennie>
Component: ClientAssignee: 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:

Description Michael Rennie CLA 2015-01-19 14:29:39 EST
We should provide navigation hover for CSS @import rules:

1. @import 'url';
2. @import url('url');
Comment 2 Michael Rennie CLA 2015-01-20 22:24:36 EST
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.