[jira] [Updated] (NETBEANS-1389) Help About dialog has lot of empty space between description and text area

2018-10-10 Thread Reema Taneja (JIRA)


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

Reema Taneja updated NETBEANS-1389:
---
Affects Version/s: 10.0

> Help About dialog has lot of empty space between description and text area
> --
>
> Key: NETBEANS-1389
> URL: https://issues.apache.org/jira/browse/NETBEANS-1389
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 10.0
>Reporter: Reema Taneja
>Priority: Minor
>
> Empty space can be reduced for better display of Help-About dialog.



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

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

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



[jira] [Created] (NETBEANS-1389) Help About dialog has lot of empty space between description and text area

2018-10-10 Thread Reema Taneja (JIRA)
Reema Taneja created NETBEANS-1389:
--

 Summary: Help About dialog has lot of empty space between 
description and text area
 Key: NETBEANS-1389
 URL: https://issues.apache.org/jira/browse/NETBEANS-1389
 Project: NetBeans
  Issue Type: Bug
Reporter: Reema Taneja


Empty space can be reduced for better display of Help-About dialog.



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

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

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



[jira] [Created] (NETBEANS-1390) @MIMEResolver.ExtensionRegistration should handle dot fies

2018-10-10 Thread Christian Lenz (JIRA)
Christian Lenz created NETBEANS-1390:


 Summary: @MIMEResolver.ExtensionRegistration should handle dot fies
 Key: NETBEANS-1390
 URL: https://issues.apache.org/jira/browse/NETBEANS-1390
 Project: NetBeans
  Issue Type: Improvement
  Components: platform - Filesystems
Affects Versions: Next
Reporter: Christian Lenz


The @MIMEResolver.ExtensionRegistration, should handle dot files too (.h2.db, 
.gwt.xml, .blade.php, etc.) and not only simple files (.xml, .whatever, .txt, 
etc.)

The "solution" inside the external ticket, is only a workaround and not really 
nice. The resolver should handle this, because there are a lot of files out 
there with such convention and we need a proper handling of this to create a 
simple way to register such extensions.

It was even possible via XML resolver, but should also be possible for that 
resolver.


Cheers

Chris



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

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

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



[jira] [Comment Edited] (NETBEANS-1343) It is not possible to create a new JavaFX project in JDK 11

2018-10-10 Thread Michal Rama (JIRA)


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

Michal Rama edited comment on NETBEANS-1343 at 10/10/18 2:37 PM:
-

As can be seen from the manual in which

!picture4.png!

is used, JavaFX has not been part of Java 6 yet.

Later, JavaFX was part of Java, so the tab lost its significance.

With Java 11, it returned to its original state without JavaFX.

Instructions are there but refer to a JavaFX tab that has been removed and no 
one has added it back.

_*ONLY MY THEORY*_

*UPDATE:* It is as if NetBeans itself knew that Java 10 is installed on the PC 
and therefore offers the possibility of creating a JavaFX project.

But then, of course, you will see an error

!picture3.png!

You need to manually create a new platform (eg. JDK 10 and select folder 
jdk-10.0.2)

Then simply switch to JDK 10, the error disappears and the project can be 
created.  !picture11.png!

It is also possible to notice that JDK 11 can no longer be switched back.

If you delete JDK 10, it returns to its original state.

!picture3.png!

Probably this is insufficiently solved when I launch NetBeans in Java 11 and no 
other version will be available on platforms.

That's why no one has solved the error message because this situation (picture 
above) should not happen at all.

Obviously, the developer did not care enough.

Anyway, I still do not know what to do to create a new JavaFX project.

I will be very grateful for any advice.


was (Author: michal_cat):
As can be seen from the manual in which

!picture4.png!

is used, JavaFX has not been part of Java 6 yet.

Later, JavaFX was part of Java, so the tab lost its significance.

With Java 11, it returned to its original state without JavaFX.

Instructions are there but refer to a JavaFX tab that has been removed and no 
one has added it back.

_*ONLY MY THEORY*_

*UPDATE:* It is as if NetBeans itself knew that Java 10 is installed on the PC 
and therefore offers the possibility of creating a JavaFX project.

But then, of course, you will see an error

!picture3.png!

You need to manually create a new platform (eg. JDK 10 and select folder 
jdk-10.0.2)

Then simply switch to JDK 10, the error disappears and the project can be 
created.  !picture11.png!

It is also possible to notice that JDK 11 can no longer be switched back.

If you delete JDK 10, it returns to its original state.

!picture3.png!

Obviously, the developer did not care enough.

Anyway, I still do not know what to do to create a new JavaFX project.

I will be very grateful for any advice.

> It is not possible to create a new JavaFX project in JDK 11
> ---
>
> Key: NETBEANS-1343
> URL: https://issues.apache.org/jira/browse/NETBEANS-1343
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 862, Java 11
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: javafx
> Attachments: picture1.png, picture10.png, picture11.png, 
> picture12.png, picture2.png, picture3.png, picture4.png, picture5.png, 
> picture6.png, picture7.png, picture8.png, picture9.png
>
>
> Hello,
> Unable to create projects.
> New Java Project
> !picture1.png!
> New JavaFX project
> !picture2.png!
> Please advise.
> Thank you
> PS. Projects in HTML / CSS / JS / PHP can be created without any problem.



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

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

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



[jira] [Comment Edited] (NETBEANS-1343) It is not possible to create a new JavaFX project in JDK 11

2018-10-10 Thread Michal Rama (JIRA)


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

Michal Rama edited comment on NETBEANS-1343 at 10/10/18 2:11 PM:
-

Yes. But now it has returned to the original (bad) state.

It is not possible to create a new JavaFX project  !picture3.png!

The solution can not be used because it is made on the old version of NetBeans, 
where the JavaFX tab  !picture4.png!

is not in the current version  !picture5.png!

Please advise.


was (Author: michal_cat):
Yes. But now it has returned to the original (bad) state.

It is not possible to create a JavaFX project  !picture3.png!

The solution can not be used because it is made on the old version of NetBeans, 
where the JavaFX tab !picture4.png!

is not in the current version !picture5.png!

Please advise.

> It is not possible to create a new JavaFX project in JDK 11
> ---
>
> Key: NETBEANS-1343
> URL: https://issues.apache.org/jira/browse/NETBEANS-1343
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 862, Java 11
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: javafx
> Attachments: picture1.png, picture10.png, picture11.png, 
> picture12.png, picture2.png, picture3.png, picture4.png, picture5.png, 
> picture6.png, picture7.png, picture8.png, picture9.png
>
>
> Hello,
> Unable to create projects.
> New Java Project
> !picture1.png!
> New JavaFX project
> !picture2.png!
> Please advise.
> Thank you
> PS. Projects in HTML / CSS / JS / PHP can be created without any problem.



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

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

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



[jira] [Comment Edited] (NETBEANS-1343) It is not possible to create a new JavaFX project in JDK 11

2018-10-10 Thread Michal Rama (JIRA)


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

Michal Rama edited comment on NETBEANS-1343 at 10/10/18 2:24 PM:
-

I downloaded openjavafx.

Important files are jar and src - I extracted folders into c:\javafx-sdk-11.

I added the jar files to the library to an existing project

!picture6.png!      !picture7.png!     !picture12.png!

and modified it according to this scheme.

!picture8.png!

And, in the project settings, set VM Options.  !picture9.png!

Now you can open, edit and run the existing project.

However, you can still not create a new project.

*UPDATE:* NetBeans reported a problem with the JavaFX project.

!picture10.png!

But it is definitely related to the fact that we can not create a new JavaFX 
project.

I found the solution, but it works fifty-fifty, so I will not even mention it.

But this bug, with an existing project, does not cause any problems.


was (Author: michal_cat):
I downloaded openjavafx.

Important files are jar and src - I extracted folders into c:\javafx-sdk-11.

I added the jar files to the library to an existing project

!picture6.png!      !picture7.png!     !picture12.png!

and modified it according to this scheme. !picture8.png!

And, in the project settings, set VM Options.  !picture9.png!

Now you can open, edit and run the existing project.

However, you can still not create a new project.

*UPDATE:* NetBeans reported a problem with the JavaFX project.  !picture10.png!

But it is definitely related to the fact that we can not create a new JavaFX 
project.

I found the solution, but it works fifty-fifty, so I will not even mention it.

But this bug, with an existing project, does not cause any problems.

> It is not possible to create a new JavaFX project in JDK 11
> ---
>
> Key: NETBEANS-1343
> URL: https://issues.apache.org/jira/browse/NETBEANS-1343
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 862, Java 11
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: javafx
> Attachments: picture1.png, picture10.png, picture11.png, 
> picture12.png, picture2.png, picture3.png, picture4.png, picture5.png, 
> picture6.png, picture7.png, picture8.png, picture9.png
>
>
> Hello,
> Unable to create projects.
> New Java Project
> !picture1.png!
> New JavaFX project
> !picture2.png!
> Please advise.
> Thank you
> PS. Projects in HTML / CSS / JS / PHP can be created without any problem.



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

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

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



[jira] [Comment Edited] (NETBEANS-1343) It is not possible to create a new JavaFX project in JDK 11

2018-10-10 Thread Michal Rama (JIRA)


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

Michal Rama edited comment on NETBEANS-1343 at 10/10/18 2:26 PM:
-

As can be seen from the manual in which

!picture4.png!

is used, JavaFX has not been part of Java 6 yet.

Later, JavaFX was part of Java, so the tab lost its significance.

With Java 11, it returned to its original state without JavaFX.

Instructions are there but refer to a JavaFX tab that has been removed and no 
one has added it back.

_*ONLY MY THEORY*_

*UPDATE:* It is as if NetBeans itself knew that Java 10 is installed on the PC 
and therefore offers the possibility of creating a JavaFX project.

But then, of course, you will see an error

!picture3.png!

You need to manually create a new platform (eg. JDK 10 and select folder 
jdk-10.0.2)

Then simply switch to JDK 10, the error disappears and the project can be 
created.  !picture11.png!

It is also possible to notice that JDK 11 can no longer be switched back.

If you delete JDK 10, it returns to its original state.

!picture3.png!

Obviously, the developer did not care enough.

Anyway, I still do not know what to do to create a new JavaFX project.

I will be very grateful for any advice.


was (Author: michal_cat):
As can be seen from the manual in which

!picture4.png!

is used, JavaFX has not been part of Java6 yet.

Later, JavaFX was part of Java, so the tab lost its significance.

With java11, it returned to its original state without JavaFX.

Instructions are there but refer to a JavaFX tab that has been removed and no 
one has added it back.

_*ONLY MY THEORY*_

*UPDATE:* It is as if NetBeans itself knew that Java 10 is installed on the PC 
and therefore offers the possibility of creating a JavaFX project.

But then, of course, you will see an error

!picture3.png!

You need to manually create a new platform (eg. JDK 10 and select folder 
jdk-10.0.2)

Then simply switch to JDK 10, the error disappears and the project can be 
created.  !picture11.png!

It is also possible to notice that JDK 11 can no longer be switched back.

If you delete JDK 10, it returns to its original state.

!picture3.png!

Obviously, the developer did not care enough.

Anyway, I still do not know what to do to create a new JavaFX project.

I will be very grateful for any advice.

> It is not possible to create a new JavaFX project in JDK 11
> ---
>
> Key: NETBEANS-1343
> URL: https://issues.apache.org/jira/browse/NETBEANS-1343
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 862, Java 11
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: javafx
> Attachments: picture1.png, picture10.png, picture11.png, 
> picture12.png, picture2.png, picture3.png, picture4.png, picture5.png, 
> picture6.png, picture7.png, picture8.png, picture9.png
>
>
> Hello,
> Unable to create projects.
> New Java Project
> !picture1.png!
> New JavaFX project
> !picture2.png!
> Please advise.
> Thank you
> PS. Projects in HTML / CSS / JS / PHP can be created without any problem.



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

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

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



[jira] [Comment Edited] (NETBEANS-1343) It is not possible to create a new JavaFX project in JDK 11

2018-10-10 Thread Michal Rama (JIRA)


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

Michal Rama edited comment on NETBEANS-1343 at 10/10/18 2:18 PM:
-

Yes. But now it has returned to the original (bad) state.

It is not possible to create a new JavaFX project  !picture3.png!

The solution can not be used because it is made on the old version of NetBeans, 
where the JavaFX bookmark, which is no longer in the current version, is still 
there.

!picture4.png!

!picture5.png!

Please advise.


was (Author: michal_cat):
Yes. But now it has returned to the original (bad) state.

It is not possible to create a new JavaFX project  !picture3.png!

The solution can not be used because it is made on the old version of NetBeans, 
where the JavaFX bookmark, which is no longer in the current version, is still 
there. !picture4.png!

!picture5.png!

Please advise.

> It is not possible to create a new JavaFX project in JDK 11
> ---
>
> Key: NETBEANS-1343
> URL: https://issues.apache.org/jira/browse/NETBEANS-1343
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 862, Java 11
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: javafx
> Attachments: picture1.png, picture10.png, picture11.png, 
> picture12.png, picture2.png, picture3.png, picture4.png, picture5.png, 
> picture6.png, picture7.png, picture8.png, picture9.png
>
>
> Hello,
> Unable to create projects.
> New Java Project
> !picture1.png!
> New JavaFX project
> !picture2.png!
> Please advise.
> Thank you
> PS. Projects in HTML / CSS / JS / PHP can be created without any problem.



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

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

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



[jira] [Comment Edited] (NETBEANS-1343) It is not possible to create a new JavaFX project in JDK 11

2018-10-10 Thread Michal Rama (JIRA)


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

Michal Rama edited comment on NETBEANS-1343 at 10/10/18 2:18 PM:
-

Yes. But now it has returned to the original (bad) state.

It is not possible to create a new JavaFX project  !picture3.png!

The solution can not be used because it is made on the old version of NetBeans, 
where the JavaFX bookmark, which is no longer in the current version, is still 
there. !picture4.png!

!picture5.png!

Please advise.


was (Author: michal_cat):
Yes. But now it has returned to the original (bad) state.

It is not possible to create a new JavaFX project  !picture3.png!

The solution can not be used because it is made on the old version of NetBeans, 
where the JavaFX tab  !picture4.png!

is not in the current version  !picture5.png!

Please advise.

> It is not possible to create a new JavaFX project in JDK 11
> ---
>
> Key: NETBEANS-1343
> URL: https://issues.apache.org/jira/browse/NETBEANS-1343
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 862, Java 11
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: javafx
> Attachments: picture1.png, picture10.png, picture11.png, 
> picture12.png, picture2.png, picture3.png, picture4.png, picture5.png, 
> picture6.png, picture7.png, picture8.png, picture9.png
>
>
> Hello,
> Unable to create projects.
> New Java Project
> !picture1.png!
> New JavaFX project
> !picture2.png!
> Please advise.
> Thank you
> PS. Projects in HTML / CSS / JS / PHP can be created without any problem.



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

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

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



[jira] [Comment Edited] (NETBEANS-1343) It is not possible to create a new JavaFX project in JDK 11

2018-10-10 Thread Michal Rama (JIRA)


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

Michal Rama edited comment on NETBEANS-1343 at 10/10/18 2:19 PM:
-

Yes. But now it has returned to the original (bad) state.

It is not possible to create a new JavaFX project  !picture3.png!

The solution can not be used because it is made on the old version of NetBeans, 
where the JavaFX tab, which is no longer in the current version, is still there.

!picture4.png!

!picture5.png!

Please advise.


was (Author: michal_cat):
Yes. But now it has returned to the original (bad) state.

It is not possible to create a new JavaFX project  !picture3.png!

The solution can not be used because it is made on the old version of NetBeans, 
where the JavaFX bookmark, which is no longer in the current version, is still 
there.

!picture4.png!

!picture5.png!

Please advise.

> It is not possible to create a new JavaFX project in JDK 11
> ---
>
> Key: NETBEANS-1343
> URL: https://issues.apache.org/jira/browse/NETBEANS-1343
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 862, Java 11
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: javafx
> Attachments: picture1.png, picture10.png, picture11.png, 
> picture12.png, picture2.png, picture3.png, picture4.png, picture5.png, 
> picture6.png, picture7.png, picture8.png, picture9.png
>
>
> Hello,
> Unable to create projects.
> New Java Project
> !picture1.png!
> New JavaFX project
> !picture2.png!
> Please advise.
> Thank you
> PS. Projects in HTML / CSS / JS / PHP can be created without any problem.



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

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

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



[jira] [Created] (NETBEANS-1393) F1 don't show help window

2018-10-10 Thread Rodrigo Teixeira Andreotti (JIRA)
Rodrigo Teixeira Andreotti created NETBEANS-1393:


 Summary: F1 don't show help window
 Key: NETBEANS-1393
 URL: https://issues.apache.org/jira/browse/NETBEANS-1393
 Project: NetBeans
  Issue Type: Bug
Reporter: Rodrigo Teixeira Andreotti


Pressing F1 key no window is showed



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

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

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



[jira] [Created] (NETBEANS-1395) Java Plataforms Help Button don't working

2018-10-10 Thread Rodrigo Teixeira Andreotti (JIRA)
Rodrigo Teixeira Andreotti created NETBEANS-1395:


 Summary: Java Plataforms Help Button don't working
 Key: NETBEANS-1395
 URL: https://issues.apache.org/jira/browse/NETBEANS-1395
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Help System
Affects Versions: 10.0
 Environment: Windows 10
Reporter: Rodrigo Teixeira Andreotti


Java Plataforms Help Button don't working on click in it no window is opened



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

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

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



[incubator-netbeans] 01/01: Merge pull request #936 from arusinha/review-module-web.monitor

2018-10-10 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

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

commit 47355ec1a49d40ba19b5ca7668899c19a248c774
Merge: 5cd4768 7a1f725
Author: Matthias Bläsing 
AuthorDate: Wed Oct 10 18:43:14 2018 +0200

Merge pull request #936 from arusinha/review-module-web.monitor

[NETBEANS-1074] : module review web.monitor

 enterprise/web.monitor/external/binaries-list  |  19 +-
 .../web.monitor/external/servlet-2.3-license.txt   |  58 --
 .../external/servlet-api-6.0.13-license.txt| 208 +
 enterprise/web.monitor/l10n.list   |  17 ++
 enterprise/web.monitor/licenseinfo.xml |  48 +
 .../web.monitor/nbproject/project.properties   |   2 +-
 .../netbeans/modules/web/monitor/data/monitor.dtd  |  20 ++
 7 files changed, 312 insertions(+), 60 deletions(-)


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

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



[incubator-netbeans] branch master updated (5cd4768 -> 47355ec)

2018-10-10 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

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


from 5cd4768  Merge pull request #956 from 
sarveshkesharwani/netbeans-1074-web.jsf.editor-donation-review
 add 7a1f725  [NETBEANS-1074] : module review web.monitor
 new 47355ec  Merge pull request #936 from 
arusinha/review-module-web.monitor

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 enterprise/web.monitor/external/binaries-list  | 19 ++-
 .../web.monitor/external/servlet-2.3-license.txt   | 58 --
 .../external/servlet-api-6.0.13-license.txt|  9 ++--
 enterprise/web.monitor/l10n.list   | 17 +++
 enterprise/web.monitor/licenseinfo.xml | 48 ++
 .../web.monitor/nbproject/project.properties   |  2 +-
 .../netbeans/modules/web/monitor/data/monitor.dtd  | 20 
 7 files changed, 109 insertions(+), 64 deletions(-)
 delete mode 100644 enterprise/web.monitor/external/servlet-2.3-license.txt
 copy ide/c.google.gson/external/gson-2.7-license.txt => 
enterprise/web.monitor/external/servlet-api-6.0.13-license.txt (98%)
 create mode 100644 enterprise/web.monitor/licenseinfo.xml


-
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-1397) NetBeans ignores Automatic-Module-Name when java modules are used

2018-10-10 Thread Pavel_K (JIRA)


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

Pavel_K updated NETBEANS-1397:
--
Description: 
According to JPMS specs the name of automatic module can be set via MANIFEST.MF 
by Automatic-Module-Name entry. However, NetBeans doesn't read this entry and 
it gives problem. For example, there is a module which file name is 
`foo-boo-1.0.jar` with Automatic-Module-Name as `super.foo`. In my module I 
must use automatic module set in manifest otherwise JVM won't find this module. 
That's why I do
{code:java}
module my.module {
requires super.foo;//LINE X
}
{code}
At line X NetBeans shows me an error as it can't find this module! However, 
compiler compiles module without problem.

  was:
According to JPMS specs the name of automatic module can be set via MANIFEST.MF 
by Automatic-Module-Name entry. However, netbeans doesn't read this entry and 
it gives problem. For example, there is module which file name is 
`foo-boo-1.0.jar` with Automatic-Module-Name as `super.foo`. In my module I 
must use automatic module set in manifest otherwise JVM won't find this module. 
That's why I do

module my.module {
requires super.foo;//LINE X
}
At line X NetBeans shows me an error and it can't find this module! However, 
compiler compiles module without problem.


> NetBeans ignores Automatic-Module-Name when java modules are used
> -
>
> Key: NETBEANS-1397
> URL: https://issues.apache.org/jira/browse/NETBEANS-1397
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Pavel_K
>Priority: Major
>
> According to JPMS specs the name of automatic module can be set via 
> MANIFEST.MF by Automatic-Module-Name entry. However, NetBeans doesn't read 
> this entry and it gives problem. For example, there is a module which file 
> name is `foo-boo-1.0.jar` with Automatic-Module-Name as `super.foo`. In my 
> module I must use automatic module set in manifest otherwise JVM won't find 
> this module. That's why I do
> {code:java}
> module my.module {
> requires super.foo;//LINE X
> }
> {code}
> At line X NetBeans shows me an error as it can't find this module! However, 
> compiler compiles module without problem.



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

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

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



[incubator-netbeans] branch master updated (7234527 -> 5cd4768)

2018-10-10 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

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


from 7234527  Merge pull request #910 from arusinha/netbeans-804
 add 08a23e3  [NETBEANS-1074] Module Review web.jsf.editor
 add 19a53fc  [NETBEANS-1074] Module Review web.jsf.editor
 add db80756  Removing jsf_editor_api_target_location from build.xml
 add 3ffb178  [NETBEANS-1074] Module Review web.jsf.editor
 new 5cd4768  Merge pull request #956 from 
sarveshkesharwani/netbeans-1074-web.jsf.editor-donation-review

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 enterprise/web.jsf.editor/build.xml| 28 +
 enterprise/web.jsf.editor/external/binaries-list   | 19 +++-
 txt => generated-jsf-api-docs-2.0-license.txt} | 36 --
 ...txt => javax.faces-api-2.0-javadoc-license.txt} | 35 +++--
 enterprise/web.jsf.editor/licenseinfo.xml  | 33 
 .../web.jsf.editor/nbproject/project.properties|  2 +-
 6 files changed, 133 insertions(+), 20 deletions(-)
 copy enterprise/web.jsf.editor/external/{jsf-api-docs-license.txt => 
generated-jsf-api-docs-2.0-license.txt} (92%)
 rename enterprise/web.jsf.editor/external/{jsf-api-docs-license.txt => 
javax.faces-api-2.0-javadoc-license.txt} (92%)
 create mode 100644 enterprise/web.jsf.editor/licenseinfo.xml


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

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



[incubator-netbeans] 01/01: Merge pull request #956 from sarveshkesharwani/netbeans-1074-web.jsf.editor-donation-review

2018-10-10 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

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

commit 5cd4768c925cdd7dc935ceb4d86f9b3d0271821d
Merge: 7234527 3ffb178
Author: Matthias Bläsing 
AuthorDate: Wed Oct 10 17:42:13 2018 +0200

Merge pull request #956 from 
sarveshkesharwani/netbeans-1074-web.jsf.editor-donation-review

[NETBEANS-1074] Module Review web.jsf.editor

 enterprise/web.jsf.editor/build.xml| 28 +
 enterprise/web.jsf.editor/external/binaries-list   | 19 +++-
 txt => generated-jsf-api-docs-2.0-license.txt} | 36 --
 ...txt => javax.faces-api-2.0-javadoc-license.txt} | 35 +++--
 enterprise/web.jsf.editor/licenseinfo.xml  | 33 
 .../web.jsf.editor/nbproject/project.properties|  2 +-
 6 files changed, 133 insertions(+), 20 deletions(-)


-
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-1394) Help Button on Find and Replace don't works

2018-10-10 Thread Rodrigo Teixeira Andreotti (JIRA)
Rodrigo Teixeira Andreotti created NETBEANS-1394:


 Summary: Help Button on Find and Replace don't works
 Key: NETBEANS-1394
 URL: https://issues.apache.org/jira/browse/NETBEANS-1394
 Project: NetBeans
  Issue Type: Bug
  Components: platform - Help System
Affects Versions: 10.0
 Environment: Windows 10
Reporter: Rodrigo Teixeira Andreotti


Help Button on Find and Replace don't works, on click in it no window is opened



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

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

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



[jira] [Created] (NETBEANS-1397) NetBeans ignores Automatic-Module-Name when java modules are used

2018-10-10 Thread Pavel_K (JIRA)
Pavel_K created NETBEANS-1397:
-

 Summary: NetBeans ignores Automatic-Module-Name when java modules 
are used
 Key: NETBEANS-1397
 URL: https://issues.apache.org/jira/browse/NETBEANS-1397
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 9.0
Reporter: Pavel_K


According to JPMS specs the name of automatic module can be set via MANIFEST.MF 
by Automatic-Module-Name entry. However, netbeans doesn't read this entry and 
it gives problem. For example, there is module which file name is 
`foo-boo-1.0.jar` with Automatic-Module-Name as `super.foo`. In my module I 
must use automatic module set in manifest otherwise JVM won't find this module. 
That's why I do

module my.module {
requires super.foo;//LINE X
}
At line X NetBeans shows me an error and it can't find this module! However, 
compiler compiles module without problem.



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

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

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



[jira] [Created] (NETBEANS-1396) Maven: Downloaded javadoc / sources not attached to artifact with classifier

2018-10-10 Thread Thomas Zimmermann (JIRA)
Thomas Zimmermann created NETBEANS-1396:
---

 Summary: Maven: Downloaded javadoc / sources not attached to 
artifact with classifier
 Key: NETBEANS-1396
 URL: https://issues.apache.org/jira/browse/NETBEANS-1396
 Project: NetBeans
  Issue Type: Bug
Reporter: Thomas Zimmermann
 Attachments: javafx11-javadoc-sources-download.zip

The Maven artifacts org.openjfx:javafx-controls and friends use a jar with 
classifier for each operating system for the actual classes, javafx-controls is 
only an empty shell. If I understand correctly, sources / javadoc are attached 
in maven by having additional artifacts with the classifiers "sources" and 
"javadoc". Both are available for javafx-controls etc., but NetBeans doesn't 
use them for javafx-controls (linux) (the platform specific version with the 
actual classes). I think that's a bug, NetBeans should use the sources and 
javadoc artifacts for all artifacts of the same groupId + artifactId.

Steps to reproduce:
 # Download attached maven project
 # Right click Dependencies -> Download Javadoc + Download Sources
 # Open App.java, see that no source / docs are attached for 
javafx.application.Application



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

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

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



[jira] [Created] (NETBEANS-1391) Compile on save option is disabled for j2se project

2018-10-10 Thread Rodrigo Teixeira Andreotti (JIRA)
Rodrigo Teixeira Andreotti created NETBEANS-1391:


 Summary: Compile on save option is disabled for j2se project
 Key: NETBEANS-1391
 URL: https://issues.apache.org/jira/browse/NETBEANS-1391
 Project: NetBeans
  Issue Type: Bug
  Components: java - Project
Affects Versions: 10.0
Reporter: Rodrigo Teixeira Andreotti
 Attachments: Compile project with errors.PNG

Compile on save option is disabled for j2se project



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

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

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



[jira] [Comment Edited] (NETBEANS-1343) It is not possible to create a new JavaFX project in JDK 11

2018-10-10 Thread Michal Rama (JIRA)


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

Michal Rama edited comment on NETBEANS-1343 at 10/10/18 2:23 PM:
-

I downloaded openjavafx.

Important files are jar and src - I extracted folders into c:\javafx-sdk-11.

I added the jar files to the library to an existing project

!picture6.png!      !picture7.png!     !picture12.png!

and modified it according to this scheme. !picture8.png!

And, in the project settings, set VM Options.  !picture9.png!

Now you can open, edit and run the existing project.

However, you can still not create a new project.

*UPDATE:* NetBeans reported a problem with the JavaFX project.  !picture10.png!

But it is definitely related to the fact that we can not create a new JavaFX 
project.

I found the solution, but it works fifty-fifty, so I will not even mention it.

But this bug, with an existing project, does not cause any problems.


was (Author: michal_cat):
I downloaded openjavafx.

Important files are jar and src - I extracted folders into c:\javafx-sdk-11.

I added the jar files to the library to an existing project

!picture6.png!     !picture7.png!    !picture12.png!

and modified it according to this scheme.  !picture8.png!

And, in the project settings, set VM Options. !picture9.png!

Now you can open, edit and run the existing project.

However, you can still not create a new project.

*UPDATE:* NetBeans reported a problem with the JavaFX project.  !picture10.png!

But it is definitely related to the fact that we can not create a new JavaFX 
project.

I found the solution, but it works fifty-fifty, so I will not even mention it.

But this bug, with an existing project, does not cause any problems.

> It is not possible to create a new JavaFX project in JDK 11
> ---
>
> Key: NETBEANS-1343
> URL: https://issues.apache.org/jira/browse/NETBEANS-1343
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 862, Java 11
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: javafx
> Attachments: picture1.png, picture10.png, picture11.png, 
> picture12.png, picture2.png, picture3.png, picture4.png, picture5.png, 
> picture6.png, picture7.png, picture8.png, picture9.png
>
>
> Hello,
> Unable to create projects.
> New Java Project
> !picture1.png!
> New JavaFX project
> !picture2.png!
> Please advise.
> Thank you
> PS. Projects in HTML / CSS / JS / PHP can be created without any problem.



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

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

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



[jira] [Comment Edited] (NETBEANS-1343) It is not possible to create a new JavaFX project in JDK 11

2018-10-10 Thread Michal Rama (JIRA)


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

Michal Rama edited comment on NETBEANS-1343 at 10/10/18 2:22 PM:
-

I downloaded openjavafx.

Important files are jar and src - I extracted folders into c:\javafx-sdk-11.

I added the jar files to the library to an existing project

!picture6.png!     !picture7.png!    !picture12.png!

and modified it according to this scheme.  !picture8.png!

And, in the project settings, set VM Options. !picture9.png!

Now you can open, edit and run the existing project.

However, you can still not create a new project.

*UPDATE:* NetBeans reported a problem with the JavaFX project.  !picture10.png!

But it is definitely related to the fact that we can not create a new JavaFX 
project.

I found the solution, but it works fifty-fifty, so I will not even mention it.

But this bug, with an existing project, does not cause any problems.


was (Author: michal_cat):
I downloaded openjavafx.

Important files are jar  !picture6.png!  and src   !picture7.png!  I extracted 
folders into c:\javafx-sdk-11

I added the jar files to the library to an existing project  !picture12.png!

and modified it according to this scheme. !picture8.png!

And, in the project settings, set VM Options.  !picture9.png!

Now you can open, edit and run the existing project.

However, you can still not create a new project.

*UPDATE:* NetBeans reported a problem with the JavaFX project.  !picture10.png!

But it is definitely related to the fact that we can not create a new JavaFX 
project.

I found the solution, but it works fifty-fifty, so I will not even mention it.

But this bug, with an existing project, does not cause any problems.

> It is not possible to create a new JavaFX project in JDK 11
> ---
>
> Key: NETBEANS-1343
> URL: https://issues.apache.org/jira/browse/NETBEANS-1343
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 862, Java 11
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: javafx
> Attachments: picture1.png, picture10.png, picture11.png, 
> picture12.png, picture2.png, picture3.png, picture4.png, picture5.png, 
> picture6.png, picture7.png, picture8.png, picture9.png
>
>
> Hello,
> Unable to create projects.
> New Java Project
> !picture1.png!
> New JavaFX project
> !picture2.png!
> Please advise.
> Thank you
> PS. Projects in HTML / CSS / JS / PHP can be created without any problem.



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

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

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



[jira] [Closed] (NETBEANS-1391) Compile on save option is disabled for j2se project

2018-10-10 Thread Rodrigo Teixeira Andreotti (JIRA)


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

Rodrigo Teixeira Andreotti closed NETBEANS-1391.

   Resolution: Not A Bug
Fix Version/s: 10.0

I netbeans data folder and recreate it, and works

> Compile on save option is disabled for j2se project
> ---
>
> Key: NETBEANS-1391
> URL: https://issues.apache.org/jira/browse/NETBEANS-1391
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Project
>Affects Versions: 10.0
>Reporter: Rodrigo Teixeira Andreotti
>Priority: Trivial
>  Labels: compile, compile-on-save, windows
> Fix For: 10.0
>
> Attachments: Compile project with errors.PNG
>
>
> Compile on save option is disabled for j2se project



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

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

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



[jira] [Created] (NETBEANS-1398) Attach profiler to existing process fails

2018-10-10 Thread Austin Stephens (JIRA)
Austin Stephens created NETBEANS-1398:
-

 Summary: Attach profiler to existing process fails
 Key: NETBEANS-1398
 URL: https://issues.apache.org/jira/browse/NETBEANS-1398
 Project: NetBeans
  Issue Type: Bug
  Components: profiler - Attach
Affects Versions: 9.0, Next
 Environment: Mac 10.10 JDK 10.0.2
Reporter: Austin Stephens


It seems to succeed, but HotSpotVirtualMachine.loadAgentLibrary is expecting 
execute to return "return code: 0". It is instead returning "0", so it thinks 
it failed.

Call Stack:
{noformat}
HotSpotVirtualMachine.loadAgentLibrary:98    
HotSpotVirtualMachine.loadAgentLibrary:115    
HotSpotVirtualMachine.loadAgent:139    
NetBeansProfiler.loadAgentIntoTargetJVM:791    
NetBeansProfiler.attachToApp:759    
ProfilerLauncher$ProfilerSessionImpl$1.run:112    
RequestProcessor$Task.run:1418    
GlobalLookup.execute:45    
Lookups.executeWith:278    
RequestProcessor$Processor.run:2033   {noformat}



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

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

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



[jira] [Comment Edited] (NETBEANS-1343) It is not possible to create a new JavaFX project in JDK 11

2018-10-10 Thread Michal Rama (JIRA)


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

Michal Rama edited comment on NETBEANS-1343 at 10/10/18 9:31 PM:
-

Yes. But now it has returned to the original (bad) state.

It is not possible to create a new JavaFX project  !picture3.png!

The solution can not be used because it is for the old version of NetBeans, 
where the JavaFX tab is still there.

!picture4.png!

!picture5.png!

Please advise.


was (Author: michal_cat):
Yes. But now it has returned to the original (bad) state.

It is not possible to create a new JavaFX project  !picture3.png!

The solution can not be used because it is made on the old version of NetBeans, 
where the JavaFX tab, which is no longer in the current version, is still there.

!picture4.png!

!picture5.png!

Please advise.

> It is not possible to create a new JavaFX project in JDK 11
> ---
>
> Key: NETBEANS-1343
> URL: https://issues.apache.org/jira/browse/NETBEANS-1343
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 862, Java 11
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: javafx
> Attachments: picture1.png, picture10.png, picture11.png, 
> picture12.png, picture2.png, picture3.png, picture4.png, picture5.png, 
> picture6.png, picture7.png, picture8.png, picture9.png
>
>
> Hello,
> Unable to create projects.
> New Java Project
> !picture1.png!
> New JavaFX project
> !picture2.png!
> Please advise.
> Thank you
> PS. Projects in HTML / CSS / JS / PHP can be created without any problem.



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

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

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



[jira] [Commented] (NETBEANS-7) Provide basic editor features (syntax highlighting, braces matching, completion, etc) for more file types

2018-10-10 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-7:
---

Using LSP here is not an option for simple syntax highlighting, because LSP 
can't handle syntax highlighting (yet).

> Provide basic editor features (syntax highlighting, braces matching, 
> completion, etc) for more file types
> -
>
> Key: NETBEANS-7
> URL: https://issues.apache.org/jira/browse/NETBEANS-7
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - UI
>Reporter: Emilian Bold
>Priority: Major
>
> We could provide basic editor features (syntax highlighting, braces matching, 
> completion, etc) for more languages based on the existing corpus of 
> definitions from other editors/IDEs. See
> * 
> http://docs.notepad-plus-plus.org/index.php?title=User_Defined_Language_Files
> * http://docs.sublimetext.info/en/latest/extensibility/syntaxdefs.html
> * https://code.visualstudio.com/docs/extensionAPI/language-support
> * http://www.ultraedit.com/downloads/extras/wordfiles.html#wordfiles
> The basic editor features would usually get replaced once more proper plugins 
> are installed for a given language.
> We could even introduce a mechanism to promote to users the full plugins 
> (from the Plugin Portal, etc) once they start editing given file types.



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

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

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



[jira] [Comment Edited] (NETBEANS-1343) It is not possible to create a new JavaFX project in JDK 11

2018-10-10 Thread Michal Rama (JIRA)


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

Michal Rama edited comment on NETBEANS-1343 at 10/10/18 8:24 PM:
-

I downloaded openjavafx.

Important files are jar and src - I extracted folders into c:\javafx-sdk-11.

I added the jar files to the library to an existing project

!picture6.png!      !picture7.png!     !picture12.png!

and modified it according to this scheme.

!picture8.png!

And, in the project settings, set VM Options.

!picture9.png!

Now you can open, edit and run the existing project.

However, you can still not create a new project.

*UPDATE:* NetBeans reported a problem with the JavaFX project.

!picture10.png!

But it is definitely related to the fact that we can not create a new JavaFX 
project.

I found the solution, but it works fifty-fifty, so I will not even mention it.

But this bug, with an existing project, does not cause any problems.


was (Author: michal_cat):
I downloaded openjavafx.

Important files are jar and src - I extracted folders into c:\javafx-sdk-11.

I added the jar files to the library to an existing project

!picture6.png!      !picture7.png!     !picture12.png!

and modified it according to this scheme.

!picture8.png!

And, in the project settings, set VM Options.  !picture9.png!

Now you can open, edit and run the existing project.

However, you can still not create a new project.

*UPDATE:* NetBeans reported a problem with the JavaFX project.

!picture10.png!

But it is definitely related to the fact that we can not create a new JavaFX 
project.

I found the solution, but it works fifty-fifty, so I will not even mention it.

But this bug, with an existing project, does not cause any problems.

> It is not possible to create a new JavaFX project in JDK 11
> ---
>
> Key: NETBEANS-1343
> URL: https://issues.apache.org/jira/browse/NETBEANS-1343
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 862, Java 11
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: javafx
> Attachments: picture1.png, picture10.png, picture11.png, 
> picture12.png, picture2.png, picture3.png, picture4.png, picture5.png, 
> picture6.png, picture7.png, picture8.png, picture9.png
>
>
> Hello,
> Unable to create projects.
> New Java Project
> !picture1.png!
> New JavaFX project
> !picture2.png!
> Please advise.
> Thank you
> PS. Projects in HTML / CSS / JS / PHP can be created without any problem.



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

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

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



[jira] [Comment Edited] (NETBEANS-61) Allow Authenticator to be pluggable

2018-10-10 Thread Christian Lenz (JIRA)


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

Christian Lenz edited comment on NETBEANS-61 at 10/10/18 8:32 PM:
--

Hey [~phansson] what is the progress of the PR? Can you have a look again into 
the PR?


was (Author: chrizzly):
What is the progress of the PR?

> Allow Authenticator to be pluggable
> ---
>
> Key: NETBEANS-61
> URL: https://issues.apache.org/jira/browse/NETBEANS-61
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Other
>Reporter: phansson
>Priority: Major
>
> Currently the Platform will install its own version of an 
> [Authenticator|https://docs.oracle.com/javase/8/docs/api/java/net/Authenticator.html],
>  called {{NbAuthenticator}}. There's no way for Platform users to use their 
> own Authenticator which may be more appropriate for the given application 
> than the one provided by the Platform by default.
> Thanks to Lookup this is dead easy to fix.



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

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

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



[jira] [Commented] (NETBEANS-61) Allow Authenticator to be pluggable

2018-10-10 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-61:


What is the progress of the PR?

> Allow Authenticator to be pluggable
> ---
>
> Key: NETBEANS-61
> URL: https://issues.apache.org/jira/browse/NETBEANS-61
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Other
>Reporter: phansson
>Priority: Major
>
> Currently the Platform will install its own version of an 
> [Authenticator|https://docs.oracle.com/javase/8/docs/api/java/net/Authenticator.html],
>  called {{NbAuthenticator}}. There's no way for Platform users to use their 
> own Authenticator which may be more appropriate for the given application 
> than the one provided by the Platform by default.
> Thanks to Lookup this is dead easy to fix.



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

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

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



[jira] [Commented] (NETBEANS-55) Incorrect brace matching in Netbeans 8.2

2018-10-10 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-55:


[~lfsaestrella] unfortunately not. It is not working proper in every language 
sometimes you got the closing bracket right after you type the opening and 
sometimes not, depends on the language.

> Incorrect brace matching in Netbeans 8.2
> 
>
> Key: NETBEANS-55
> URL: https://issues.apache.org/jira/browse/NETBEANS-55
> Project: NetBeans
>  Issue Type: Bug
>  Components: editor - Formatting  Indentation, php - Formatting 
>  Indentation
>Affects Versions: 8.2
> Environment: Using netbeans with php support in Laravel environment.
>Reporter: Luis Filipe de Sá Estrella
>Priority: Major
>
> I'm trying to use Netbeans 8.2 to develop a laravel application. I noticed 
> that there are some inconsistencies on brace/parenthesis matching on certain 
> situations. For example when I type the last brace in
> {quote}Route::get('app/test', function() {){quote}
> and press enter I expect
> {quote}Route::get('app/test', function() {
> }){quote}
> but I get
> {quote}Route::get('app/test', function() {
> ){quote}
> And when I type the same, but inserting a space between the brace and the 
> parenthesis, like this
> {quote}Route::get('app/test', function() { ){quote}
> and when I put the cursor right after the brace and type enter, the result is
> {quote}Route::get('app/test', function() {
> )
> }{quote}
> Note where both the ending brace and ending parenthesis are.



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

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

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



[jira] [Comment Edited] (NETBEANS-1343) It is not possible to create a new JavaFX project in JDK 11

2018-10-10 Thread Michal Rama (JIRA)


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

Michal Rama edited comment on NETBEANS-1343 at 10/10/18 8:28 PM:
-

As you can see

!picture4.png!

JavaFX has not been part of Java 6 yet.

Later, JavaFX was part of Java, so the tab lost its significance.

With Java 11, it returned to its original state without JavaFX.

Instructions are there but refer to a JavaFX tab that has been removed and no 
one has added it back.

_*ONLY MY THEORY*_

*UPDATE:* It is as if NetBeans itself knew that Java 10 is installed on the PC 
and therefore offers the possibility of creating a JavaFX project.

But then, of course, you will see an error

!picture3.png!

You need to manually create a new platform (eg. JDK 10 and select folder 
jdk-10.0.2)

Then simply switch to JDK 10, the error disappears and the project can be 
created.

!picture11.png!

It is also possible to notice that JDK 11 can no longer be switched back.

If you delete JDK 10, it returns to its original state.

!picture3.png!

Probably this is insufficiently solved when I launch NetBeans in Java 11 and no 
other version will be available on platforms.

That's why no one has solved the error message because this situation (picture 
above) should not happen at all.

Obviously, the developer did not care enough.

Anyway, I still do not know what to do to create a new JavaFX project.

I will be very grateful for any advice.


was (Author: michal_cat):
As can be seen from the manual in which

!picture4.png!

is used, JavaFX has not been part of Java 6 yet.

Later, JavaFX was part of Java, so the tab lost its significance.

With Java 11, it returned to its original state without JavaFX.

Instructions are there but refer to a JavaFX tab that has been removed and no 
one has added it back.

_*ONLY MY THEORY*_

*UPDATE:* It is as if NetBeans itself knew that Java 10 is installed on the PC 
and therefore offers the possibility of creating a JavaFX project.

But then, of course, you will see an error

!picture3.png!

You need to manually create a new platform (eg. JDK 10 and select folder 
jdk-10.0.2)

Then simply switch to JDK 10, the error disappears and the project can be 
created.  !picture11.png!

It is also possible to notice that JDK 11 can no longer be switched back.

If you delete JDK 10, it returns to its original state.

!picture3.png!

Probably this is insufficiently solved when I launch NetBeans in Java 11 and no 
other version will be available on platforms.

That's why no one has solved the error message because this situation (picture 
above) should not happen at all.

Obviously, the developer did not care enough.

Anyway, I still do not know what to do to create a new JavaFX project.

I will be very grateful for any advice.

> It is not possible to create a new JavaFX project in JDK 11
> ---
>
> Key: NETBEANS-1343
> URL: https://issues.apache.org/jira/browse/NETBEANS-1343
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 862, Java 11
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: javafx
> Attachments: picture1.png, picture10.png, picture11.png, 
> picture12.png, picture2.png, picture3.png, picture4.png, picture5.png, 
> picture6.png, picture7.png, picture8.png, picture9.png
>
>
> Hello,
> Unable to create projects.
> New Java Project
> !picture1.png!
> New JavaFX project
> !picture2.png!
> Please advise.
> Thank you
> PS. Projects in HTML / CSS / JS / PHP can be created without any problem.



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

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

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



[jira] [Commented] (NETBEANS-7) Provide basic editor features (syntax highlighting, braces matching, completion, etc) for more file types

2018-10-10 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-7:
---

Maybe this can help later: 
https://github.com/Microsoft/vscode-languageserver-node/pull/367

> Provide basic editor features (syntax highlighting, braces matching, 
> completion, etc) for more file types
> -
>
> Key: NETBEANS-7
> URL: https://issues.apache.org/jira/browse/NETBEANS-7
> Project: NetBeans
>  Issue Type: Improvement
>  Components: ide - UI
>Reporter: Emilian Bold
>Priority: Major
>
> We could provide basic editor features (syntax highlighting, braces matching, 
> completion, etc) for more languages based on the existing corpus of 
> definitions from other editors/IDEs. See
> * 
> http://docs.notepad-plus-plus.org/index.php?title=User_Defined_Language_Files
> * http://docs.sublimetext.info/en/latest/extensibility/syntaxdefs.html
> * https://code.visualstudio.com/docs/extensionAPI/language-support
> * http://www.ultraedit.com/downloads/extras/wordfiles.html#wordfiles
> The basic editor features would usually get replaced once more proper plugins 
> are installed for a given language.
> We could even introduce a mechanism to promote to users the full plugins 
> (from the Plugin Portal, etc) once they start editing given file types.



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

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

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



[jira] [Commented] (NETBEANS-1397) NetBeans ignores Automatic-Module-Name when java modules are used

2018-10-10 Thread Pavel_K (JIRA)


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

Pavel_K commented on NETBEANS-1397:
---

[~jlahoda] Thank you for your answer. I didn't try with `super` either as I 
wanted to explain the principle. So, this is full example:

I use jetty, that uses automatic-module-name, so it is necessary to do the 
following:
$ git clone https://github.com/eclipse/jetty.project.git
$ cd jetty.project
$ git checkout jetty-9.4.x-2191-jpms_automatic_module_name
$ mvn clean install -DskipTests

Now open in NetBeans 9.0 the project I attached and you will see the errors. 
Try to compile the project. Try to make code completion. 

> NetBeans ignores Automatic-Module-Name when java modules are used
> -
>
> Key: NETBEANS-1397
> URL: https://issues.apache.org/jira/browse/NETBEANS-1397
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Pavel_K
>Priority: Major
> Attachments: mavenproject22.zip
>
>
> According to JPMS specs the name of automatic module can be set via 
> MANIFEST.MF by Automatic-Module-Name entry. However, NetBeans doesn't read 
> this entry and it gives problem. For example, there is a module which file 
> name is `foo-boo-1.0.jar` with Automatic-Module-Name as `super.foo`. In my 
> module I must use automatic module set in manifest otherwise JVM won't find 
> this module. That's why I do
> {code:java}
> module my.module {
> requires super.foo;//LINE X
> }
> {code}
> At line X NetBeans shows me an error as it can't find this module! However, 
> compiler compiles module without problem.



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

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

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



[jira] [Created] (NETBEANS-1400) Don't removing from lib dir

2018-10-10 Thread Rodrigo Teixeira Andreotti (JIRA)
Rodrigo Teixeira Andreotti created NETBEANS-1400:


 Summary: Don't removing from lib dir
 Key: NETBEANS-1400
 URL: https://issues.apache.org/jira/browse/NETBEANS-1400
 Project: NetBeans
  Issue Type: Bug
  Components: java - Project
Affects Versions: 10.0
Reporter: Rodrigo Teixeira Andreotti


When remove a jar file from library, this one isn't removed from lib dir of 
project.



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

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

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



[jira] [Commented] (NETBEANS-48) Please support horizontal scrolling

2018-10-10 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-48:


I tried 9.0 and I will test it further and NB 10 too and I think this comes 
from the JDK AFAIK. So I think it is working. Will check it again.

> Please support horizontal scrolling
> ---
>
> Key: NETBEANS-48
> URL: https://issues.apache.org/jira/browse/NETBEANS-48
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Window System
>Affects Versions: 8.2, Next
>Reporter: Christian Lenz
>Priority: Major
> Fix For: 9.0
>
>
> I use a touchpad each time and in some areas or most of the time, it is 
> possible to hit shift and scroll up and down to scroll horizontal. So it is 
> ok but not really intuitive. In browsers we don't need to hit an extra key 
> for that. As I wrote it here: 
> https://netbeans.org/bugzilla/show_bug.cgi?id=249339 it is still possible in 
> WebStorm, because of the question, does it work in other Java applications. 
> If WebStorm was written in Java than yes, it works there. So it should work 
> everywhere, when I swipe my fingers from the left to the right or vice versa, 
> it should scroll horizontally. W/o any extra key.
> Regards
> Chris



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

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

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



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

2018-10-10 Thread Christian Lenz (JIRA)


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

Christian Lenz updated NETBEANS-49:
---
Fix Version/s: (was: Next)
   10.0

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



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

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

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



[jira] [Created] (NETBEANS-1399) Required jars are not moved to dist/lib

2018-10-10 Thread Rodrigo Teixeira Andreotti (JIRA)
Rodrigo Teixeira Andreotti created NETBEANS-1399:


 Summary: Required jars are not moved to dist/lib
 Key: NETBEANS-1399
 URL: https://issues.apache.org/jira/browse/NETBEANS-1399
 Project: NetBeans
  Issue Type: Bug
  Components: java - Project
Affects Versions: 10.0
 Environment: Windows 10
Reporter: Rodrigo Teixeira Andreotti


When build a java project with external libraries, the required jars are not 
moved to dist/lib



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

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

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



[jira] [Comment Edited] (NETBEANS-1343) It is not possible to create a new JavaFX project in JDK 11

2018-10-10 Thread Michal Rama (JIRA)


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

Michal Rama edited comment on NETBEANS-1343 at 10/10/18 8:31 PM:
-

I downloaded openjavafx.

Important are jar files and src folders - I extracted them into 
c:\javafx-sdk-11.

I added the jar files to the library to an existing project

!picture6.png!      !picture7.png!     !picture12.png!

and modified it according to this scheme.

!picture8.png!

And, in the project settings, set VM Options.

!picture9.png!

Now you can open, edit and run the existing project.

However, you can still not create a new project.

*UPDATE:* NetBeans reported a problem with the JavaFX project.

!picture10.png!

But it is definitely related to the fact that we can not create a new JavaFX 
project.

I found the solution, but it works fifty-fifty, so I will not even mention it.

But this bug, with an existing project, does not cause any problems.


was (Author: michal_cat):
I downloaded openjavafx.

Important files are jar and src - I extracted folders into c:\javafx-sdk-11.

I added the jar files to the library to an existing project

!picture6.png!      !picture7.png!     !picture12.png!

and modified it according to this scheme.

!picture8.png!

And, in the project settings, set VM Options.

!picture9.png!

Now you can open, edit and run the existing project.

However, you can still not create a new project.

*UPDATE:* NetBeans reported a problem with the JavaFX project.

!picture10.png!

But it is definitely related to the fact that we can not create a new JavaFX 
project.

I found the solution, but it works fifty-fifty, so I will not even mention it.

But this bug, with an existing project, does not cause any problems.

> It is not possible to create a new JavaFX project in JDK 11
> ---
>
> Key: NETBEANS-1343
> URL: https://issues.apache.org/jira/browse/NETBEANS-1343
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Project
>Affects Versions: 10.0
> Environment: Windows 10, Incubator NetBeans Linux 862, Java 11
>Reporter: Michal Rama
>Priority: Blocker
>  Labels: javafx
> Attachments: picture1.png, picture10.png, picture11.png, 
> picture12.png, picture2.png, picture3.png, picture4.png, picture5.png, 
> picture6.png, picture7.png, picture8.png, picture9.png
>
>
> Hello,
> Unable to create projects.
> New Java Project
> !picture1.png!
> New JavaFX project
> !picture2.png!
> Please advise.
> Thank you
> PS. Projects in HTML / CSS / JS / PHP can be created without any problem.



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

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

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



[jira] [Commented] (NETBEANS-1397) NetBeans ignores Automatic-Module-Name when java modules are used

2018-10-10 Thread Jan Lahoda (JIRA)


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

Jan Lahoda commented on NETBEANS-1397:
--

I tried, but cannot reproduce, sorry. Could you please provide an exact example 
that fails inside NetBeans and is compilable using javac?

When I try with a module with:

Automatic-Module-Name: super.foo

Then I cannot add "requires super.foo;", as "super" is a keyword. (And there's 
an error both in NetBeans and when compiling using javac.)

 

When I try with:

Automatic-Module-Name: foo

 

It works both in NetBeans and with javac for me.

 

What do I need to do to see the problem?

 

Thanks.

 

 

> NetBeans ignores Automatic-Module-Name when java modules are used
> -
>
> Key: NETBEANS-1397
> URL: https://issues.apache.org/jira/browse/NETBEANS-1397
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 9.0
>Reporter: Pavel_K
>Priority: Major
>
> According to JPMS specs the name of automatic module can be set via 
> MANIFEST.MF by Automatic-Module-Name entry. However, NetBeans doesn't read 
> this entry and it gives problem. For example, there is a module which file 
> name is `foo-boo-1.0.jar` with Automatic-Module-Name as `super.foo`. In my 
> module I must use automatic module set in manifest otherwise JVM won't find 
> this module. That's why I do
> {code:java}
> module my.module {
> requires super.foo;//LINE X
> }
> {code}
> At line X NetBeans shows me an error as it can't find this module! However, 
> compiler compiles module without problem.



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

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

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



[jira] [Commented] (NETBEANS-51) Major plugin release cycles should be independent from the core

2018-10-10 Thread Christian Lenz (JIRA)


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

Christian Lenz commented on NETBEANS-51:


[~PowerKiKi] [~rjgamer] good news, if you not following our mailing list, under 
Apache, we decided to have 4 releases a Year so it is now comparable with 
IntelliJ. Not with VS Code because they do it every month but they have a lot 
more contributors.

> Major plugin release cycles should be independent from the core
> ---
>
> Key: NETBEANS-51
> URL: https://issues.apache.org/jira/browse/NETBEANS-51
> Project: NetBeans
>  Issue Type: Wish
>Reporter: Adrien Crivelli
>Priority: Major
>  Labels: planning, release, roadmap, workflow
>
> NetBeans releases versions roughly every year. Unfortunately that means that 
> major plugins, such as the one for PHP support, does not get updated for 12 
> months or more. So when a major PHP version is available (7.1), NetBeans 
> users still have to wait for several months before being able to benefit from 
> new features, despite the fact that the plugin was already updated (5 months 
> ago, and counting).
> Of course we can use dev build in the meantime, but unfortunately those dev 
> builds are far from being stable. I regularly get Java exceptions and 
> everything seems to be slightly slower than a production release. 
> This lead to a lot of frustration for end-users, as can be [seen 
> there|https://netbeans.org/bugzilla/show_bug.cgi?id=268317]. And I believe 
> this is not specific to PHP plugin, but must also happens for pretty much all 
> other language/frameworks that are not Java related.
> The solution seems simple to me. Since NetBeans already is architectured with 
> plugins in mind and those are already auto-updated. We only have to allow 
> plugin author to release their plugins at their own pace.
> In fact this is exactly how it is done for the plugin to add support for 
> TypeScript (https://github.com/Everlaw/nbts). Its release cycle is not tied 
> to NetBeans and it's working great.
> So I am kinda wondering why does PHP need to be tied to NetBeans release ? 
> what are the advantage for end-users and/or developers ?
> [~am...@kthree.co.jp], do you know whether it would be technically possible 
> to release PHP as a independent plugin more often ?
> It seems to be a purely organisational issue. And if it could be fixed with 
> the move to Apache, that would be awesome.



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

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

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



[jira] [Comment Edited] (NETBEANS-51) Major plugin release cycles should be independent from the core

2018-10-10 Thread Adrien Crivelli (JIRA)


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

Adrien Crivelli edited comment on NETBEANS-51 at 10/11/18 12:11 AM:


Thank you letting us know. I indeed don't follow the mailing list, so I did not 
know about the new release cycle. While it is not exactly what I had in mind, 
it will probably significantly improve the situation.

Do yo think we should close this issue ? or keep it open because plugins are 
still not independent from core ?


was (Author: powerkiki):
Thank you letting us know. I indeed don't follow the mailing list, so I did not 
know about the new release cycle. While it is not exactly what I had in mind, 
it will probably significantly improve the situation.

Do you we should close this issue ? or keep it open because plugins are still 
not independent from core ?

> Major plugin release cycles should be independent from the core
> ---
>
> Key: NETBEANS-51
> URL: https://issues.apache.org/jira/browse/NETBEANS-51
> Project: NetBeans
>  Issue Type: Wish
>Reporter: Adrien Crivelli
>Priority: Major
>  Labels: planning, release, roadmap, workflow
>
> NetBeans releases versions roughly every year. Unfortunately that means that 
> major plugins, such as the one for PHP support, does not get updated for 12 
> months or more. So when a major PHP version is available (7.1), NetBeans 
> users still have to wait for several months before being able to benefit from 
> new features, despite the fact that the plugin was already updated (5 months 
> ago, and counting).
> Of course we can use dev build in the meantime, but unfortunately those dev 
> builds are far from being stable. I regularly get Java exceptions and 
> everything seems to be slightly slower than a production release. 
> This lead to a lot of frustration for end-users, as can be [seen 
> there|https://netbeans.org/bugzilla/show_bug.cgi?id=268317]. And I believe 
> this is not specific to PHP plugin, but must also happens for pretty much all 
> other language/frameworks that are not Java related.
> The solution seems simple to me. Since NetBeans already is architectured with 
> plugins in mind and those are already auto-updated. We only have to allow 
> plugin author to release their plugins at their own pace.
> In fact this is exactly how it is done for the plugin to add support for 
> TypeScript (https://github.com/Everlaw/nbts). Its release cycle is not tied 
> to NetBeans and it's working great.
> So I am kinda wondering why does PHP need to be tied to NetBeans release ? 
> what are the advantage for end-users and/or developers ?
> [~am...@kthree.co.jp], do you know whether it would be technically possible 
> to release PHP as a independent plugin more often ?
> It seems to be a purely organisational issue. And if it could be fixed with 
> the move to Apache, that would be awesome.



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

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

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



[jira] [Commented] (NETBEANS-51) Major plugin release cycles should be independent from the core

2018-10-10 Thread Adrien Crivelli (JIRA)


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

Adrien Crivelli commented on NETBEANS-51:
-

Thank you letting us know. I indeed don't follow the mailing list, so I did not 
know about the new release cycle. While it is not exactly what I had in mind, 
it will probably significantly improve the situation.

Do you we should close this issue ? or keep it open because plugins are still 
not independent from core ?

> Major plugin release cycles should be independent from the core
> ---
>
> Key: NETBEANS-51
> URL: https://issues.apache.org/jira/browse/NETBEANS-51
> Project: NetBeans
>  Issue Type: Wish
>Reporter: Adrien Crivelli
>Priority: Major
>  Labels: planning, release, roadmap, workflow
>
> NetBeans releases versions roughly every year. Unfortunately that means that 
> major plugins, such as the one for PHP support, does not get updated for 12 
> months or more. So when a major PHP version is available (7.1), NetBeans 
> users still have to wait for several months before being able to benefit from 
> new features, despite the fact that the plugin was already updated (5 months 
> ago, and counting).
> Of course we can use dev build in the meantime, but unfortunately those dev 
> builds are far from being stable. I regularly get Java exceptions and 
> everything seems to be slightly slower than a production release. 
> This lead to a lot of frustration for end-users, as can be [seen 
> there|https://netbeans.org/bugzilla/show_bug.cgi?id=268317]. And I believe 
> this is not specific to PHP plugin, but must also happens for pretty much all 
> other language/frameworks that are not Java related.
> The solution seems simple to me. Since NetBeans already is architectured with 
> plugins in mind and those are already auto-updated. We only have to allow 
> plugin author to release their plugins at their own pace.
> In fact this is exactly how it is done for the plugin to add support for 
> TypeScript (https://github.com/Everlaw/nbts). Its release cycle is not tied 
> to NetBeans and it's working great.
> So I am kinda wondering why does PHP need to be tied to NetBeans release ? 
> what are the advantage for end-users and/or developers ?
> [~am...@kthree.co.jp], do you know whether it would be technically possible 
> to release PHP as a independent plugin more often ?
> It seems to be a purely organisational issue. And if it could be fixed with 
> the move to Apache, that would be awesome.



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

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

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