[jira] [Comment Edited] (NETBEANS-1409) Unexpected token SEMI found

2018-12-13 Thread Los Vitaly (JIRA)


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

Los Vitaly edited comment on NETBEANS-1409 at 12/13/18 9:09 PM:


I mean, that NB does not understand all *new* CSS syntax, although NB 10 has a 
good support for HTML & JS & CSS. 

I get errors in bootstrap files, PHPStorm shows errors too, so I think it's not 
a bug, and can be changed to Improvement 


was (Author: vitalykk1983):
I mean, that NB does not understand all *new* CSS syntax, although NB 10 has a 
good support for HTML & JS & CSS. 

PHPStorm shows errors too, so I think it's not a bug,and can be changed for 
Improvement 

> Unexpected token SEMI found
> ---
>
> Key: NETBEANS-1409
> URL: https://issues.apache.org/jira/browse/NETBEANS-1409
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Dhanush Pavadai
>Priority: Critical
> Attachments: ddd.png, phpstorm_css.png
>
>




--
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-1409) Unexpected token SEMI found

2018-12-13 Thread Los Vitaly (JIRA)


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

Los Vitaly commented on NETBEANS-1409:
--

I mean, that NB does not understand all *new* CSS syntax, although NB 10 has a 
good support for HTML & JS & CSS. 

PHPStorm shows errors too, so I think it's not a bug,and can be changed for 
Improvement 

> Unexpected token SEMI found
> ---
>
> Key: NETBEANS-1409
> URL: https://issues.apache.org/jira/browse/NETBEANS-1409
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Dhanush Pavadai
>Priority: Critical
> Attachments: ddd.png, phpstorm_css.png
>
>




--
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-1409) Unexpected token SEMI found

2018-12-13 Thread Los Vitaly (JIRA)


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

Los Vitaly updated NETBEANS-1409:
-
Attachment: phpstorm_css.png

> Unexpected token SEMI found
> ---
>
> Key: NETBEANS-1409
> URL: https://issues.apache.org/jira/browse/NETBEANS-1409
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Dhanush Pavadai
>Priority: Critical
> Attachments: ddd.png, phpstorm_css.png
>
>




--
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



[incubator-netbeans] branch master updated (3714655 -> 2b64e72)

2018-12-13 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

lkishalmi pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


 discard 3714655  Merging FixingProxies onto master

This update removed existing revisions from the reference, leaving the
reference pointing at a previous point in the repository history.

 * -- * -- N   refs/heads/master (2b64e72)
\
 O -- O -- O   (3714655)

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 nbbuild/cluster.properties |   1 +
 nbbuild/licenses/MPL-2.0   | 373 
 platform/core.network/arch.xml |  12 +-
 platform/core.network/nbproject/project.xml|   9 +
 .../core/network/proxy/ProxyAutoConfig.java|   2 -
 .../proxy/pac/datetime/PacUtilsDateTime.java   |  13 +-
 .../proxy/pac/impl/ClassFilterPacHelpers.java  |  42 ---
 .../proxy/pac/impl/HelperScriptFactory.java|  31 +-
 .../proxy/pac/impl/NbPacScriptEvaluator.java   | 324 +++---
 .../test/unit/data/pacFiles/pac-test5.js   |  34 --
 .../test/unit/data/pacFiles/wpad space.dat |  22 --
 .../network/proxy/ProxyAutoConfigDirectTest.java   |  71 
 .../core/network/proxy/ProxyAutoConfigTest.java|  15 +-
 .../core/network/proxy/pac/PacEngineTest.java  |  23 ++
 platform/libs.rhino/build.xml  |  24 ++
 platform/libs.rhino/external/binaries-list |  17 +
 .../libs.rhino/external/rhino-1.7.10-license.txt   | 380 +
 platform/libs.rhino/manifest.mf|   4 +
 platform/libs.rhino/nbproject/project.properties   |  21 ++
 platform/libs.rhino/nbproject/project.xml  |  39 +++
 .../src/org/netbeans/libs/rhino/Bundle.properties  |  22 ++
 .../src/org/netbeans/core/GuiRunLevel.java |  18 +-
 .../src/org/netbeans/core/NbLifecycleManager.java  |  21 --
 23 files changed, 1085 insertions(+), 433 deletions(-)
 create mode 100644 nbbuild/licenses/MPL-2.0
 delete mode 100644 
platform/core.network/src/org/netbeans/core/network/proxy/pac/impl/ClassFilterPacHelpers.java
 delete mode 100644 platform/core.network/test/unit/data/pacFiles/pac-test5.js
 delete mode 100644 platform/core.network/test/unit/data/pacFiles/wpad space.dat
 delete mode 100644 
platform/core.network/test/unit/src/org/netbeans/core/network/proxy/ProxyAutoConfigDirectTest.java
 create mode 100644 platform/libs.rhino/build.xml
 create mode 100644 platform/libs.rhino/external/binaries-list
 create mode 100644 platform/libs.rhino/external/rhino-1.7.10-license.txt
 create mode 100644 platform/libs.rhino/manifest.mf
 create mode 100644 platform/libs.rhino/nbproject/project.properties
 create mode 100644 platform/libs.rhino/nbproject/project.xml
 create mode 100644 
platform/libs.rhino/src/org/netbeans/libs/rhino/Bundle.properties


-
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



[incubator-netbeans] branch master updated: Merging FixingProxies onto master

2018-12-13 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

lkishalmi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git


The following commit(s) were added to refs/heads/master by this push:
 new 3714655  Merging FixingProxies onto master
3714655 is described below

commit 371465581f2011828b13ef59af6b89bcd4ada317
Author: Jaroslav Tulach 
AuthorDate: Thu Dec 13 11:14:04 2018 -0800

Merging FixingProxies onto master
---
 nbbuild/cluster.properties |   1 -
 nbbuild/licenses/MPL-2.0   | 373 
 platform/core.network/arch.xml |  12 +-
 platform/core.network/nbproject/project.xml|   9 -
 .../core/network/proxy/ProxyAutoConfig.java|   2 +
 .../proxy/pac/datetime/PacUtilsDateTime.java   |  13 +-
 .../proxy/pac/impl/ClassFilterPacHelpers.java  |  42 +++
 .../proxy/pac/impl/HelperScriptFactory.java|  31 +-
 .../proxy/pac/impl/NbPacScriptEvaluator.java   | 324 +++---
 .../test/unit/data/pacFiles/pac-test5.js   |  34 ++
 .../test/unit/data/pacFiles/wpad space.dat |  22 ++
 .../network/proxy/ProxyAutoConfigDirectTest.java   |  71 
 .../core/network/proxy/ProxyAutoConfigTest.java|  15 +-
 .../core/network/proxy/pac/PacEngineTest.java  |  23 --
 platform/libs.rhino/build.xml  |  24 --
 platform/libs.rhino/external/binaries-list |  17 -
 .../libs.rhino/external/rhino-1.7.10-license.txt   | 380 -
 platform/libs.rhino/manifest.mf|   4 -
 platform/libs.rhino/nbproject/project.properties   |  21 --
 platform/libs.rhino/nbproject/project.xml  |  39 ---
 .../src/org/netbeans/libs/rhino/Bundle.properties  |  22 --
 .../src/org/netbeans/core/GuiRunLevel.java |  18 +-
 .../src/org/netbeans/core/NbLifecycleManager.java  |  21 ++
 23 files changed, 433 insertions(+), 1085 deletions(-)

diff --git a/nbbuild/cluster.properties b/nbbuild/cluster.properties
index d5c8bf8..160e5fd 100644
--- a/nbbuild/cluster.properties
+++ b/nbbuild/cluster.properties
@@ -230,7 +230,6 @@ nb.cluster.platform=\
 libs.junit4,\
 libs.junit5,\
 libs.osgi,\
-libs.rhino,\
 libs.testng,\
 masterfs,\
 masterfs.linux,\
diff --git a/nbbuild/licenses/MPL-2.0 b/nbbuild/licenses/MPL-2.0
deleted file mode 100644
index a612ad9..000
--- a/nbbuild/licenses/MPL-2.0
+++ /dev/null
@@ -1,373 +0,0 @@
-Mozilla Public License Version 2.0
-==
-
-1. Definitions
---
-
-1.1. "Contributor"
-means each individual or legal entity that creates, contributes to
-the creation of, or owns Covered Software.
-
-1.2. "Contributor Version"
-means the combination of the Contributions of others (if any) used
-by a Contributor and that particular Contributor's Contribution.
-
-1.3. "Contribution"
-means Covered Software of a particular Contributor.
-
-1.4. "Covered Software"
-means Source Code Form to which the initial Contributor has attached
-the notice in Exhibit A, the Executable Form of such Source Code
-Form, and Modifications of such Source Code Form, in each case
-including portions thereof.
-
-1.5. "Incompatible With Secondary Licenses"
-means
-
-(a) that the initial Contributor has attached the notice described
-in Exhibit B to the Covered Software; or
-
-(b) that the Covered Software was made available under the terms of
-version 1.1 or earlier of the License, but not also under the
-terms of a Secondary License.
-
-1.6. "Executable Form"
-means any form of the work other than Source Code Form.
-
-1.7. "Larger Work"
-means a work that combines Covered Software with other material, in
-a separate file or files, that is not Covered Software.
-
-1.8. "License"
-means this document.
-
-1.9. "Licensable"
-means having the right to grant, to the maximum extent possible,
-whether at the time of the initial grant or subsequently, any and
-all of the rights conveyed by this License.
-
-1.10. "Modifications"
-means any of the following:
-
-(a) any file in Source Code Form that results from an addition to,
-deletion from, or modification of the contents of Covered
-Software; or
-
-(b) any new file in Source Code Form that contains any Covered
-Software.
-
-1.11. "Patent Claims" of a Contributor
-means any patent claim(s), including without limitation, method,
-process, and apparatus claims, in any patent Licensable by such
-Contributor that would be infringed, but for the grant of the
-License, by the making, using, selling, offering for sale, having
-made, import, or transfer of either its Contributions or its
-Contributor Version.
-
-1.12. "Secondary License"
-means either the GNU General Public License, Version 2.0, 

[jira] [Commented] (NETBEANS-49) Please add smooth scrolling

2018-12-13 Thread Eirik Bakke (JIRA)


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

Eirik Bakke commented on NETBEANS-49:
-

OK, let's discuss Approach 2, then.

The main requirement is to override BasicScrollPaneUI's 
createMouseWheelListener. For LAFs that add their own ScrollPaneUI class that 
extends from BasicScrollPaneUI, this must be done by extending from said 
LAF-specific class instead of directly from BasicScrollPaneUI (so that we 
retain whatever other functionality the LAF has added to BasicScrollPaneUI).

I had a quick look in https://github.com/Revivius/nb-darcula and could not 
actually see the ScrollPaneUI being overridden anywhere. Maybe I'm wrong. But 
in any case the existing patch does not seem to work on Darcula on Windows 10. 
Some investigation would be needed here.

Also be aware that if the code in the patch ends up being copied to Darcula, it 
will have to be updated in two places if we later make other improvements (e.g. 
to fix the Surface Book problems you mentioned earlier).

> Please add smooth scrolling 
> 
>
> Key: NETBEANS-49
> URL: https://issues.apache.org/jira/browse/NETBEANS-49
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Window System
>Reporter: Christian Lenz
>Priority: Major
>  Labels: pull-request-available
> Fix For: 10.0
>
>  Time Spent: 2h 10m
>  Remaining Estimate: 0h
>
> Inside the editor, when I scroll with my touchpad to the bottom, it jumps 9 
> lines to the next, this is a lot. I don't like such gappings I would like to 
> have a smooth stepless scrolling, like in chrome or other windows native 
> apps. Please add this for horizontal and vertical scrolling, it will be much 
> better. Not only in editors, it should be available everywhere, where we have 
> scrollbars.
> Regards
> Chris



--
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-168) Background scanning process needs a rethink

2018-12-13 Thread Varun Agrawal (JIRA)


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

Varun Agrawal commented on NETBEANS-168:


I face the same issue everyday (even when I just mvn compile using 
commandline). It makes my IDE hostage. I am on NetBeans 10 if that matters.

> Background scanning process needs a rethink
> ---
>
> Key: NETBEANS-168
> URL: https://issues.apache.org/jira/browse/NETBEANS-168
> Project: NetBeans
>  Issue Type: Bug
>  Components: ide - Performance, java - Platform, platform - Execution
>Affects Versions: 8.2, 9.0, 10.0
> Environment: NetBeans 8.2, Windows 10 x64
>Reporter: Christian Lenz
>Priority: Critical
>  Labels: ca_survey
> Attachments: go-to-file.gif, messages - 10.0 vc3.log, messages 10.0 
> vc2.log, messages.log, puls.7z, ui.log, uigestures 10.0 vc, wp-dms.7z
>
>
> Often, while cloning, switching branch, merging, opening etc. etc. NetBeans 
> starts Background scanning for changes, but it is not real background, 
> because everything what you want to do then, like changing the branch, 
> commit, push, pull, open project, delete or whatever, is blocking by this 
> task and you can't cancel it, because it is essential.
> Either we need to rethink about this process like to make everything or most 
> of the stuff doing things in parallel or the task should really be 
> cancelable. It is a pain in the ass for big projects when they start to scan 
> for changes. 
> It is a real world case because you acan see it when you work on NetBeans 
> modules.
> Cheers
> Chris



--
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-1321) Release NetBeans 10

2018-12-13 Thread Los Vitaly (JIRA)


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

Los Vitaly commented on NETBEANS-1321:
--

After a latest release *PHP 7.3*, PHP 5.6 and PHP 7.0 hits EOL and loses 
support completely. Netbeans 8.2 does not support for new syntax, 

I just interesting, can we expected release NB 10 in 2018? 

 

> Release NetBeans 10
> ---
>
> Key: NETBEANS-1321
> URL: https://issues.apache.org/jira/browse/NETBEANS-1321
> Project: NetBeans
>  Issue Type: Task
>Reporter: Laszlo Kishalmi
>Assignee: Laszlo Kishalmi
>Priority: Blocker
> Fix For: 10.0
>
>
> This is the task of releasing Apache (incubation) NetBeans 10



--
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