[jira] [Updated] (NETBEANS-3023) Not possible to open Java Platform dialog

2019-08-23 Thread Reidar Tronstad (Jira)


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

Reidar Tronstad updated NETBEANS-3023:
--
Description: Exception thrown when opening Java Platform dialog and the 
dialog is not opened.  (was: Exception thrown when opening Java Platform 
dialog.)
Summary: Not possible to open Java Platform dialog  (was: Not possible 
to open Java Platorm dialog)

> Not possible to open Java Platform dialog
> -
>
> Key: NETBEANS-3023
> URL: https://issues.apache.org/jira/browse/NETBEANS-3023
> Project: NetBeans
>  Issue Type: Bug
> Environment: JDK 11, Netbeans 11.1, Ubuntu 
>Reporter: Reidar Tronstad
>Priority: Major
> Attachments: callback.txt
>
>
> Exception thrown when opening Java Platform dialog and the dialog is not 
> opened.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-3022) reduce the number of unchecked call warnings..

2019-08-23 Thread Brad Walker (Jira)
Brad Walker created NETBEANS-3022:
-

 Summary: reduce the number of unchecked call warnings..
 Key: NETBEANS-3022
 URL: https://issues.apache.org/jira/browse/NETBEANS-3022
 Project: NetBeans
  Issue Type: Improvement
Reporter: Brad Walker


Reduce the number of unchecked call warnings. like this..
{code:java}
   [repeat] 
/home/bwalker/netbeans/webcommon/javascript2.nodejs/src/org/netbeans/modules/javascript2/nodejs/editor/model/NodeJsObjectInterceptor.java:101:
 warning: [unchecked] unchecked call to ArrayList(Collection) as a 
member of the raw type ArrayList
   [repeat] List childrenScopesCopy = 
new ArrayList(globalScope.getChildrenScopes());
   [repeat]   ^
   [repeat]   where E is a type-variable:
   [repeat] E extends Object declared in class ArrayList{code}
This is done by  simply adding the diamond operator <>..

In addition, I also had to update the project.properties file at a few places 
to allow the use of the diamond operator..
{code:java}
compile:
   [depend] Deleted 14 out of date files in 0 seconds
 [nb-javac] Compiling 10 source files to 
/home/bwalker/netbeans/platform/masterfs/build/classes
   [repeat] warning: [options] bootstrap class path not set in conjunction with 
-source 1.6
   [repeat] 
/home/bwalker/netbeans/platform/masterfs/src/org/netbeans/modules/masterfs/filebasedfs/naming/NamingFactory.java:50:
 error: diamond operator is not supported in -source 1.6
   [repeat] final List list = new ArrayList<>(queue);
   [repeat]   ^
   [repeat]   (use -source 7 or higher to enable diamond operator)
   [repeat] 1 error
   [repeat] 1 warning
  [nbmerge] Failed to build target: all-masterfs
{code}
In these few places I changed the source to 1.8..

 



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2940) Excessive CPU Usage during HTML/PHP project parsing.

2019-08-23 Thread Ivan Yakovlev (Jira)


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

Ivan Yakovlev commented on NETBEANS-2940:
-

> But there's no problem with 11.1 in your office environment, while there is a 
> problem with 11.1 in your home environment. Or the other way around.

* on home PC no issues on Netbeans 11.1 so far
* on work PC issue are observed

see: 
https://issues.apache.org/jira/browse/NETBEANS-2940?focusedCommentId=16905563=com.atlassian.jira.plugin.system.issuetabpanels%3Acomment-tabpanel#comment-16905563

> Excessive CPU Usage during HTML/PHP project parsing.
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: performance, pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler16506135220476039727.npss, 
> selfsampler17323576831159964034.npss, selfsampler1962235903870517275.npss, 
> selfsampler231953002133054481.npss, selfsampler4257377310219144311.npss, 
> selfsampler4496583350478949316.npss, selfsampler5156665032004940801.npss, 
> selfsampler5156665032004940801.npss, selfsampler6110902925879607737.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss, 
> selfsampler9035236510445031912.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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] [Comment Edited] (NETBEANS-2903) Warning - could not install some modules: Nashorn Integration - No module providing the capability com.oracle.js.parser.implementation could be found. 19 furthe

2019-08-23 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga edited comment on NETBEANS-2903 at 8/23/19 1:29 PM:
--

You need to explicitly install it in the Plugin Manager because the Oracle JS 
Parser is not licensed to Apache, so you need to install it yourself.

This will not be needed anymore from 11.2 onwards because then the correctly 
licensed parser will be included:

https://github.com/apache/netbeans/pull/1407


was (Author: geertjanwielenga):
You need to explicitly install it in the Plugin Manager because the Oracle JS 
Parser is not licensed to Apache, so you need to install it yourself.

> Warning - could not install some modules: Nashorn Integration - No module 
> providing the capability com.oracle.js.parser.implementation could be found. 
> 19 further modules could not be installed due to the above problems
> --
>
> Key: NETBEANS-2903
> URL: https://issues.apache.org/jira/browse/NETBEANS-2903
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
>Reporter: Vincenzo Luongo
>Priority: Major
> Attachments: IDELOG, UILOG, image-2019-07-26-09-55-52-490.png
>
>
> Hi all,
> first start netbeans block in loading modules, force close from htop and 
> restart, out this error:
> Warning - could not install some modules:
>  Nashorn Integration - No module providing the capability 
> com.oracle.js.parser.implementation could be found.
>  19 further modules could not be installed due to the above problems
> Unable to render embedded object:  !image-2019-07-26-09-55-52-490.png!
> I use latest snap 11.1 Fedora 30 latest version



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2903) Warning - could not install some modules: Nashorn Integration - No module providing the capability com.oracle.js.parser.implementation could be found. 19 further mod

2019-08-23 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-2903:
-

You need to explicitly install it in the Plugin Manager because the Oracle JS 
Parser is not licensed to Apache, so you need to install it yourself.

> Warning - could not install some modules: Nashorn Integration - No module 
> providing the capability com.oracle.js.parser.implementation could be found. 
> 19 further modules could not be installed due to the above problems
> --
>
> Key: NETBEANS-2903
> URL: https://issues.apache.org/jira/browse/NETBEANS-2903
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
>Reporter: Vincenzo Luongo
>Priority: Major
> Attachments: IDELOG, UILOG, image-2019-07-26-09-55-52-490.png
>
>
> Hi all,
> first start netbeans block in loading modules, force close from htop and 
> restart, out this error:
> Warning - could not install some modules:
>  Nashorn Integration - No module providing the capability 
> com.oracle.js.parser.implementation could be found.
>  19 further modules could not be installed due to the above problems
> Unable to render embedded object:  !image-2019-07-26-09-55-52-490.png!
> I use latest snap 11.1 Fedora 30 latest version



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2903) Warning - could not install some modules: Nashorn Integration - No module providing the capability com.oracle.js.parser.implementation could be found. 19 further mod

2019-08-23 Thread Daniel Topalov (Jira)


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

Daniel Topalov commented on NETBEANS-2903:
--

After some use of Netbeans 11.1 on startup I see the same error.

Then all Javascript plugins were disabled and unable to enable...

after I see the comments here I checked for the  Oracle JS Parser 
Implementation - it was not even installed.

But how this can happen when I have been using the javascript plugins before...

Maybe Oracle JS Parser Implementation must be added to javascript plugins 
dependency

> Warning - could not install some modules: Nashorn Integration - No module 
> providing the capability com.oracle.js.parser.implementation could be found. 
> 19 further modules could not be installed due to the above problems
> --
>
> Key: NETBEANS-2903
> URL: https://issues.apache.org/jira/browse/NETBEANS-2903
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.1
>Reporter: Vincenzo Luongo
>Priority: Major
> Attachments: IDELOG, UILOG, image-2019-07-26-09-55-52-490.png
>
>
> Hi all,
> first start netbeans block in loading modules, force close from htop and 
> restart, out this error:
> Warning - could not install some modules:
>  Nashorn Integration - No module providing the capability 
> com.oracle.js.parser.implementation could be found.
>  19 further modules could not be installed due to the above problems
> Unable to render embedded object:  !image-2019-07-26-09-55-52-490.png!
> I use latest snap 11.1 Fedora 30 latest version



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2940) Excessive CPU Usage during HTML/PHP project parsing.

2019-08-23 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-2940:
-

But there's no problem with 11.1 in your office environment, while there is a 
problem with 11.1 in your home environment. Or the other way around.

> Excessive CPU Usage during HTML/PHP project parsing.
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: performance, pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler16506135220476039727.npss, 
> selfsampler17323576831159964034.npss, selfsampler1962235903870517275.npss, 
> selfsampler231953002133054481.npss, selfsampler4257377310219144311.npss, 
> selfsampler4496583350478949316.npss, selfsampler5156665032004940801.npss, 
> selfsampler5156665032004940801.npss, selfsampler6110902925879607737.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss, 
> selfsampler9035236510445031912.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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] [Comment Edited] (NETBEANS-2940) Excessive CPU Usage during HTML/PHP project parsing.

2019-08-23 Thread Christian Lenz (Jira)


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

Christian Lenz edited comment on NETBEANS-2940 at 8/23/19 12:28 PM:


Yeah, but multi project types means more than only PHP and/or HTML. For example 
PHP, HTML/JS, C/C++, Java, Maven, NetBeans Modules. This is what the full 
distro has. Anyway. So you always used the PHP distro and not the full bundle 
of everything. This is what I was asking for. thx :)


was (Author: chrizzly):
Yeah, but multi project types means more than only PHP and/or HTML. For example 
PHP, HTML/JS, C/C++, Java, Maven, NetBeans Modules. This is what the full 
distro has. Anyway. So you always used the PHP distro and not the full bundle 
of everything. This is what I was asking for. thx :(

> Excessive CPU Usage during HTML/PHP project parsing.
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: performance, pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler16506135220476039727.npss, 
> selfsampler17323576831159964034.npss, selfsampler1962235903870517275.npss, 
> selfsampler231953002133054481.npss, selfsampler4257377310219144311.npss, 
> selfsampler4496583350478949316.npss, selfsampler5156665032004940801.npss, 
> selfsampler5156665032004940801.npss, selfsampler6110902925879607737.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss, 
> selfsampler9035236510445031912.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2940) Excessive CPU Usage during HTML/PHP project parsing.

2019-08-23 Thread Christian Lenz (Jira)


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

Christian Lenz commented on NETBEANS-2940:
--

Yeah, but multi project types means more than only PHP and/or HTML. For example 
PHP, HTML/JS, C/C++, Java, Maven, NetBeans Modules. This is what the full 
distro has. Anyway. So you always used the PHP distro and not the full bundle 
of everything. This is what I was asking for. thx :(

> Excessive CPU Usage during HTML/PHP project parsing.
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: performance, pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler16506135220476039727.npss, 
> selfsampler17323576831159964034.npss, selfsampler1962235903870517275.npss, 
> selfsampler231953002133054481.npss, selfsampler4257377310219144311.npss, 
> selfsampler4496583350478949316.npss, selfsampler5156665032004940801.npss, 
> selfsampler5156665032004940801.npss, selfsampler6110902925879607737.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss, 
> selfsampler9035236510445031912.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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] [Comment Edited] (NETBEANS-2940) Excessive CPU Usage during HTML/PHP project parsing.

2019-08-23 Thread Ivan Yakovlev (Jira)


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

Ivan Yakovlev edited comment on NETBEANS-2940 at 8/23/19 12:25 PM:
---

Dn't worry,  I still use Netbenas 8.2 but not the latest version on my working 
computer due to the problems described above.

> Have you ever used the PHP/HTML distro of NetBeans 8.2?
I am always downloaded NetBeans 8.2 (PHP version that includes HTML5/JS support)

I like NetBeans and want to use it. But can not do this with latest versions.

*PS*
Netbeans has very usefull feature to work with mulltiple projects in parallel 
and ability to drag tabs on different monitors and working space. PHPStorm 
doesn't have such usability.

In PHPStorm I can also create and work with multiple projects, and organaze my 
workspace but thay made it some different way. I didn't like compared with 
Netbeans. In Netbeans it is more humane freandly




was (Author: uran1980):
Dn't worry,  I still use Netbenas 8.2 but not the latest version on my working 
computer due to the problems described above.

> Have you ever used the PHP/HTML distro of NetBeans 8.2?
I am always downloaded NetBeans 8.2 (PHP version that includes HTML5/JS support)

I like NetBeans and want to use it. But can not do this with latest versions.

*PS*
Netbeans has very usefull feature to work with mulltiple projects in parallel 
and ability to drag tabs on different monitors and working space. PHPStorm 
doesn't have such usability.

In PHPStorm I can also create and work with multiple projects, and organaze my 
workspace but thay made it some different way. I didn't like compared with 
Netbeans in Netbeans it is more humane freandly



> Excessive CPU Usage during HTML/PHP project parsing.
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: performance, pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler16506135220476039727.npss, 
> selfsampler17323576831159964034.npss, selfsampler1962235903870517275.npss, 
> selfsampler231953002133054481.npss, selfsampler4257377310219144311.npss, 
> selfsampler4496583350478949316.npss, selfsampler5156665032004940801.npss, 
> selfsampler5156665032004940801.npss, selfsampler6110902925879607737.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss, 
> selfsampler9035236510445031912.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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] [Comment Edited] (NETBEANS-2940) Excessive CPU Usage during HTML/PHP project parsing.

2019-08-23 Thread Ivan Yakovlev (Jira)


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

Ivan Yakovlev edited comment on NETBEANS-2940 at 8/23/19 12:25 PM:
---

Dn't worry,  I still use Netbenas 8.2 but not the latest version on my working 
computer due to the problems described above.

> Have you ever used the PHP/HTML distro of NetBeans 8.2?
I am always downloaded NetBeans 8.2 (PHP version that includes HTML5/JS support)

I like NetBeans and want to use it. But can not do this with latest versions.

*PS*
Netbeans has very usefull feature to work with mulltiple projects in parallel 
and ability to drag tabs on different monitors and working space. PHPStorm 
doesn't have such usability.

In PHPStorm I can also create and work with multiple projects, and organaze my 
workspace but thay made it some different way. I didn't like compared with 
Netbeans in Netbeans it is more humane freandly




was (Author: uran1980):
Dn't worry,  I still use Netbenas 8.2 but not the latest version on my working 
computer due to the problems described above.

> Have you ever used the PHP/HTML distro of NetBeans 8.2?
I am always downloaded NetBeans 8.2 (PHP version that includes HTML5/JS support)

I like NetBeans and want to use it. But can not do this with latest versions.

*PS*
Netbeans has very usefull feature to work with mulltiple projects in parallel 
and ability to drag tabs on different monitors and working space. PHPStorm 
doesn't have such usability.


> Excessive CPU Usage during HTML/PHP project parsing.
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: performance, pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler16506135220476039727.npss, 
> selfsampler17323576831159964034.npss, selfsampler1962235903870517275.npss, 
> selfsampler231953002133054481.npss, selfsampler4257377310219144311.npss, 
> selfsampler4496583350478949316.npss, selfsampler5156665032004940801.npss, 
> selfsampler5156665032004940801.npss, selfsampler6110902925879607737.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss, 
> selfsampler9035236510445031912.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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] [Comment Edited] (NETBEANS-2940) Excessive CPU Usage during HTML/PHP project parsing.

2019-08-23 Thread Ivan Yakovlev (Jira)


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

Ivan Yakovlev edited comment on NETBEANS-2940 at 8/23/19 12:19 PM:
---

Dn't worry,  I still use Netbenas 8.2 but not the latest version on my working 
computer due to the problems described above.

> Have you ever used the PHP/HTML distro of NetBeans 8.2?
I am always downloaded NetBeans 8.2 (PHP version that includes HTML5/JS support)

I like NetBeans and want to use it. But can not do this with latest versions.

*PS*
Netbeans has very usefull feature to work with mulltiple projects in parallel 
and ability to drag tabs on different monitors and working space. PHPStorm 
doesn't have such usability.



was (Author: uran1980):
Dn't worry,  I still use Netbenas 8.2 but not the latest version on my working 
computer due to the problems described above.

> Have you ever used the PHP/HTML distro of NetBeans 8.2?
I am always downloaded NetBeans 8.2 (PHP version that includes HTML5/JS support)

I like NetBeans and want to use it. But can not do this with latest versions.

*PS*
Netbeans has very usefull feature to work with mulltiple projects in parallel 
and ability to drag tabs on different monitors and working space. PHPStorm 
doesn't have sach usability.


> Excessive CPU Usage during HTML/PHP project parsing.
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: performance, pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler16506135220476039727.npss, 
> selfsampler17323576831159964034.npss, selfsampler1962235903870517275.npss, 
> selfsampler231953002133054481.npss, selfsampler4257377310219144311.npss, 
> selfsampler4496583350478949316.npss, selfsampler5156665032004940801.npss, 
> selfsampler5156665032004940801.npss, selfsampler6110902925879607737.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss, 
> selfsampler9035236510445031912.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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] [Comment Edited] (NETBEANS-2940) Excessive CPU Usage during HTML/PHP project parsing.

2019-08-23 Thread Ivan Yakovlev (Jira)


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

Ivan Yakovlev edited comment on NETBEANS-2940 at 8/23/19 12:18 PM:
---

Dn't worry,  I still use Netbenas 8.2 but not the latest version on my working 
computer due to the problems described above.

> Have you ever used the PHP/HTML distro of NetBeans 8.2?
I am always downloaded NetBeans 8.2 (PHP version that includes HTML5/JS support)

I like NetBeans and want to use it. But can not do this with latest versions.

*PS*
Netbeans has very usefull feature to work with mulltiple projects in parallel 
and ability to drag tabs on different monitors and working space. PHPStorm 
doesn't have sach usability.



was (Author: uran1980):
Dn't worry,  I still use Netbenas 8.2 but not the latest version on my working 
computer due to the problems described above.

> Have you ever used the PHP/HTML distro of NetBeans 8.2?
I am always downloaded NetBeans 8.2 (PHP version that includes HTML5/JS support)

I like NetBeans and want to use it. But can not do this with latest versions.

> Excessive CPU Usage during HTML/PHP project parsing.
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: performance, pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler16506135220476039727.npss, 
> selfsampler17323576831159964034.npss, selfsampler1962235903870517275.npss, 
> selfsampler231953002133054481.npss, selfsampler4257377310219144311.npss, 
> selfsampler4496583350478949316.npss, selfsampler5156665032004940801.npss, 
> selfsampler5156665032004940801.npss, selfsampler6110902925879607737.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss, 
> selfsampler9035236510445031912.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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] [Comment Edited] (NETBEANS-2940) Excessive CPU Usage during HTML/PHP project parsing.

2019-08-23 Thread Ivan Yakovlev (Jira)


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

Ivan Yakovlev edited comment on NETBEANS-2940 at 8/23/19 12:13 PM:
---

Dn't worry,  I still use Netbenas 8.2 but not the latest version on my working 
computer due to the problems described above.

> Have you ever used the PHP/HTML distro of NetBeans 8.2?
I am always downloaded NetBeans 8.2 (PHP version that includes HTML5/JS support)

I like NetBeans and want to use it. But can not do this with latest versions.


was (Author: uran1980):
Dn't worry,  I still use Netbenas 8.2 but not the latest version on my working 
computer due to the problems described above.

> Have you ever used the PHP/HTML distro of NetBeans 8.2?
No, I am always downloaded NetBeans 8.2 (PHP version that includes HTML5/JS 
support)

I like NetBeans and want to use it. But can not do this with latest versions.

> Excessive CPU Usage during HTML/PHP project parsing.
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: performance, pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler16506135220476039727.npss, 
> selfsampler17323576831159964034.npss, selfsampler1962235903870517275.npss, 
> selfsampler231953002133054481.npss, selfsampler4257377310219144311.npss, 
> selfsampler4496583350478949316.npss, selfsampler5156665032004940801.npss, 
> selfsampler5156665032004940801.npss, selfsampler6110902925879607737.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss, 
> selfsampler9035236510445031912.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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] [Comment Edited] (NETBEANS-2940) Excessive CPU Usage during HTML/PHP project parsing.

2019-08-23 Thread Ivan Yakovlev (Jira)


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

Ivan Yakovlev edited comment on NETBEANS-2940 at 8/23/19 12:12 PM:
---

Dn't worry,  I still use Netbenas 8.2 but not the latest version on my working 
computer due to the problems described above.

> Have you ever used the PHP/HTML distro of NetBeans 8.2?
No, I am always downloaded NetBeans 8.2 (PHP version that includes HTML5/JS 
support)

I like NetBeans and want to use it. But can not do this with latest versions.


was (Author: uran1980):
Dn't worry,  I still use Netbenas 8.2 but not the latest version on my working 
computer due to the problems described above.

> Have you ever used the PHP/HTML distro of NetBeans 8.2?
No, I am always downloaded NetBeans 8.2 (PHP version)

I like NetBeans and want to use it. But can not do this with latest versions.

> Excessive CPU Usage during HTML/PHP project parsing.
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: performance, pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler16506135220476039727.npss, 
> selfsampler17323576831159964034.npss, selfsampler1962235903870517275.npss, 
> selfsampler231953002133054481.npss, selfsampler4257377310219144311.npss, 
> selfsampler4496583350478949316.npss, selfsampler5156665032004940801.npss, 
> selfsampler5156665032004940801.npss, selfsampler6110902925879607737.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss, 
> selfsampler9035236510445031912.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-2940) Excessive CPU Usage during HTML/PHP project parsing.

2019-08-23 Thread Ivan Yakovlev (Jira)


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

Ivan Yakovlev commented on NETBEANS-2940:
-

Dn't worry,  I still use Netbenas 8.2 but not the latest version on my working 
computer due to the problems described above.

> Have you ever used the PHP/HTML distro of NetBeans 8.2?
No, I am always downloaded NetBeans 8.2 (PHP version)

I like NetBeans and want to use it. But can not do this with latest versions.

> Excessive CPU Usage during HTML/PHP project parsing.
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: performance, pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler16506135220476039727.npss, 
> selfsampler17323576831159964034.npss, selfsampler1962235903870517275.npss, 
> selfsampler231953002133054481.npss, selfsampler4257377310219144311.npss, 
> selfsampler4496583350478949316.npss, selfsampler5156665032004940801.npss, 
> selfsampler5156665032004940801.npss, selfsampler6110902925879607737.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss, 
> selfsampler9035236510445031912.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-3021) Editor doesn't let the user place newlines in a specific file in a php project

2019-08-23 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto updated NETBEANS-3021:
---
Component/s: editor - Lexer

> Editor doesn't let the user place newlines in a specific file in a php project
> --
>
> Key: NETBEANS-3021
> URL: https://issues.apache.org/jira/browse/NETBEANS-3021
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Lexer
>Affects Versions: 11.0
>Reporter: Timucin Bahsi
>Priority: Major
>  Labels: blade, php
>
> The editor stops responding to the enter key in a specific file.
>  
> The file is a blade template.
> Workaround:
> Lose any blade comments ( -- -- ) in the file.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-3021) Editor doesn't let the user place newlines in a specific file in a php project

2019-08-23 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto commented on NETBEANS-3021:


Please try to deactivate Angular JS Editor.

> Editor doesn't let the user place newlines in a specific file in a php project
> --
>
> Key: NETBEANS-3021
> URL: https://issues.apache.org/jira/browse/NETBEANS-3021
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Timucin Bahsi
>Priority: Major
>  Labels: blade, php
>
> The editor stops responding to the enter key in a specific file.
>  
> The file is a blade template.
> Workaround:
> Lose any blade comments ( -- -- ) in the file.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-3021) Editor doesn't let the user place newlines in a specific file in a php project

2019-08-23 Thread Timucin Bahsi (Jira)


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

Timucin Bahsi updated NETBEANS-3021:

Description: 
The editor stops responding to the enter key in a specific file.

 

The file is a blade template.

Workaround:

Lose any blade comments ( -- -- ) in the file.

  was:
The editor stops responding to the enter key in a specific file.

 

The file is a blade template.

Workaround:

Lose any blade comments (`-- --`) in the file.


> Editor doesn't let the user place newlines in a specific file in a php project
> --
>
> Key: NETBEANS-3021
> URL: https://issues.apache.org/jira/browse/NETBEANS-3021
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Timucin Bahsi
>Priority: Major
>  Labels: blade, php
>
> The editor stops responding to the enter key in a specific file.
>  
> The file is a blade template.
> Workaround:
> Lose any blade comments ( -- -- ) in the file.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-3021) Editor doesn't let the user place newlines in a specific file in a php project

2019-08-23 Thread Timucin Bahsi (Jira)


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

Timucin Bahsi updated NETBEANS-3021:

Description: 
The editor stops responding to the enter key in a specific file.

 

The file is a blade template.

Workaround:

Lose any blade comments (`-- --`) in the file.

  was:
The editor stops responding to the enter key in a specific file.

 

The file is a blade template.

Workaround:

Lose any blade comments (`\{{-- --}}`) in the file.


> Editor doesn't let the user place newlines in a specific file in a php project
> --
>
> Key: NETBEANS-3021
> URL: https://issues.apache.org/jira/browse/NETBEANS-3021
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
>Reporter: Timucin Bahsi
>Priority: Major
>  Labels: blade, php
>
> The editor stops responding to the enter key in a specific file.
>  
> The file is a blade template.
> Workaround:
> Lose any blade comments (`-- --`) in the file.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-3021) Editor doesn't let the user place newlines in a specific file in a php project

2019-08-23 Thread Timucin Bahsi (Jira)
Timucin Bahsi created NETBEANS-3021:
---

 Summary: Editor doesn't let the user place newlines in a specific 
file in a php project
 Key: NETBEANS-3021
 URL: https://issues.apache.org/jira/browse/NETBEANS-3021
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 11.0
Reporter: Timucin Bahsi


The editor stops responding to the enter key in a specific file.

 

The file is a blade template.

Workaround:

Lose any blade comments (`\{{-- --}}`) in the file.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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] [Resolved] (NETBEANS-3014) php: completion / js

2019-08-23 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto resolved NETBEANS-3014.

Resolution: Not A Problem

Great to hear. Will close.

> php: completion / js
> 
>
> Key: NETBEANS-3014
> URL: https://issues.apache.org/jira/browse/NETBEANS-3014
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: 11.1
>Reporter: Marc Krämer
>Priority: Blocker
>
> Since version 11.1 php projects are close to unusable. Switched back to 11.0.
>  
> 1.  some js/htlml5 components are not installable
> 2. it looks like the index is not correct, since completion of classnames 
> does only work on some files. Going to a class/method definition by clicking 
> on it does not work anymore.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-3020) Remove netbeans.org links from Welcome screen

2019-08-23 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga updated NETBEANS-3020:

Attachment: apache-netbeans-welcome-new.png

> Remove netbeans.org links from Welcome screen
> -
>
> Key: NETBEANS-3020
> URL: https://issues.apache.org/jira/browse/NETBEANS-3020
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
> Attachments: apache-netbeans-welcome-new.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Three things need to happen in the Welcome screen:
> https://github.com/apache/netbeans/tree/master/nb/welcome
> 1. Search for any references to netbeans.org and remove them or replace them 
> with references to Apache NetBeans, probably to 
> https://blogs.apache.org/netbeans.
> 2. Remove the 'News' column, which is received from the NetBeans.org backend 
> at Oracle.
> 3. Change the title of the Blogs column to News, i.e., there will only be one 
> column, and the content of that column will come from 
> https://blogs.apache.org/netbeans.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-3020) Remove netbeans.org links from Welcome screen

2019-08-23 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3020:
-

Attached image to show the result of this change.

> Remove netbeans.org links from Welcome screen
> -
>
> Key: NETBEANS-3020
> URL: https://issues.apache.org/jira/browse/NETBEANS-3020
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
> Attachments: apache-netbeans-welcome-new.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Three things need to happen in the Welcome screen:
> https://github.com/apache/netbeans/tree/master/nb/welcome
> 1. Search for any references to netbeans.org and remove them or replace them 
> with references to Apache NetBeans, probably to 
> https://blogs.apache.org/netbeans.
> 2. Remove the 'News' column, which is received from the NetBeans.org backend 
> at Oracle.
> 3. Change the title of the Blogs column to News, i.e., there will only be one 
> column, and the content of that column will come from 
> https://blogs.apache.org/netbeans.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-3020) Remove netbeans.org links from Welcome screen

2019-08-23 Thread ASF GitHub Bot (Jira)


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

ASF GitHub Bot updated NETBEANS-3020:
-
Labels: pull-request-available  (was: )

> Remove netbeans.org links from Welcome screen
> -
>
> Key: NETBEANS-3020
> URL: https://issues.apache.org/jira/browse/NETBEANS-3020
> Project: NetBeans
>  Issue Type: Bug
>Reporter: Geertjan Wielenga
>Priority: Major
>  Labels: pull-request-available
>
> Three things need to happen in the Welcome screen:
> https://github.com/apache/netbeans/tree/master/nb/welcome
> 1. Search for any references to netbeans.org and remove them or replace them 
> with references to Apache NetBeans, probably to 
> https://blogs.apache.org/netbeans.
> 2. Remove the 'News' column, which is received from the NetBeans.org backend 
> at Oracle.
> 3. Change the title of the Blogs column to News, i.e., there will only be one 
> column, and the content of that column will come from 
> https://blogs.apache.org/netbeans.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-1232) Import settings from 8.2 to 9.0 tooks too long

2019-08-23 Thread Christian Lenz (Jira)


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

Christian Lenz commented on NETBEANS-1232:
--

The dev build is reading out the settings from 10.0, which is plausible, 
because dev is still 11.1ish. But my settings didn't changed from 10.0 to 11.1. 
Will check it later, if this is necessary.

> Import settings from 8.2 to 9.0 tooks too long
> --
>
> Key: NETBEANS-1232
> URL: https://issues.apache.org/jira/browse/NETBEANS-1232
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - OptionsSettings
>Affects Versions: 9.0
>Reporter: Christian Lenz
>Priority: Critical
> Attachments: messages.log, plugin list part 1.png, plugin list part 
> 2.png, plugin list part 3.png, settings111.zip
>
>
> I opened NetBeans 9.0 for the first time and it asks me whether I want to 
> import my settings from 8.2 or not. I hit yes and I waited 5min (started at 
> 10:33 to import and ended at 10:38). This is way to long. I opened the 
> messages.log but there is no exception or whatever inside.
> I can't cancel that dialog or close it this is why I set it to critical. 
> NetBeans opened after 5min, after the import was finished.
> Cheers
> Chris



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-1232) Import settings from 8.2 to 9.0 tooks too long

2019-08-23 Thread Christian Lenz (Jira)


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

Christian Lenz updated NETBEANS-1232:
-
Attachment: plugin list part 3.png

> Import settings from 8.2 to 9.0 tooks too long
> --
>
> Key: NETBEANS-1232
> URL: https://issues.apache.org/jira/browse/NETBEANS-1232
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - OptionsSettings
>Affects Versions: 9.0
>Reporter: Christian Lenz
>Priority: Critical
> Attachments: messages.log, plugin list part 1.png, plugin list part 
> 2.png, plugin list part 3.png, settings111.zip
>
>
> I opened NetBeans 9.0 for the first time and it asks me whether I want to 
> import my settings from 8.2 or not. I hit yes and I waited 5min (started at 
> 10:33 to import and ended at 10:38). This is way to long. I opened the 
> messages.log but there is no exception or whatever inside.
> I can't cancel that dialog or close it this is why I set it to critical. 
> NetBeans opened after 5min, after the import was finished.
> Cheers
> Chris



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-1232) Import settings from 8.2 to 9.0 tooks too long

2019-08-23 Thread Christian Lenz (Jira)


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

Christian Lenz updated NETBEANS-1232:
-
Attachment: plugin list part 2.png

> Import settings from 8.2 to 9.0 tooks too long
> --
>
> Key: NETBEANS-1232
> URL: https://issues.apache.org/jira/browse/NETBEANS-1232
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - OptionsSettings
>Affects Versions: 9.0
>Reporter: Christian Lenz
>Priority: Critical
> Attachments: messages.log, plugin list part 1.png, plugin list part 
> 2.png, plugin list part 3.png, settings111.zip
>
>
> I opened NetBeans 9.0 for the first time and it asks me whether I want to 
> import my settings from 8.2 or not. I hit yes and I waited 5min (started at 
> 10:33 to import and ended at 10:38). This is way to long. I opened the 
> messages.log but there is no exception or whatever inside.
> I can't cancel that dialog or close it this is why I set it to critical. 
> NetBeans opened after 5min, after the import was finished.
> Cheers
> Chris



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-1232) Import settings from 8.2 to 9.0 tooks too long

2019-08-23 Thread Christian Lenz (Jira)


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

Christian Lenz updated NETBEANS-1232:
-
Attachment: plugin list part 1.png

> Import settings from 8.2 to 9.0 tooks too long
> --
>
> Key: NETBEANS-1232
> URL: https://issues.apache.org/jira/browse/NETBEANS-1232
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - OptionsSettings
>Affects Versions: 9.0
>Reporter: Christian Lenz
>Priority: Critical
> Attachments: messages.log, plugin list part 1.png, settings111.zip
>
>
> I opened NetBeans 9.0 for the first time and it asks me whether I want to 
> import my settings from 8.2 or not. I hit yes and I waited 5min (started at 
> 10:33 to import and ended at 10:38). This is way to long. I opened the 
> messages.log but there is no exception or whatever inside.
> I can't cancel that dialog or close it this is why I set it to critical. 
> NetBeans opened after 5min, after the import was finished.
> Cheers
> Chris



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-1232) Import settings from 8.2 to 9.0 tooks too long

2019-08-23 Thread Christian Lenz (Jira)


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

Christian Lenz updated NETBEANS-1232:
-
Attachment: settings111.zip

> Import settings from 8.2 to 9.0 tooks too long
> --
>
> Key: NETBEANS-1232
> URL: https://issues.apache.org/jira/browse/NETBEANS-1232
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - OptionsSettings
>Affects Versions: 9.0
>Reporter: Christian Lenz
>Priority: Critical
> Attachments: messages.log, settings111.zip
>
>
> I opened NetBeans 9.0 for the first time and it asks me whether I want to 
> import my settings from 8.2 or not. I hit yes and I waited 5min (started at 
> 10:33 to import and ended at 10:38). This is way to long. I opened the 
> messages.log but there is no exception or whatever inside.
> I can't cancel that dialog or close it this is why I set it to critical. 
> NetBeans opened after 5min, after the import was finished.
> Cheers
> Chris



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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] [Comment Edited] (NETBEANS-1232) Import settings from 8.2 to 9.0 tooks too long

2019-08-23 Thread Christian Lenz (Jira)


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

Christian Lenz edited comment on NETBEANS-1232 at 8/23/19 8:39 AM:
---

I can understand your point [~lkishalmi] will try to provide more information. 
First one to say here, this feature is needed, because it doesn't make any 
sense to clean your dir from one to another IDE. A lot of people, don't want to 
edit there settings again and again like setting spaces, colors, code 
completion settings, etc. from one version to another. A lot of people don't 
want to have a clean/fresh/new install of NetBeans and edit there settings 
again, after they did it for your needs and used half an hour or more to set it 
up. This is not working. I know that this sounds unproductive but this is a 
real case. And yes I know that a third party plugin can broken it, but NetBeans 
should handle those "exceptions" too that this shouldn't take that long. It 
doesn't take 5 minutes but it takes some time and I don't expect it because 
those are settings that should only copied over to another dir. Nothing else.

Anyway, I added my settings from 11.1 because it happens for the daily build 
too, that it takes longer than expected to import settings, when I start 
NetBeans daily build for the very first time (no cache dir, no user dir).

Here is my NetBeans 11.1 environment:

{code}
Product Version: Apache NetBeans IDE 11.1
Updates: Updates available to version NetBeans 8.2 Patch 2
Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.1
Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.1
{code}


Will add a screenshot of my plugins, if thats help. What info do you need more?


was (Author: chrizzly):
I can understand your point [~lkishalmi] will try to provide more information. 
First one to say here, this feature is needed, because it doesn't make any 
sense to clean your dir from one to another IDE. A lot of people, don't want to 
edit there settings again and again like setting spaces, colors, code 
completion settings, etc. from one version to another. A lot of people don't 
want to have a clean/fresh/new install of NetBeans and edit there settings 
again, after they did it for your needs and used half an hour or more to set it 
up. This is not working. I know that this sounds unproductive but this is a 
real case. And yes I know that a third party plugin can broken it, but NetBeans 
should handle those "exceptions" too that this shouldn't take that long.

Anyway, I added my settings from 11.1 because it happens for the daily build 
too, that it takes longer than expected to import settings, when I start 
NetBeans daily build for the very first time (no cache dir, no user dir).

Here is my NetBeans 11.1 environment:

{code}
Product Version: Apache NetBeans IDE 11.1
Updates: Updates available to version NetBeans 8.2 Patch 2
Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.1
Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.1
{code}


Will add a screenshot of my plugins, if thats help. What info do you need more?

> Import settings from 8.2 to 9.0 tooks too long
> --
>
> Key: NETBEANS-1232
> URL: https://issues.apache.org/jira/browse/NETBEANS-1232
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - OptionsSettings
>Affects Versions: 9.0
>Reporter: Christian Lenz
>Priority: Critical
> Attachments: messages.log
>
>
> I opened NetBeans 9.0 for the first time and it asks me whether I want to 
> import my settings from 8.2 or not. I hit yes and I waited 5min (started at 
> 10:33 to import and ended at 10:38). This is way to long. I opened the 
> messages.log but there is no exception or whatever inside.
> I can't cancel that dialog or close it this is why I set it to critical. 
> NetBeans opened after 5min, after the import was finished.
> Cheers
> Chris



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-1232) Import settings from 8.2 to 9.0 tooks too long

2019-08-23 Thread Christian Lenz (Jira)


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

Christian Lenz commented on NETBEANS-1232:
--

I can understand your point [~lkishalmi] will try to provide more information. 
First one to say here, this feature is needed, because it doesn't make any 
sense to clean your dir from one to another IDE. A lot of people, don't want to 
edit there settings again and again like setting spaces, colors, code 
completion settings, etc. from one version to another. A lot of people don't 
want to have a clean/fresh/new install of NetBeans and edit there settings 
again, after they did it for your needs and used half an hour or more to set it 
up. This is not working. I know that this sounds unproductive but this is a 
real case. And yes I know that a third party plugin can broken it, but NetBeans 
should handle those "exceptions" too that this shouldn't take that long.

Anyway, I added my settings from 11.1 because it happens for the daily build 
too, that it takes longer than expected to import settings, when I start 
NetBeans daily build for the very first time (no cache dir, no user dir).

Here is my NetBeans 11.1 environment:

{code}
Product Version: Apache NetBeans IDE 11.1
Updates: Updates available to version NetBeans 8.2 Patch 2
Java: 11.0.2; Java HotSpot(TM) 64-Bit Server VM 11.0.2+9-LTS
Runtime: Java(TM) SE Runtime Environment 11.0.2+9-LTS
System: Windows 10 version 10.0 running on amd64; Cp1252; de_DE (nb)
User directory: C:\Users\Chrl\AppData\Roaming\NetBeans\11.1
Cache directory: C:\Users\Chrl\AppData\Local\NetBeans\Cache\11.1
{code}


Will add a screenshot of my plugins, if thats help. What info do you need more?

> Import settings from 8.2 to 9.0 tooks too long
> --
>
> Key: NETBEANS-1232
> URL: https://issues.apache.org/jira/browse/NETBEANS-1232
> Project: NetBeans
>  Issue Type: Bug
>  Components: platform - OptionsSettings
>Affects Versions: 9.0
>Reporter: Christian Lenz
>Priority: Critical
> Attachments: messages.log
>
>
> I opened NetBeans 9.0 for the first time and it asks me whether I want to 
> import my settings from 8.2 or not. I hit yes and I waited 5min (started at 
> 10:33 to import and ended at 10:38). This is way to long. I opened the 
> messages.log but there is no exception or whatever inside.
> I can't cancel that dialog or close it this is why I set it to critical. 
> NetBeans opened after 5min, after the import was finished.
> Cheers
> Chris



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-3020) Remove netbeans.org links from Welcome screen

2019-08-23 Thread Geertjan Wielenga (Jira)
Geertjan Wielenga created NETBEANS-3020:
---

 Summary: Remove netbeans.org links from Welcome screen
 Key: NETBEANS-3020
 URL: https://issues.apache.org/jira/browse/NETBEANS-3020
 Project: NetBeans
  Issue Type: Bug
Reporter: Geertjan Wielenga


Three things need to happen in the Welcome screen:

https://github.com/apache/netbeans/tree/master/nb/welcome

1. Search for any references to netbeans.org and remove them or replace them 
with references to Apache NetBeans, probably to 
https://blogs.apache.org/netbeans.

2. Remove the 'News' column, which is received from the NetBeans.org backend at 
Oracle.

3. Change the title of the Blogs column to News, i.e., there will only be one 
column, and the content of that column will come from 
https://blogs.apache.org/netbeans.





--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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] [Resolved] (NETBEANS-3018) JAVA FX not working

2019-08-23 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga resolved NETBEANS-3018.
-
Resolution: Not A Bug

> JAVA FX not working
> ---
>
> Key: NETBEANS-3018
> URL: https://issues.apache.org/jira/browse/NETBEANS-3018
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Sofwtaer platform
>Reporter: Tomas
>Priority: Major
> Attachments: 1.PNG
>
>
> Dear All,
>  
>   I am trying to create JAVA simple project to test whether JAVA FX works. I 
> have installed
>  
> *Product Version:* Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> *Updates:*[Updates available|about:check-for-updates]
> *Java:* 12.0.1; Java HotSpot(TM) 64-Bit Server VM 12.0.1+12
> *Runtime:* Java(TM) SE Runtime Environment 12.0.1+12
> *System:* Windows 10 version 10.0 running on amd64; Cp1250; cs_CZ (nb)
>  
>   and loaded
>  
> openjfx-11.0.2_windows-x64_bin-sdk  JAVA FX SDK
>  
> I use JAVA Open JDK version  jdk-12.0.1
>  
> -
>  
>  I created really simple JAVA FX application. Did all the recommended actions 
> esp. registering
>  
> modules in VM options as
>  
> --module-path="C:/Netbeans/javafx-sdk-11.0.2/lib" 
> --add-modules=javafx.controls
>  
>  I can easily compile my code, but when try to run I get this error
>  
> Error occurred during initialization of boot layer
> java.lang.module.FindException: Module javafx.controls not found
> C:\Users\tomas\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
>  The following error occurred while executing this line:
> C:\Users\tomas\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:68:
>  Java returned: 1 
>  
>  
> Would appreciate help on this. Thx lots Tom
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-3014) php: completion / js

2019-08-23 Thread Jira


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

Marc Krämer commented on NETBEANS-3014:
---

As suggested, I've removed the whole directory ~/.netbeans/11.1, removed the 
installed nb and downloaded it again.

You're right, I've forgotten to remove ~/.cache/netbeans/11.1 - after restart 
my example works, but I've to use it to say this is resolved.

Thanks for the tip

> php: completion / js
> 
>
> Key: NETBEANS-3014
> URL: https://issues.apache.org/jira/browse/NETBEANS-3014
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: 11.1
>Reporter: Marc Krämer
>Priority: Blocker
>
> Since version 11.1 php projects are close to unusable. Switched back to 11.0.
>  
> 1.  some js/htlml5 components are not installable
> 2. it looks like the index is not correct, since completion of classnames 
> does only work on some files. Going to a class/method definition by clicking 
> on it does not work anymore.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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] [Comment Edited] (NETBEANS-2940) Excessive CPU Usage during HTML/PHP project parsing.

2019-08-23 Thread Christian Lenz (Jira)


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

Christian Lenz edited comment on NETBEANS-2940 at 8/23/19 7:48 AM:
---

{quote}
Foreced my self to switch to PhpStorm. It hasn't such issues with indexing 
project at all. Sorry, folks
{quote}
what a shame :( but it is as it is. Only one thing to say, you try to compare 
PHPStorm (One Distro) with full Apache NetBeans. Can you please try IntelliJ 
instead? Because this would be more comparable. It is the full version which 
has everything inside, as Apache NetBeans has. If there is no problem then 
there is smth different wrong.

{quote}
PS
If I am used your sugestion so I am already switched to PHPStorm. For me, 
killer feature of Netbeans is ability to work with many different projects at 
the same time. It is wery useful for me.
{quote}
Have you ever used the PHP/HTML distro of NetBeans 8.2? I guess not, you 
already said it, you used the full version right? So there is nothing to fix in 
the PHP/HTML version, because you never tried it (In 8.2).

{quote}
Would be good to give it another try once we have a HTML/JS specific distro of 
Apache NetBeans. Until now you’ve been comparing the full Apache NetBeans with 
the small 8.2 HTML/JS distro.
{quote}
Honestly and only IMHO, what should that bring? The PHP/HTML distro is not 
different from the PHP/HTML modules, that you use inside of your Full IDE. So 
why should it make a difference? And as he said, me and some others, we use 
NetBeans full because of that multi, independent, project. Doesn't matter you 
have 2 or 20. We use it for HTML, PHP, Java, Maven, C/C++ and and and, in 
parallel.

So if there is really a difference between PHP/HTML distro and the full one (I 
mean in performance and not that nothing related to PHP/HTML is in there), 
there must be a problem of the full IDE with multi, mixed project types while 
indexing/openeing/parsing, etc. and this needs to be fixed anyway. Otherwise a 
full IDE doesn't make sense, if it is broken somehow and the only workaround is 
to switching to a different distro which fixes your needs. This might work for 
some people, but not for all. 


was (Author: chrizzly):
> Foreced my self to switch to PhpStorm. It hasn't such issues with indexing 
> project at all. Sorry, folks
what a shame :( but it is as it is. Only one thing to say, you try to compare 
PHPStorm (One Distro) with full Apache NetBeans. Can you please try IntelliJ 
instead? Because this would be more comparable. It is the full version which 
has everything inside, as Apache NetBeans has. If there is no problem then 
there is smth different wrong.

>PS
> If I am used your sugestion so I am already switched to PHPStorm. For me, 
> killer feature of Netbeans is ability to work with many different projects at 
> the same time. It is wery useful for me.
Have you ever used the PHP/HTML distro of NetBeans 8.2? I guess not, you 
already said it, you used the full version right? So there is nothing to fix in 
the PHP/HTML version, because you never tried it (In 8.2).

> Would be good to give it another try once we have a HTML/JS specific distro 
> of Apache NetBeans. Until now you’ve been comparing the full Apache NetBeans 
> with the small 8.2 HTML/JS distro.
Honestly and only IMHO, what should that bring? The PHP/HTML distro is not 
different from the PHP/HTML modules, that you use inside of your Full IDE. So 
why should it make a difference? And as he said, me and some others, we use 
NetBeans full because of that multi, independent, project. Doesn't matter you 
have 2 or 20. We use it for HTML, PHP, Java, Maven, C/C++ and and and, in 
parallel.

So if there is really a difference between PHP/HTML distro and the full one (I 
mean in performance and not that nothing related to PHP/HTML is in there), 
there must be a problem of the full IDE with multi, mixed project types while 
indexing/openeing/parsing, etc. and this needs to be fixed anyway. Otherwise a 
full IDE doesn't make sense, if it is broken somehow and the only workaround is 
to switching to a different distro which fixes your needs. This might work for 
some people, but not for all. 

> Excessive CPU Usage during HTML/PHP project parsing.
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: performance, pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 

[jira] [Commented] (NETBEANS-2940) Excessive CPU Usage during HTML/PHP project parsing.

2019-08-23 Thread Christian Lenz (Jira)


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

Christian Lenz commented on NETBEANS-2940:
--

> Foreced my self to switch to PhpStorm. It hasn't such issues with indexing 
> project at all. Sorry, folks
what a shame :( but it is as it is. Only one thing to say, you try to compare 
PHPStorm (One Distro) with full Apache NetBeans. Can you please try IntelliJ 
instead? Because this would be more comparable. It is the full version which 
has everything inside, as Apache NetBeans has. If there is no problem then 
there is smth different wrong.

>PS
> If I am used your sugestion so I am already switched to PHPStorm. For me, 
> killer feature of Netbeans is ability to work with many different projects at 
> the same time. It is wery useful for me.
Have you ever used the PHP/HTML distro of NetBeans 8.2? I guess not, you 
already said it, you used the full version right? So there is nothing to fix in 
the PHP/HTML version, because you never tried it (In 8.2).

> Would be good to give it another try once we have a HTML/JS specific distro 
> of Apache NetBeans. Until now you’ve been comparing the full Apache NetBeans 
> with the small 8.2 HTML/JS distro.
Honestly and only IMHO, what should that bring? The PHP/HTML distro is not 
different from the PHP/HTML modules, that you use inside of your Full IDE. So 
why should it make a difference? And as he said, me and some others, we use 
NetBeans full because of that multi, independent, project. Doesn't matter you 
have 2 or 20. We use it for HTML, PHP, Java, Maven, C/C++ and and and, in 
parallel.

So if there is really a difference between PHP/HTML distro and the full one (I 
mean in performance and not that nothing related to PHP/HTML is in there), 
there must be a problem of the full IDE with multi, mixed project types while 
indexing/openeing/parsing, etc. and this needs to be fixed anyway. Otherwise a 
full IDE doesn't make sense, if it is broken somehow and the only workaround is 
to switching to a different distro which fixes your needs. This might work for 
some people, but not for all. 

> Excessive CPU Usage during HTML/PHP project parsing.
> 
>
> Key: NETBEANS-2940
> URL: https://issues.apache.org/jira/browse/NETBEANS-2940
> Project: NetBeans
>  Issue Type: Bug
>  Components: javascript - Editor
>Affects Versions: 10.0, 11.1
>Reporter: E Dementiev
>Assignee: Laszlo Kishalmi
>Priority: Major
>  Labels: performance, pull-request-available
> Attachments: 2019-08-08-08-00-01.png, 2019-08-08-12-00-01.png, 
> 2019-08-08-14-00-01.png, 2019-08-09-09-00-01.png, 
> 2019-08-09-09-00-02-htop.png, 2019-08-09-09-00-03.png, 
> 2019-08-09-09-00-05.png, 2019-08-09-09-00-exception-log.txt, 
> 2019-08-09-12-00-01-JRE.png, 2019-08-09-14-00-01.png, 
> 2019-08-09-14-00-02.png, 2019-08-09-14-00-02.png, 2019-08-09-14-00-03.png, 
> 2019-08-09-14-00-03.png, 2019-08-09-17-30-IDE-log.txt, 
> 2019-08-09-17-30-java.lang.StackOverflowError.txt, 
> 2019-08-09-netbeans-11.1-about.png, 2019-08-09-netbeans-8.2-about.png, 
> 2019-08-12-21-00-01.png, 2019-08-12-21-00-02.png, 
> 2019-08-13-09-00-Eception-IDE-log.txt, 
> 2019-08-13-09-00-java.lang.NullPointerException.txt, 
> 2019-08-13-12-00-NB-about.png, 2019-08-14-09-00-UI-NB10.png, 
> 2019-08-14-12-00-Refreshing-indices-03.png, 
> image-2019-08-12-10-34-22-305.png, netbeans-11.1.conf, netbeans-8.2.conf, 
> selfsampler15073537369378979592.npss, selfsampler15232135153799309662.npss, 
> selfsampler15675620776487318185.npss, selfsampler16506135220476039727.npss, 
> selfsampler17323576831159964034.npss, selfsampler1962235903870517275.npss, 
> selfsampler231953002133054481.npss, selfsampler4257377310219144311.npss, 
> selfsampler4496583350478949316.npss, selfsampler5156665032004940801.npss, 
> selfsampler5156665032004940801.npss, selfsampler6110902925879607737.npss, 
> selfsampler6409512410806567513.npss, selfsampler7754563681117566493.npss, 
> selfsampler9035236510445031912.npss
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Very often Netbeans would start consuming high CPU resources for the job of 
> Checking for external changes, which sits in suspended status. If you click 
> on the cross and manually cancel that job, the CPU will keep being consumed.
> The only way to stop this is to completely close Netbeans. Upon closing, it 
> will say that it is still checking for external changes.



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

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

[jira] [Comment Edited] (NETBEANS-3018) JAVA FX not working

2019-08-23 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga edited comment on NETBEANS-3018 at 8/23/19 7:29 AM:
--

You do not have it clear, at all. Not even a little bit.

JDK 8 includes JavaFX. If you run Apache NetBeans on JDK 8, you will be able to 
use the samples you're now trying to use.

After JDK 8, JavaFX is not included in the JDK. For JDK 11 or later, open the 
New Project dialog and go to Samples and then choose one of the projects from 
the OpenJFX category, which is new in 11.1. That way you'll be using openjfx.io 
via Maven, which is the future of JavaFX.


was (Author: geertjanwielenga):
You do not have it clear, at all. Not even a little bit.

JDK 8 includes JavaFX. If you run Apache NetBeans on JDK 8, you will be able to 
use the samples you're now trying to use.

After JDK 8, JavaFX is not included in the JDK. For JDK 11, open the New 
Project dialog and go to Samples and then choose one of the projects from the 
OpenJFX category, which is new in 11.1. That way you'll be using openjfx.io via 
Maven, which is the future of JavaFX.

> JAVA FX not working
> ---
>
> Key: NETBEANS-3018
> URL: https://issues.apache.org/jira/browse/NETBEANS-3018
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Sofwtaer platform
>Reporter: Tomas
>Priority: Major
> Attachments: 1.PNG
>
>
> Dear All,
>  
>   I am trying to create JAVA simple project to test whether JAVA FX works. I 
> have installed
>  
> *Product Version:* Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> *Updates:*[Updates available|about:check-for-updates]
> *Java:* 12.0.1; Java HotSpot(TM) 64-Bit Server VM 12.0.1+12
> *Runtime:* Java(TM) SE Runtime Environment 12.0.1+12
> *System:* Windows 10 version 10.0 running on amd64; Cp1250; cs_CZ (nb)
>  
>   and loaded
>  
> openjfx-11.0.2_windows-x64_bin-sdk  JAVA FX SDK
>  
> I use JAVA Open JDK version  jdk-12.0.1
>  
> -
>  
>  I created really simple JAVA FX application. Did all the recommended actions 
> esp. registering
>  
> modules in VM options as
>  
> --module-path="C:/Netbeans/javafx-sdk-11.0.2/lib" 
> --add-modules=javafx.controls
>  
>  I can easily compile my code, but when try to run I get this error
>  
> Error occurred during initialization of boot layer
> java.lang.module.FindException: Module javafx.controls not found
> C:\Users\tomas\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
>  The following error occurred while executing this line:
> C:\Users\tomas\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:68:
>  Java returned: 1 
>  
>  
> Would appreciate help on this. Thx lots Tom
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-3018) JAVA FX not working

2019-08-23 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3018:
-

You do not have it clear, at all. Not even a little bit.

JDK 8 includes JavaFX. If you run Apache NetBeans on JDK 8, you will be able to 
use the samples you're now trying to use.

After JDK 8, JavaFX is not included in the JDK. For JDK 11, open the New 
Project dialog and go to Samples and then choose one of the projects from the 
OpenJFX category, which is new in 11.1. That way you'll be using openjfx.io via 
Maven, which is the future of JavaFX.

> JAVA FX not working
> ---
>
> Key: NETBEANS-3018
> URL: https://issues.apache.org/jira/browse/NETBEANS-3018
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Sofwtaer platform
>Reporter: Tomas
>Priority: Major
> Attachments: 1.PNG
>
>
> Dear All,
>  
>   I am trying to create JAVA simple project to test whether JAVA FX works. I 
> have installed
>  
> *Product Version:* Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> *Updates:*[Updates available|about:check-for-updates]
> *Java:* 12.0.1; Java HotSpot(TM) 64-Bit Server VM 12.0.1+12
> *Runtime:* Java(TM) SE Runtime Environment 12.0.1+12
> *System:* Windows 10 version 10.0 running on amd64; Cp1250; cs_CZ (nb)
>  
>   and loaded
>  
> openjfx-11.0.2_windows-x64_bin-sdk  JAVA FX SDK
>  
> I use JAVA Open JDK version  jdk-12.0.1
>  
> -
>  
>  I created really simple JAVA FX application. Did all the recommended actions 
> esp. registering
>  
> modules in VM options as
>  
> --module-path="C:/Netbeans/javafx-sdk-11.0.2/lib" 
> --add-modules=javafx.controls
>  
>  I can easily compile my code, but when try to run I get this error
>  
> Error occurred during initialization of boot layer
> java.lang.module.FindException: Module javafx.controls not found
> C:\Users\tomas\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
>  The following error occurred while executing this line:
> C:\Users\tomas\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:68:
>  Java returned: 1 
>  
>  
> Would appreciate help on this. Thx lots Tom
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-3018) JAVA FX not working

2019-08-23 Thread Tomas (Jira)


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

Tomas commented on NETBEANS-3018:
-

Thx reply. So to have that clear Apache JDK does not support JAVA FX  .

> JAVA FX not working
> ---
>
> Key: NETBEANS-3018
> URL: https://issues.apache.org/jira/browse/NETBEANS-3018
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Sofwtaer platform
>Reporter: Tomas
>Priority: Major
> Attachments: 1.PNG
>
>
> Dear All,
>  
>   I am trying to create JAVA simple project to test whether JAVA FX works. I 
> have installed
>  
> *Product Version:* Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> *Updates:*[Updates available|about:check-for-updates]
> *Java:* 12.0.1; Java HotSpot(TM) 64-Bit Server VM 12.0.1+12
> *Runtime:* Java(TM) SE Runtime Environment 12.0.1+12
> *System:* Windows 10 version 10.0 running on amd64; Cp1250; cs_CZ (nb)
>  
>   and loaded
>  
> openjfx-11.0.2_windows-x64_bin-sdk  JAVA FX SDK
>  
> I use JAVA Open JDK version  jdk-12.0.1
>  
> -
>  
>  I created really simple JAVA FX application. Did all the recommended actions 
> esp. registering
>  
> modules in VM options as
>  
> --module-path="C:/Netbeans/javafx-sdk-11.0.2/lib" 
> --add-modules=javafx.controls
>  
>  I can easily compile my code, but when try to run I get this error
>  
> Error occurred during initialization of boot layer
> java.lang.module.FindException: Module javafx.controls not found
> C:\Users\tomas\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
>  The following error occurred while executing this line:
> C:\Users\tomas\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:68:
>  Java returned: 1 
>  
>  
> Would appreciate help on this. Thx lots Tom
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-3018) JAVA FX not working

2019-08-23 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-3018:
-

Either run on JDK 8 or go to Samples and then choose one of the projects from 
the OpenJFX category, which is new in 11.1.



> JAVA FX not working
> ---
>
> Key: NETBEANS-3018
> URL: https://issues.apache.org/jira/browse/NETBEANS-3018
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Sofwtaer platform
>Reporter: Tomas
>Priority: Major
> Attachments: 1.PNG
>
>
> Dear All,
>  
>   I am trying to create JAVA simple project to test whether JAVA FX works. I 
> have installed
>  
> *Product Version:* Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> *Updates:*[Updates available|about:check-for-updates]
> *Java:* 12.0.1; Java HotSpot(TM) 64-Bit Server VM 12.0.1+12
> *Runtime:* Java(TM) SE Runtime Environment 12.0.1+12
> *System:* Windows 10 version 10.0 running on amd64; Cp1250; cs_CZ (nb)
>  
>   and loaded
>  
> openjfx-11.0.2_windows-x64_bin-sdk  JAVA FX SDK
>  
> I use JAVA Open JDK version  jdk-12.0.1
>  
> -
>  
>  I created really simple JAVA FX application. Did all the recommended actions 
> esp. registering
>  
> modules in VM options as
>  
> --module-path="C:/Netbeans/javafx-sdk-11.0.2/lib" 
> --add-modules=javafx.controls
>  
>  I can easily compile my code, but when try to run I get this error
>  
> Error occurred during initialization of boot layer
> java.lang.module.FindException: Module javafx.controls not found
> C:\Users\tomas\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
>  The following error occurred while executing this line:
> C:\Users\tomas\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:68:
>  Java returned: 1 
>  
>  
> Would appreciate help on this. Thx lots Tom
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-3018) JAVA FX not working

2019-08-23 Thread Tomas (Jira)


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

Tomas commented on NETBEANS-3018:
-

I tried some of the projects but got attached reply. I want to stress I moved 
to Apache Open JDK as Oracle stops to support newver free JDK versions so there 
is no way to switch to Oracle JDK...

 

!1.PNG!

> JAVA FX not working
> ---
>
> Key: NETBEANS-3018
> URL: https://issues.apache.org/jira/browse/NETBEANS-3018
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Sofwtaer platform
>Reporter: Tomas
>Priority: Major
> Attachments: 1.PNG
>
>
> Dear All,
>  
>   I am trying to create JAVA simple project to test whether JAVA FX works. I 
> have installed
>  
> *Product Version:* Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> *Updates:*[Updates available|about:check-for-updates]
> *Java:* 12.0.1; Java HotSpot(TM) 64-Bit Server VM 12.0.1+12
> *Runtime:* Java(TM) SE Runtime Environment 12.0.1+12
> *System:* Windows 10 version 10.0 running on amd64; Cp1250; cs_CZ (nb)
>  
>   and loaded
>  
> openjfx-11.0.2_windows-x64_bin-sdk  JAVA FX SDK
>  
> I use JAVA Open JDK version  jdk-12.0.1
>  
> -
>  
>  I created really simple JAVA FX application. Did all the recommended actions 
> esp. registering
>  
> modules in VM options as
>  
> --module-path="C:/Netbeans/javafx-sdk-11.0.2/lib" 
> --add-modules=javafx.controls
>  
>  I can easily compile my code, but when try to run I get this error
>  
> Error occurred during initialization of boot layer
> java.lang.module.FindException: Module javafx.controls not found
> C:\Users\tomas\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
>  The following error occurred while executing this line:
> C:\Users\tomas\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:68:
>  Java returned: 1 
>  
>  
> Would appreciate help on this. Thx lots Tom
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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-3018) JAVA FX not working

2019-08-23 Thread Tomas (Jira)


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

Tomas updated NETBEANS-3018:

Attachment: 1.PNG

> JAVA FX not working
> ---
>
> Key: NETBEANS-3018
> URL: https://issues.apache.org/jira/browse/NETBEANS-3018
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.0
> Environment: Sofwtaer platform
>Reporter: Tomas
>Priority: Major
> Attachments: 1.PNG
>
>
> Dear All,
>  
>   I am trying to create JAVA simple project to test whether JAVA FX works. I 
> have installed
>  
> *Product Version:* Apache NetBeans IDE 11.0 (Build 
> incubator-netbeans-release-404-on-20190319)
> *Updates:*[Updates available|about:check-for-updates]
> *Java:* 12.0.1; Java HotSpot(TM) 64-Bit Server VM 12.0.1+12
> *Runtime:* Java(TM) SE Runtime Environment 12.0.1+12
> *System:* Windows 10 version 10.0 running on amd64; Cp1250; cs_CZ (nb)
>  
>   and loaded
>  
> openjfx-11.0.2_windows-x64_bin-sdk  JAVA FX SDK
>  
> I use JAVA Open JDK version  jdk-12.0.1
>  
> -
>  
>  I created really simple JAVA FX application. Did all the recommended actions 
> esp. registering
>  
> modules in VM options as
>  
> --module-path="C:/Netbeans/javafx-sdk-11.0.2/lib" 
> --add-modules=javafx.controls
>  
>  I can easily compile my code, but when try to run I get this error
>  
> Error occurred during initialization of boot layer
> java.lang.module.FindException: Module javafx.controls not found
> C:\Users\tomas\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:111:
>  The following error occurred while executing this line:
> C:\Users\tomas\AppData\Local\NetBeans\Cache\11.0\executor-snippets\run.xml:68:
>  Java returned: 1 
>  
>  
> Would appreciate help on this. Thx lots Tom
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.2#803003)

-
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