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 255869

Summary: Load css classes from internet
Product: web Reporter: fiala.premysl
Component: HTML EditorAssignee: Milutin Kristofic <mkristofic>
Status: RESOLVED DUPLICATE    
Severity: normal    
Priority: P3    
Version: 8.0.2   
Hardware: PC   
OS: Windows 7   
Issue Type: ENHANCEMENT Exception Reporter:

Description fiala.premysl 2015-10-12 11:49:15 UTC
It would be great, if Netbeans could map classes in online CDNs.

Scenario:
- Using online CDN, like this one for Bootstrap:
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.5/css/bootstrap-theme.min.css">

- Have some Bootstrap classes used:
<div class="bootstrap-class">....

I got (false) warning that class "bootstrap-class" is not found.
Comment 1 lolka_bolka 2016-05-18 07:47:54 UTC

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