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 190870

Summary: Completion+refactoring for CSS URLs
Product: web Reporter: bht <bht>
Component: CSS EditorAssignee: Marek Fukala <mfukala>
Status: RESOLVED FIXED    
Severity: normal CC: lxlyons
Priority: P2    
Version: -S1S-   
Hardware: PC   
OS: Windows Vista   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 235151    

Description bht 2010-10-10 00:45:39 UTC
Please add support in the editor, and in other infrastructure for background image URLs like:

body{
    background: #ffffff url(../images/background.gif);
}

It would be nice to get code completion for entering URLs and all other (future?) support that images have in HTML source files, like indexing, refactoring and so on.
Comment 1 bht 2011-02-01 09:18:01 UTC
.someSelector{
    background-image: url(../images/background.gif);
}
Comment 2 Marek Fukala 2012-11-02 06:02:26 UTC
*** Bug 221286 has been marked as a duplicate of this bug. ***
Comment 3 Marek Fukala 2013-09-09 15:57:10 UTC
code completion in urls done in web-main#e6e539832388 along with fixing plenty of file value completion bugs.
Comment 4 Marek Fukala 2013-09-09 15:58:09 UTC
already done today: issue 154123 - Hyperlinking in css URLs 

will also try to implement the refactoring.
Comment 5 Quality Engineering 2013-09-10 05:00:35 UTC
Integrated into 'main-silver', will be available in build *201309100337* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/e6e539832388
User: Marek Fukala <mfukala@netbeans.org>
Log: #190870 - code completion in css urls
Comment 6 Marek Fukala 2013-09-10 09:41:59 UTC
changeset:   263472:a2269cf0b554
summary:     #190870 - find usages and refactoring for files refered by CSS URIs and string value in @import
Comment 7 Quality Engineering 2013-09-11 01:41:44 UTC
Integrated into 'main-silver', will be available in build *201309110001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)

Changeset: http://hg.netbeans.org/main-silver/rev/a2269cf0b554
User: Marek Fukala <mfukala@netbeans.org>
Log: #190870 - find usages and refactoring for files refered by CSS URIs and string value in @import