[ 
https://issues.apache.org/jira/browse/NETBEANS-2763?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16878716#comment-16878716
 ] 

Pavel Selivanov commented on NETBEANS-2763:
-------------------------------------------

I just tested different versions of bootstrap4 and the last working css is from 
4.1.3.

In 4.2.0 autocompletion is broken.

I attached the diff between the two versions and here is a release notes: maybe 
it will help to identify the problem:

Here are the highlights of what's new and updated in v4.2.
 * *New:* Added a new spinner loading component.
 * *New:* Added new toast component for displaying notifications.
 * *New:* Added a new iOS style switch (a modifier class to our custom 
checkboxes).
 * *New:* Added touch support in our carousel component.
 * *New:* Added {{.font-weight-lighter}} and {{.font-weight-bolder}} utilities.
 * *New:* Added {{.text-decoration-none}} utility class.
 * *New:* Added {{.modal-xl}} modifier class for our modals.
 * *New:* Added new negative margin utility classes (e.g., {{.mb-n3}}). These 
rad new classes not only allow you more control over your general spacing 
needs, but also allow you to create responsive grid gutters at each breakpoint.
 * *New:* Validated form fields now have feedback icons on {{:invalid}} and 
{{:valid}} fields. Disable them with the {{$enable-validation-icons}} boolean 
Sass variable (defaults to {{true}}).
 * *New:* Added a new versions page to our docs
 * *New:* Tooltips/Popovers work with Shadow DOM
 * *Updated:* Redesigned the custom checkboxes and radios for more obvious 
states.
 * *Updated:* {{bootstrap-grid.css}} now includes our {{margin}} and 
{{padding}} utilities for full control of our grid system.
 * *Updated:* Changed auto columns (e.g., {{.col-auto}}) from {{max-width: 
none}} to {{max-width: 100%}} to prevent content from causing a column to 
overflow the parent.
 * *Updated:* Improved rendering of custom selects, ranges, file input, and 
more.

> css autocompletion not working
> ------------------------------
>
>                 Key: NETBEANS-2763
>                 URL: https://issues.apache.org/jira/browse/NETBEANS-2763
>             Project: NetBeans
>          Issue Type: Bug
>         Environment: Product Version: Apache NetBeans IDE 11.1
> Java: 12.0.1; OpenJDK 64-Bit Server VM 12.0.1+12-Ubuntu-1
> Runtime: OpenJDK Runtime Environment 12.0.1+12-Ubuntu-1
> System: Linux version 5.0.0-19-generic running on amd64; UTF-8; en_US (nb)
>            Reporter: Pavel Selivanov
>            Priority: Major
>         Attachments: Hello12.zip, Screen Shot 2019-07-04 at 14.11.30.png, 
> Screen Shot 2019-07-04 at 15.25.01.png, Screenshot from 2019-07-04 
> 16-33-43.png, Screenshot from 2019-07-04 16-33-57.png, Screenshot from 
> 2019-07-04 16-33-57.png, Screenshot from 2019-07-04 16-34-06.png, Screenshot 
> from 2019-07-04 16-34-06.png, autocompletion_test.tar.gz, 
> bootstrap_4.1.3_to_4.2.0.diff, bootstrap_400_431.diff
>
>
> Hi guys. I decided to test Netbeans 11.1 a little, created simple html5 
> project, added index.html, bootstrap 4.3.1 css and my own style.css plus some 
> js.
> I found that class/id completion in bootstrap.css is not working (though i 
> don't see any errors neither in parsing nor in NB itself). Class and id 
> completion in style.css is working for style.css and index.html (parser was 
> able to work with these files). But nothing works with bootstrap.css (not 
> even autocompletion for classes inside this file). So looks like NB silently 
> fails to parse it. Please fix.
> It's a clean NB 11.1 beta2 install, without importing plugins from previous 
> NB versions. (just tested the same in beta3, still an issue)



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to