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 - Ability to navigate to @import by ctrl+clicking
Summary: Ability to navigate to @import by ctrl+clicking
Status: RESOLVED DUPLICATE of bug 154123
Alias: None
Product: web
Classification: Unclassified
Component: Refactoring (show other bugs)
Version: 7.3
Hardware: All All
: P3 normal (vote)
Assignee: Marek Fukala
URL:
Keywords:
Depends on:
Blocks: 224505 224504
  Show dependency tree
 
Reported: 2013-01-04 17:52 UTC by c69
Modified: 2013-01-07 11:13 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***