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 - Load css classes from internet
Summary: Load css classes from internet
Status: RESOLVED DUPLICATE of bug 218380
Alias: None
Product: web
Classification: Unclassified
Component: HTML Editor (show other bugs)
Version: 8.0.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: Milutin Kristofic
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-10-12 11:49 UTC by fiala.premysl
Modified: 2016-05-18 07:47 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 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 ***