[jira] [Created] (NETBEANS-2634) Unicode-range unexpected token PLUS found

2019-06-03 Thread Joshua Bakker (JIRA)
Joshua Bakker created NETBEANS-2634:
---

 Summary: Unicode-range unexpected token PLUS found
 Key: NETBEANS-2634
 URL: https://issues.apache.org/jira/browse/NETBEANS-2634
 Project: NetBeans
  Issue Type: Bug
  Components: web - CSS Editor
Affects Versions: 11.0
Reporter: Joshua Bakker
 Attachments: bug_netbeans_css.png

I hope this issue is correctly created. So, I'm using Apache NetBeans 11.0 for 
my webdevelopment. When I see red lines, I want to go ahead and fix the code. 
However, in one .css file I see red lines even under correct code.

For example, I have this CSS:
{code:java}
@font-face {
font-family: 'Open Sans';
font-style: normal;
font-weight: 300;
src: local('Open Sans Light'), local('OpenSans-Light'), 
url(https://fonts.gstatic.com/s/opensans/v16/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.woff2)
 format('woff2');
font-display: swap;
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, 
U+FE2E-FE2F;
}
{code}
According to W3C CSS validator, the unicode-range line is correct. However, 
NetBeans puts a red line underneath it with the error (example of the error of 
the red line underneath the first +: "unexpected token PLUS found")

As far as I know, this could be maybe because of NetBeans using a too low CSS 
version but I'm not 100% sure. See the attachment for a better view of what I 
mean.



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

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



[jira] [Created] (NETBEANS-2611) MySQL connection doesn't use just one database and autocomplete doesn't work

2019-05-29 Thread Joshua Bakker (JIRA)
Joshua Bakker created NETBEANS-2611:
---

 Summary: MySQL connection doesn't use just one database and 
autocomplete doesn't work
 Key: NETBEANS-2611
 URL: https://issues.apache.org/jira/browse/NETBEANS-2611
 Project: NetBeans
  Issue Type: Bug
  Components: db - MySQL
Affects Versions: 11.0
 Environment: Windows 8.1, MySQL 5.5, Netbeans 11.0
Reporter: Joshua Bakker
 Attachments: bug_autocomplete.png, connection_properties.png

I'm developing in PHP in Netbeans (which works fine). Since I'm using MySQL I 
tried making a database connection to my database locally, in order to 
"autocomplete" queries.

The problem is, I created my database connection (database URL is 
jdbc:mysql://localhost:3306/CMS?zeroDateTimeBehavior=convertToNull) and CMS is 
obviously the database.

However, when the connection is created I can see all my databases, and when I 
try to autocomplete in a query, all I'm seeing is _headers _(_alias to 
UNKNOWN__) 

Steps I took:
 # Went over to the Services tab
 # Right mouseclick on Databases -> New connection
 # Select MySQL (Connector/J driver)
 # Database: CMS (after clicking Next
 # Select schema:  (can't select anything, after clicking Next)
 # Click Next

I didn't have problems with it in Netbeans 10 IIRC. I've attached a screenshot 
of how my autocomplete looks like and the properties of my connection. In case 
I need to provide something else or clear something up I'll be willing to.



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

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



[jira] [Commented] (NETBEANS-2544) Unexcepted token WS (@import rule)

2019-05-16 Thread Joshua Bakker (JIRA)


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

Joshua Bakker commented on NETBEANS-2544:
-

Oops, I must've read over that, yes that fixed it.

> Unexcepted token WS (@import rule)
> --
>
> Key: NETBEANS-2544
> URL: https://issues.apache.org/jira/browse/NETBEANS-2544
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Joshua Bakker
>Priority: Minor
> Attachments: bug_netbeans.PNG, nb-10-css-import.png
>
>
> When an "@import" is used in CSS files, the CSS files will mark it as an 
> error.
> For example, the following line:
> {code:java}
> @import 
> url("//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css");
> {code}
> Will result in a red line between @import and url, saying the error 
> "Unexcepted token WS", when the line in fact is a valid line. Even Internet 
> Explorer 5.5 has full support for it, meaning that it's fully supported and 
> should be marked as valid in Netbeans.



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

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



[jira] [Closed] (NETBEANS-2544) Unexcepted token WS (@import rule)

2019-05-16 Thread Joshua Bakker (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joshua Bakker closed NETBEANS-2544.
---
Resolution: Invalid

This wasn't a bug, just something done wrong by me. The @import wasn't on top 
of the file.

> Unexcepted token WS (@import rule)
> --
>
> Key: NETBEANS-2544
> URL: https://issues.apache.org/jira/browse/NETBEANS-2544
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Joshua Bakker
>Priority: Minor
> Attachments: bug_netbeans.PNG, nb-10-css-import.png
>
>
> When an "@import" is used in CSS files, the CSS files will mark it as an 
> error.
> For example, the following line:
> {code:java}
> @import 
> url("//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css");
> {code}
> Will result in a red line between @import and url, saying the error 
> "Unexcepted token WS", when the line in fact is a valid line. Even Internet 
> Explorer 5.5 has full support for it, meaning that it's fully supported and 
> should be marked as valid in Netbeans.



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

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



[jira] [Commented] (NETBEANS-2544) Unexcepted token WS (@import rule)

2019-05-14 Thread Joshua Bakker (JIRA)


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

Joshua Bakker commented on NETBEANS-2544:
-

I've just recently installed. I got the HTML5, Tools, PHP, Service Registry and 
Base IDE plugins. I also got the Darcula plugin. IIRC that one was from 8.1 but 
it works fine. I don't see any other problems besides this one. I haven't 
changed any settings AFAIK.

> Unexcepted token WS (@import rule)
> --
>
> Key: NETBEANS-2544
> URL: https://issues.apache.org/jira/browse/NETBEANS-2544
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Joshua Bakker
>Priority: Minor
> Attachments: bug_netbeans.PNG, nb-10-css-import.png
>
>
> When an "@import" is used in CSS files, the CSS files will mark it as an 
> error.
> For example, the following line:
> {code:java}
> @import 
> url("//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css");
> {code}
> Will result in a red line between @import and url, saying the error 
> "Unexcepted token WS", when the line in fact is a valid line. Even Internet 
> Explorer 5.5 has full support for it, meaning that it's fully supported and 
> should be marked as valid in Netbeans.



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

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



[jira] [Commented] (NETBEANS-2544) Unexcepted token WS (@import rule)

2019-05-14 Thread Joshua Bakker (JIRA)


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

Joshua Bakker commented on NETBEANS-2544:
-

Weird. Did you change any settings perhaps? 

> Unexcepted token WS (@import rule)
> --
>
> Key: NETBEANS-2544
> URL: https://issues.apache.org/jira/browse/NETBEANS-2544
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Joshua Bakker
>Priority: Minor
> Attachments: bug_netbeans.PNG, nb-10-css-import.png
>
>
> When an "@import" is used in CSS files, the CSS files will mark it as an 
> error.
> For example, the following line:
> {code:java}
> @import 
> url("//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css");
> {code}
> Will result in a red line between @import and url, saying the error 
> "Unexcepted token WS", when the line in fact is a valid line. Even Internet 
> Explorer 5.5 has full support for it, meaning that it's fully supported and 
> should be marked as valid in Netbeans.



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

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



[jira] [Commented] (NETBEANS-2544) Unexcepted token WS (@import rule)

2019-05-14 Thread Joshua Bakker (JIRA)


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

Joshua Bakker commented on NETBEANS-2544:
-

[~Chrizzly] I use Netbeans 11.0, but the bug was there in 10.0 as well. I 
checked and even in Netbeans 8.1 the same happens.

> Unexcepted token WS (@import rule)
> --
>
> Key: NETBEANS-2544
> URL: https://issues.apache.org/jira/browse/NETBEANS-2544
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Joshua Bakker
>Priority: Minor
> Attachments: bug_netbeans.PNG
>
>
> When an "@import" is used in CSS files, the CSS files will mark it as an 
> error.
> For example, the following line:
> {code:java}
> @import 
> url("//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css");
> {code}
> Will result in a red line between @import and url, saying the error 
> "Unexcepted token WS", when the line in fact is a valid line. Even Internet 
> Explorer 5.5 has full support for it, meaning that it's fully supported and 
> should be marked as valid in Netbeans.



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

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



[jira] [Updated] (NETBEANS-2544) Unexcepted token WS (@import rule)

2019-05-14 Thread Joshua Bakker (JIRA)


 [ 
https://issues.apache.org/jira/browse/NETBEANS-2544?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Joshua Bakker updated NETBEANS-2544:

Affects Version/s: (was: 11.0)

> Unexcepted token WS (@import rule)
> --
>
> Key: NETBEANS-2544
> URL: https://issues.apache.org/jira/browse/NETBEANS-2544
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Joshua Bakker
>Priority: Minor
> Attachments: bug_netbeans.PNG
>
>
> When an "@import" is used in CSS files, the CSS files will mark it as an 
> error.
> For example, the following line:
> {code:java}
> @import 
> url("//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css");
> {code}
> Will result in a red line between @import and url, saying the error 
> "Unexcepted token WS", when the line in fact is a valid line. Even Internet 
> Explorer 5.5 has full support for it, meaning that it's fully supported and 
> should be marked as valid in Netbeans.



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

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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



[jira] [Created] (NETBEANS-2544) Unexcepted token WS (@import rule)

2019-05-14 Thread Joshua Bakker (JIRA)
Joshua Bakker created NETBEANS-2544:
---

 Summary: Unexcepted token WS (@import rule)
 Key: NETBEANS-2544
 URL: https://issues.apache.org/jira/browse/NETBEANS-2544
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.0
Reporter: Joshua Bakker
 Attachments: bug_netbeans.PNG

When an "@import" is used in CSS files, the CSS files will mark it as an error.

For example, the following line:
{code:java}
@import 
url("//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css");
{code}
Will result in a red line between @import and url, saying the error "Unexcepted 
token WS", when the line in fact is a valid line. Even Internet Explorer 5.5 
has full support for it, meaning that it's fully supported and should be marked 
as valid in Netbeans.



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

-
To unsubscribe, e-mail: commits-unsubscr...@netbeans.apache.org
For additional commands, e-mail: commits-h...@netbeans.apache.org

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