This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 224503

Summary: Ability to navigate to @import by ctrl+clicking
Product: web Reporter: c69
Component: RefactoringAssignee: Marek Fukala <mfukala>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 7.3   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 224505, 224504    

Description c69 2013-01-04 17:52:20 UTC
Example:

We have some folder with 3 files in our project:
- main.css
- main2.css
- ie.css

/** Here is how main.css looks inside */
@import "ie.css";	

/** Here is how main2.css looks inside */
@import url("ie.css");	


When you click path - nothing happens in both cases (both are valid syntax for @import, see: https://developer.mozilla.org/en-US/docs/CSS/@import ).
Would be nice, if you could navigate to the file.
Comment 1 Marek Fukala 2013-01-07 11:13:51 UTC

*** This bug has been marked as a duplicate of bug 154123 ***