[jira] [Commented] (NETBEANS-5267) dart-sass

2021-01-19 Thread Libor (Jira)


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

Libor commented on NETBEANS-5267:
-

hi, thanks for the quick reply. i totally forgot, been ages since i've 
installed and configured netbeans :)

> dart-sass
> -
>
> Key: NETBEANS-5267
> URL: https://issues.apache.org/jira/browse/NETBEANS-5267
> Project: NetBeans
>  Issue Type: Wish
>  Components: web - CSS Preprocessors (SASS, LESS, ...)
>Reporter: Libor
>Priority: Major
> Attachments: screenshot-1.png
>
>
> Hello,
> thanks for keeping NetBeans still alive. My project has a ton of SCSS files 
> and it takes ages when there's a need to recompile all of them and it happens 
> quite often when I change a file imported into many other files. Seems like 
> NetBeans is still using outdated version of Sass based on Ruby. Is there any 
> plan to switch to current version of Sass: [https://sass-lang.com/dart-sass] ?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5267) dart-sass

2021-01-19 Thread Christian Lenz (Jira)


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

Christian Lenz commented on NETBEANS-5267:
--

Hey Libor, thx for the ticket. There is no sass executable implemented directly 
into NetBeans. You can add SASS by your own via options -> html -> CSS 
Preprocessor:  !screenshot-1.png! 

I hope this helps :). As you can see, I have node-sass installed.

Cheers

> dart-sass
> -
>
> Key: NETBEANS-5267
> URL: https://issues.apache.org/jira/browse/NETBEANS-5267
> Project: NetBeans
>  Issue Type: Wish
>  Components: web - CSS Preprocessors (SASS, LESS, ...)
>Reporter: Libor
>Priority: Major
> Attachments: screenshot-1.png
>
>
> Hello,
> thanks for keeping NetBeans still alive. My project has a ton of SCSS files 
> and it takes ages when there's a need to recompile all of them and it happens 
> quite often when I change a file imported into many other files. Seems like 
> NetBeans is still using outdated version of Sass based on Ruby. Is there any 
> plan to switch to current version of Sass: [https://sass-lang.com/dart-sass] ?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5267) dart-sass

2021-01-19 Thread Christian Lenz (Jira)


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

Christian Lenz updated NETBEANS-5267:
-
Attachment: screenshot-1.png

> dart-sass
> -
>
> Key: NETBEANS-5267
> URL: https://issues.apache.org/jira/browse/NETBEANS-5267
> Project: NetBeans
>  Issue Type: Wish
>  Components: web - CSS Preprocessors (SASS, LESS, ...)
>Reporter: Libor
>Priority: Major
> Attachments: screenshot-1.png
>
>
> Hello,
> thanks for keeping NetBeans still alive. My project has a ton of SCSS files 
> and it takes ages when there's a need to recompile all of them and it happens 
> quite often when I change a file imported into many other files. Seems like 
> NetBeans is still using outdated version of Sass based on Ruby. Is there any 
> plan to switch to current version of Sass: [https://sass-lang.com/dart-sass] ?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-4290) SCSS highlighting error

2021-01-19 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-4290:
-

Or, months.

> SCSS highlighting error
> ---
>
> Key: NETBEANS-4290
> URL: https://issues.apache.org/jira/browse/NETBEANS-4290
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Preprocessors (SASS, LESS, ...)
>Affects Versions: 12.0, 11.2
> Environment: Win10
>Reporter: Libor
>Priority: Major
>  Labels: highlighter, sass
>
> Hello,
> for some time (I've been lazy/busy to report) the following code compiles 
> fine, but marks SCSS files in editor as broken.
> Example code:
> {code:css}
> $i: 1;
> .selector
> {
> &--#{$i}// <-- Unexpected token HASH_SYMBOL found
> {
> ...
> }
> &__#{$i}// <-- Unexpected token IDENT found
> {
> ...
> }
> }
> {code}
> The real problem is, when a file is marked as with errors, compiler does not 
> always detect changes and does not recompile when some of imported files 
> changes.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-4290) SCSS highlighting error

2021-01-19 Thread Geertjan Wielenga (Jira)


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

Geertjan Wielenga commented on NETBEANS-4290:
-

Right, in 6.5 years, still no PR from you, why.

> SCSS highlighting error
> ---
>
> Key: NETBEANS-4290
> URL: https://issues.apache.org/jira/browse/NETBEANS-4290
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Preprocessors (SASS, LESS, ...)
>Affects Versions: 12.0, 11.2
> Environment: Win10
>Reporter: Libor
>Priority: Major
>  Labels: highlighter, sass
>
> Hello,
> for some time (I've been lazy/busy to report) the following code compiles 
> fine, but marks SCSS files in editor as broken.
> Example code:
> {code:css}
> $i: 1;
> .selector
> {
> &--#{$i}// <-- Unexpected token HASH_SYMBOL found
> {
> ...
> }
> &__#{$i}// <-- Unexpected token IDENT found
> {
> ...
> }
> }
> {code}
> The real problem is, when a file is marked as with errors, compiler does not 
> always detect changes and does not recompile when some of imported files 
> changes.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5200) Valid SCSS code treated as invalid by editor

2021-01-19 Thread Libor (Jira)


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

Libor edited comment on NETBEANS-5200 at 1/19/21, 10:40 PM:


hi, my workaround for this invalid syntax error is

{{#{'&' + $hidden-selectorExt}}}

I have reported it some time ago here as well: 
https://issues.apache.org/jira/browse/NETBEANS-4290


but it does not seem like the project is very active :/. Personally, I'm trying 
to switch projects to VS Code, but it has another issues.


was (Author: skophek):
hi, my workaround for this invalid syntax error is

{{#\{'&' + $hidden-selectorExt}}}

 have reported it some time ago here as well: 
https://issues.apache.org/jira/browse/NETBEANS-4290

> Valid SCSS code treated as invalid by editor
> 
>
> Key: NETBEANS-5200
> URL: https://issues.apache.org/jira/browse/NETBEANS-5200
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Preprocessors (SASS, LESS, ...)
>Affects Versions: 12.1, 12.2
>Reporter: Marek Gremblewski
>Priority: Major
> Fix For: 12.3
>
> Attachments: image-2020-12-31-17-06-18-039.png
>
>
> !image-2020-12-31-17-06-18-039.png!
> But code is correct and valid SCSS. Here is a above code snippet
> {code:java}
> $hidden-selectorExt: '.hidden';
> .formRow {
> margin-top: 1rem;
> margin-bottom: 1rem;
> .errorList {
> display: none;
> }
> &--error {
> &#{$hidden-selectorExt} {
> display: block;
> @extend %visually-visible;
> }
> input:not([type="submit"]) {
> background-color: var(--error-color);
> border-color: var(--main-color);
> &:active,
> &:focus {
> border-color: #ff;
> }
> }
> label {
> color: var(--error-color);
> }
> .errorList {
> display: block;
> }
> }
> }
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5200) Valid SCSS code treated as invalid by editor

2021-01-19 Thread Libor (Jira)


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

Libor commented on NETBEANS-5200:
-

hi, my workaround for this invalid syntax error is

{{#\{'&' + $hidden-selectorExt}}}

 have reported it some time ago here as well: 
https://issues.apache.org/jira/browse/NETBEANS-4290

> Valid SCSS code treated as invalid by editor
> 
>
> Key: NETBEANS-5200
> URL: https://issues.apache.org/jira/browse/NETBEANS-5200
> Project: NetBeans
>  Issue Type: Bug
>  Components: web - CSS Preprocessors (SASS, LESS, ...)
>Affects Versions: 12.1, 12.2
>Reporter: Marek Gremblewski
>Priority: Major
> Fix For: 12.3
>
> Attachments: image-2020-12-31-17-06-18-039.png
>
>
> !image-2020-12-31-17-06-18-039.png!
> But code is correct and valid SCSS. Here is a above code snippet
> {code:java}
> $hidden-selectorExt: '.hidden';
> .formRow {
> margin-top: 1rem;
> margin-bottom: 1rem;
> .errorList {
> display: none;
> }
> &--error {
> &#{$hidden-selectorExt} {
> display: block;
> @extend %visually-visible;
> }
> input:not([type="submit"]) {
> background-color: var(--error-color);
> border-color: var(--main-color);
> &:active,
> &:focus {
> border-color: #ff;
> }
> }
> label {
> color: var(--error-color);
> }
> .errorList {
> display: block;
> }
> }
> }
> {code}
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5267) dart-sass

2021-01-19 Thread Libor (Jira)


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

Libor updated NETBEANS-5267:

Description: 
Hello,

thanks for keeping NetBeans still alive. My project has a ton of SCSS files and 
it takes ages when there's a need to recompile all of them and it happens quite 
often when I change a file imported into many other files. Seems like NetBeans 
is still using outdated version of Sass based on Ruby. Is there any plan to 
switch to current version of Sass: [https://sass-lang.com/dart-sass] ?

  was:
Hello,

thanks for still keeping NetBeans alive. My project has a ton of SCSS files and 
it takes ages when there's a need to recompile all of them and it happens quite 
often when I change a file imported into many other files. Seems like NetBeans 
is still using outdated version of Sass based on Ruby. Is there any plan to 
switch to current version of Sass: [https://sass-lang.com/dart-sass] ?


> dart-sass
> -
>
> Key: NETBEANS-5267
> URL: https://issues.apache.org/jira/browse/NETBEANS-5267
> Project: NetBeans
>  Issue Type: Wish
>  Components: web - CSS Preprocessors (SASS, LESS, ...)
>Reporter: Libor
>Priority: Major
>
> Hello,
> thanks for keeping NetBeans still alive. My project has a ton of SCSS files 
> and it takes ages when there's a need to recompile all of them and it happens 
> quite often when I change a file imported into many other files. Seems like 
> NetBeans is still using outdated version of Sass based on Ruby. Is there any 
> plan to switch to current version of Sass: [https://sass-lang.com/dart-sass] ?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5267) dart-sass

2021-01-19 Thread Libor (Jira)
Libor created NETBEANS-5267:
---

 Summary: dart-sass
 Key: NETBEANS-5267
 URL: https://issues.apache.org/jira/browse/NETBEANS-5267
 Project: NetBeans
  Issue Type: Wish
  Components: web - CSS Preprocessors (SASS, LESS, ...)
Reporter: Libor


Hello,

thanks for still keeping NetBeans alive. My project has a ton of SCSS files and 
it takes ages when there's a need to recompile all of them and it happens quite 
often when I change a file imported into many other files. Seems like NetBeans 
is still using outdated version of Sass based on Ruby. Is there any plan to 
switch to current version of Sass: [https://sass-lang.com/dart-sass] ?



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-1823) JavaFX Scene Builder Integration is still broken (Since Java SE 8u40)

2021-01-19 Thread Ernie Rael (Jira)


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

Ernie Rael commented on NETBEANS-1823:
--

Noting that this comes from [NETBEANS-5258]
and has a pending PR https://github.com/apache/netbeans/pull/2688

(I typically ignore requests to download and execute something without 
additional info)

> JavaFX Scene Builder Integration is still broken (Since Java SE 8u40)
> -
>
> Key: NETBEANS-1823
> URL: https://issues.apache.org/jira/browse/NETBEANS-1823
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Editor
>Affects Versions: 10.0
> Environment: MacOS High Sierra; NetBeans 10.vc5 running on JDK 10.0.1 
>  
>Reporter: r-go
>Priority: Major
>  Labels: 10.0-vc5, clos
> Attachments: org-netbeans-modules-javafx2-scenebuilder.jar
>
>
> NetBeans -> Preferences (Options) -> Java ->JavaFX 
> The only path supported is one that refers to long abandoned (since Java SE 
> 8u40) Oracle's Scene Builder. JavaFX Scene Builder provided by Gluon can not 
> be registered and used in NetBeans - which is kind of nonsense as its in fact 
> the only maintained version of JavaFX scene builder, recommended even by 
> oracle. 
> As JavaFX scene builder is effectively "just" an external .fxml file editor - 
>  the integration with NB  is trivial (but for some strange reasons it is 
> missing from NB for years now) - please fix it if possible. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-1823) JavaFX Scene Builder Integration is still broken (Since Java SE 8u40)

2021-01-19 Thread Moacir da Roza Flores (Jira)


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

Moacir da Roza Flores edited comment on NETBEANS-1823 at 1/19/21, 9:51 PM:
---

[~johnsgp] 
 No problem, thanks for reply.


was (Author: moaci...@gmail.com):
No problem, thanks for reply.

> JavaFX Scene Builder Integration is still broken (Since Java SE 8u40)
> -
>
> Key: NETBEANS-1823
> URL: https://issues.apache.org/jira/browse/NETBEANS-1823
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Editor
>Affects Versions: 10.0
> Environment: MacOS High Sierra; NetBeans 10.vc5 running on JDK 10.0.1 
>  
>Reporter: r-go
>Priority: Major
>  Labels: 10.0-vc5, clos
> Attachments: org-netbeans-modules-javafx2-scenebuilder.jar
>
>
> NetBeans -> Preferences (Options) -> Java ->JavaFX 
> The only path supported is one that refers to long abandoned (since Java SE 
> 8u40) Oracle's Scene Builder. JavaFX Scene Builder provided by Gluon can not 
> be registered and used in NetBeans - which is kind of nonsense as its in fact 
> the only maintained version of JavaFX scene builder, recommended even by 
> oracle. 
> As JavaFX scene builder is effectively "just" an external .fxml file editor - 
>  the integration with NB  is trivial (but for some strange reasons it is 
> missing from NB for years now) - please fix it if possible. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-1823) JavaFX Scene Builder Integration is still broken (Since Java SE 8u40)

2021-01-19 Thread Moacir da Roza Flores (Jira)


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

Moacir da Roza Flores commented on NETBEANS-1823:
-

No problem, thanks for reply.

> JavaFX Scene Builder Integration is still broken (Since Java SE 8u40)
> -
>
> Key: NETBEANS-1823
> URL: https://issues.apache.org/jira/browse/NETBEANS-1823
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Editor
>Affects Versions: 10.0
> Environment: MacOS High Sierra; NetBeans 10.vc5 running on JDK 10.0.1 
>  
>Reporter: r-go
>Priority: Major
>  Labels: 10.0-vc5, clos
> Attachments: org-netbeans-modules-javafx2-scenebuilder.jar
>
>
> NetBeans -> Preferences (Options) -> Java ->JavaFX 
> The only path supported is one that refers to long abandoned (since Java SE 
> 8u40) Oracle's Scene Builder. JavaFX Scene Builder provided by Gluon can not 
> be registered and used in NetBeans - which is kind of nonsense as its in fact 
> the only maintained version of JavaFX scene builder, recommended even by 
> oracle. 
> As JavaFX scene builder is effectively "just" an external .fxml file editor - 
>  the integration with NB  is trivial (but for some strange reasons it is 
> missing from NB for years now) - please fix it if possible. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-1823) JavaFX Scene Builder Integration is still broken (Since Java SE 8u40)

2021-01-19 Thread John Green (Jira)


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

John Green commented on NETBEANS-1823:
--

[~moaci...@gmail.com] Thank you for your proposed solution. I unfortunately no 
longer have access to a Mac. I hope others can test this further. 

> JavaFX Scene Builder Integration is still broken (Since Java SE 8u40)
> -
>
> Key: NETBEANS-1823
> URL: https://issues.apache.org/jira/browse/NETBEANS-1823
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Editor
>Affects Versions: 10.0
> Environment: MacOS High Sierra; NetBeans 10.vc5 running on JDK 10.0.1 
>  
>Reporter: r-go
>Priority: Major
>  Labels: 10.0-vc5, clos
> Attachments: org-netbeans-modules-javafx2-scenebuilder.jar
>
>
> NetBeans -> Preferences (Options) -> Java ->JavaFX 
> The only path supported is one that refers to long abandoned (since Java SE 
> 8u40) Oracle's Scene Builder. JavaFX Scene Builder provided by Gluon can not 
> be registered and used in NetBeans - which is kind of nonsense as its in fact 
> the only maintained version of JavaFX scene builder, recommended even by 
> oracle. 
> As JavaFX scene builder is effectively "just" an external .fxml file editor - 
>  the integration with NB  is trivial (but for some strange reasons it is 
> missing from NB for years now) - please fix it if possible. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-1823) JavaFX Scene Builder Integration is still broken (Since Java SE 8u40)

2021-01-19 Thread Moacir da Roza Flores (Jira)


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

Moacir da Roza Flores edited comment on NETBEANS-1823 at 1/19/21, 9:34 PM:
---

[~johnsgp], [~errael]

I think that we found a solution for MacOS, but i cant test on a real MacOS.
 1- Close Netbeans
 2- Go to this folder:  *netbeans/javafx/modules/*
 3- Make a backup of the jar *org-netbeans-modules-javafx2-scenebuilder.jar,* 
or rename to *org-netbeans-modules-javafx2-scenebuilder.backup*
 4- Replace by the jar that i include on this attachment
 *[^org-netbeans-modules-javafx2-scenebuilder.jar]*

5- Open netbeans, and check if the problem goes.


was (Author: moaci...@gmail.com):
[~johnsgp], [~errael]

I think that we found a solution for MacOS, but i cant test on a real MacOS.
 1- Close Netbeans
 2- Go to this folder:  *netbeans/javafx/modules/*
 3- Make a backup of the jar *org-netbeans-modules-javafx2-scenebuilder.jar,* 
or rename to ** 
**

*org-netbeans-modules-javafx2-scenebuilder.backup*

**
 4- Replace by the jar that i include on this attachment
 *[^org-netbeans-modules-javafx2-scenebuilder.jar]*

5- Open netbeans, and check if the problem goes.

> JavaFX Scene Builder Integration is still broken (Since Java SE 8u40)
> -
>
> Key: NETBEANS-1823
> URL: https://issues.apache.org/jira/browse/NETBEANS-1823
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Editor
>Affects Versions: 10.0
> Environment: MacOS High Sierra; NetBeans 10.vc5 running on JDK 10.0.1 
>  
>Reporter: r-go
>Priority: Major
>  Labels: 10.0-vc5, clos
> Attachments: org-netbeans-modules-javafx2-scenebuilder.jar
>
>
> NetBeans -> Preferences (Options) -> Java ->JavaFX 
> The only path supported is one that refers to long abandoned (since Java SE 
> 8u40) Oracle's Scene Builder. JavaFX Scene Builder provided by Gluon can not 
> be registered and used in NetBeans - which is kind of nonsense as its in fact 
> the only maintained version of JavaFX scene builder, recommended even by 
> oracle. 
> As JavaFX scene builder is effectively "just" an external .fxml file editor - 
>  the integration with NB  is trivial (but for some strange reasons it is 
> missing from NB for years now) - please fix it if possible. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-1823) JavaFX Scene Builder Integration is still broken (Since Java SE 8u40)

2021-01-19 Thread Moacir da Roza Flores (Jira)


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

Moacir da Roza Flores edited comment on NETBEANS-1823 at 1/19/21, 9:34 PM:
---

[~johnsgp], [~errael]

I think that we found a solution for MacOS, but i cant test on a real MacOS.
 1- Close Netbeans
 2- Go to this folder:  *netbeans/javafx/modules/*
 3- Make a backup of the jar *org-netbeans-modules-javafx2-scenebuilder.jar,* 
or rename to ** 
**

*org-netbeans-modules-javafx2-scenebuilder.backup*

**
 4- Replace by the jar that i include on this attachment
 *[^org-netbeans-modules-javafx2-scenebuilder.jar]*

5- Open netbeans, and check if the problem goes.


was (Author: moaci...@gmail.com):
[~johnsgp], [~errael]

I think that we found a solution for MacOS, but i cant test on a real MacOS.
 1- Close Netbeans
 2- Go to this folder:  *netbeans/javafx/modules/*
 3- Make a backup of the jar *org-netbeans-modules-javafx2-scenebuilder.jar*
 4- Replace by the jar that i include on this attachment
 *[^org-netbeans-modules-javafx2-scenebuilder.jar]*

5- Open netbeans, and check if the problem goes.

> JavaFX Scene Builder Integration is still broken (Since Java SE 8u40)
> -
>
> Key: NETBEANS-1823
> URL: https://issues.apache.org/jira/browse/NETBEANS-1823
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Editor
>Affects Versions: 10.0
> Environment: MacOS High Sierra; NetBeans 10.vc5 running on JDK 10.0.1 
>  
>Reporter: r-go
>Priority: Major
>  Labels: 10.0-vc5, clos
> Attachments: org-netbeans-modules-javafx2-scenebuilder.jar
>
>
> NetBeans -> Preferences (Options) -> Java ->JavaFX 
> The only path supported is one that refers to long abandoned (since Java SE 
> 8u40) Oracle's Scene Builder. JavaFX Scene Builder provided by Gluon can not 
> be registered and used in NetBeans - which is kind of nonsense as its in fact 
> the only maintained version of JavaFX scene builder, recommended even by 
> oracle. 
> As JavaFX scene builder is effectively "just" an external .fxml file editor - 
>  the integration with NB  is trivial (but for some strange reasons it is 
> missing from NB for years now) - please fix it if possible. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-1823) JavaFX Scene Builder Integration is still broken (Since Java SE 8u40)

2021-01-19 Thread Moacir da Roza Flores (Jira)


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

Moacir da Roza Flores edited comment on NETBEANS-1823 at 1/19/21, 9:32 PM:
---

[~johnsgp], [~errael]

I think that we found a solution for MacOS, but i cant test on a real MacOS.
 1- Close Netbeans
 2- Go to this folder:  *netbeans/javafx/modules/*
 3- Make a backup of the jar *org-netbeans-modules-javafx2-scenebuilder.jar*
 4- Replace by the jar that i include on this attachment
 *[^org-netbeans-modules-javafx2-scenebuilder.jar]*

5- Open netbeans, and check if the problem goes.


was (Author: moaci...@gmail.com):
[~johnsgp], [~errael] 

I think that we found a solution for MacOS
1- Close Netbeans
2- Go to this folder:  *netbeans/javafx/modules/*
3- Make a backup of the jar *org-netbeans-modules-javafx2-scenebuilder.jar*
4- Replace by the jar that i include on this attachment
*[^org-netbeans-modules-javafx2-scenebuilder.jar]*

5- Open netbeans, and check if the problem goes.

> JavaFX Scene Builder Integration is still broken (Since Java SE 8u40)
> -
>
> Key: NETBEANS-1823
> URL: https://issues.apache.org/jira/browse/NETBEANS-1823
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Editor
>Affects Versions: 10.0
> Environment: MacOS High Sierra; NetBeans 10.vc5 running on JDK 10.0.1 
>  
>Reporter: r-go
>Priority: Major
>  Labels: 10.0-vc5, clos
> Attachments: org-netbeans-modules-javafx2-scenebuilder.jar
>
>
> NetBeans -> Preferences (Options) -> Java ->JavaFX 
> The only path supported is one that refers to long abandoned (since Java SE 
> 8u40) Oracle's Scene Builder. JavaFX Scene Builder provided by Gluon can not 
> be registered and used in NetBeans - which is kind of nonsense as its in fact 
> the only maintained version of JavaFX scene builder, recommended even by 
> oracle. 
> As JavaFX scene builder is effectively "just" an external .fxml file editor - 
>  the integration with NB  is trivial (but for some strange reasons it is 
> missing from NB for years now) - please fix it if possible. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-1823) JavaFX Scene Builder Integration is still broken (Since Java SE 8u40)

2021-01-19 Thread Moacir da Roza Flores (Jira)


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

Moacir da Roza Flores commented on NETBEANS-1823:
-

[~johnsgp], [~errael] 

I think that we found a solution for MacOS
1- Close Netbeans
2- Go to this folder:  *netbeans/javafx/modules/*
3- Make a backup of the jar *org-netbeans-modules-javafx2-scenebuilder.jar*
4- Replace by the jar that i include on this attachment
*[^org-netbeans-modules-javafx2-scenebuilder.jar]*

5- Open netbeans, and check if the problem goes.

> JavaFX Scene Builder Integration is still broken (Since Java SE 8u40)
> -
>
> Key: NETBEANS-1823
> URL: https://issues.apache.org/jira/browse/NETBEANS-1823
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Editor
>Affects Versions: 10.0
> Environment: MacOS High Sierra; NetBeans 10.vc5 running on JDK 10.0.1 
>  
>Reporter: r-go
>Priority: Major
>  Labels: 10.0-vc5, clos
> Attachments: org-netbeans-modules-javafx2-scenebuilder.jar
>
>
> NetBeans -> Preferences (Options) -> Java ->JavaFX 
> The only path supported is one that refers to long abandoned (since Java SE 
> 8u40) Oracle's Scene Builder. JavaFX Scene Builder provided by Gluon can not 
> be registered and used in NetBeans - which is kind of nonsense as its in fact 
> the only maintained version of JavaFX scene builder, recommended even by 
> oracle. 
> As JavaFX scene builder is effectively "just" an external .fxml file editor - 
>  the integration with NB  is trivial (but for some strange reasons it is 
> missing from NB for years now) - please fix it if possible. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-1823) JavaFX Scene Builder Integration is still broken (Since Java SE 8u40)

2021-01-19 Thread Moacir da Roza Flores (Jira)


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

Moacir da Roza Flores updated NETBEANS-1823:

Attachment: org-netbeans-modules-javafx2-scenebuilder.jar

> JavaFX Scene Builder Integration is still broken (Since Java SE 8u40)
> -
>
> Key: NETBEANS-1823
> URL: https://issues.apache.org/jira/browse/NETBEANS-1823
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Editor
>Affects Versions: 10.0
> Environment: MacOS High Sierra; NetBeans 10.vc5 running on JDK 10.0.1 
>  
>Reporter: r-go
>Priority: Major
>  Labels: 10.0-vc5, clos
> Attachments: org-netbeans-modules-javafx2-scenebuilder.jar
>
>
> NetBeans -> Preferences (Options) -> Java ->JavaFX 
> The only path supported is one that refers to long abandoned (since Java SE 
> 8u40) Oracle's Scene Builder. JavaFX Scene Builder provided by Gluon can not 
> be registered and used in NetBeans - which is kind of nonsense as its in fact 
> the only maintained version of JavaFX scene builder, recommended even by 
> oracle. 
> As JavaFX scene builder is effectively "just" an external .fxml file editor - 
>  the integration with NB  is trivial (but for some strange reasons it is 
> missing from NB for years now) - please fix it if possible. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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] [Issue Comment Deleted] (NETBEANS-1823) JavaFX Scene Builder Integration is still broken (Since Java SE 8u40)

2021-01-19 Thread Moacir da Roza Flores (Jira)


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

Moacir da Roza Flores updated NETBEANS-1823:

Comment: was deleted

(was: Hi,

I think that we found a solution, can you do some tests on mac os?
1-)

> JavaFX Scene Builder Integration is still broken (Since Java SE 8u40)
> -
>
> Key: NETBEANS-1823
> URL: https://issues.apache.org/jira/browse/NETBEANS-1823
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Editor
>Affects Versions: 10.0
> Environment: MacOS High Sierra; NetBeans 10.vc5 running on JDK 10.0.1 
>  
>Reporter: r-go
>Priority: Major
>  Labels: 10.0-vc5, clos
>
> NetBeans -> Preferences (Options) -> Java ->JavaFX 
> The only path supported is one that refers to long abandoned (since Java SE 
> 8u40) Oracle's Scene Builder. JavaFX Scene Builder provided by Gluon can not 
> be registered and used in NetBeans - which is kind of nonsense as its in fact 
> the only maintained version of JavaFX scene builder, recommended even by 
> oracle. 
> As JavaFX scene builder is effectively "just" an external .fxml file editor - 
>  the integration with NB  is trivial (but for some strange reasons it is 
> missing from NB for years now) - please fix it if possible. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-1823) JavaFX Scene Builder Integration is still broken (Since Java SE 8u40)

2021-01-19 Thread Moacir da Roza Flores (Jira)


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

Moacir da Roza Flores commented on NETBEANS-1823:
-

Hi,

I think that we found a solution, can you do some tests on mac os?
1-

> JavaFX Scene Builder Integration is still broken (Since Java SE 8u40)
> -
>
> Key: NETBEANS-1823
> URL: https://issues.apache.org/jira/browse/NETBEANS-1823
> Project: NetBeans
>  Issue Type: Bug
>  Components: javafx - Editor
>Affects Versions: 10.0
> Environment: MacOS High Sierra; NetBeans 10.vc5 running on JDK 10.0.1 
>  
>Reporter: r-go
>Priority: Major
>  Labels: 10.0-vc5, clos
>
> NetBeans -> Preferences (Options) -> Java ->JavaFX 
> The only path supported is one that refers to long abandoned (since Java SE 
> 8u40) Oracle's Scene Builder. JavaFX Scene Builder provided by Gluon can not 
> be registered and used in NetBeans - which is kind of nonsense as its in fact 
> the only maintained version of JavaFX scene builder, recommended even by 
> oracle. 
> As JavaFX scene builder is effectively "just" an external .fxml file editor - 
>  the integration with NB  is trivial (but for some strange reasons it is 
> missing from NB for years now) - please fix it if possible. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5261) Shared setting for PHP code generators

2021-01-19 Thread Jira


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

Tomáš Procházka resolved NETBEANS-5261.
---
Fix Version/s: 12.3
   Resolution: Implemented

PR was merged.

> Shared setting for PHP code generators
> --
>
> Key: NETBEANS-5261
> URL: https://issues.apache.org/jira/browse/NETBEANS-5261
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: 12.2
>Reporter: Tomáš Procházka
>Assignee: Tomáš Procházka
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 12.3
>
>  Time Spent: 1h
>  Remaining Estimate: 0h
>
> It is useful for team collaboration to have shared settings of code 
> generators in project. Style of generated code is part of coding standard in 
> a similar way as formatting.
> This settings are now saved in {{nbproject/private/private.properties}} and 
> so are not part of shared project settings.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5265) Selected Tab in Preferences renders unreadable on macOS 11

2021-01-19 Thread Rami Swailem (Jira)


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

Rami Swailem commented on NETBEANS-5265:


JDK bug

https://bugs.openjdk.java.net/browse/JDK-8251377

> Selected Tab in Preferences renders unreadable on macOS 11
> --
>
> Key: NETBEANS-5265
> URL: https://issues.apache.org/jira/browse/NETBEANS-5265
> Project: NetBeans
>  Issue Type: Bug
>  Components: FlatLaf, ide - UI, platform - Options&Settings
>Affects Versions: Next, 12.2
> Environment: macOS 11.1 
> OpenJDK 11.0.9.1
>Reporter: Martin H.
>Priority: Major
>  Labels: FlatLAF, Settings, UI, macOS
> Attachments: image-2021-01-19-17-48-56-652.png, 
> image-2021-01-19-17-54-25-696.png
>
>
> Steps to reproduce:
>  # Open Preferences
>  # Navigate to section with tabs (e.g. Editor, Misc.)
> Expected behaviour:
> * Selected tab should appear with black font on white background, like 
> Output, Terminal, etc. which render with correct colours:
> !image-2021-01-19-17-54-25-696.png!
> Actual result:
> Selected tab renders unreadable (white text on white background) on macOS 11: 
> !image-2021-01-19-17-48-56-652.png!
>  
>  
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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



[netbeans] branch master updated: [NETBEANS-2260] Welcome Page header graphics

2021-01-19 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/netbeans.git


The following commit(s) were added to refs/heads/master by this push:
 new 5456c86  [NETBEANS-2260] Welcome Page header graphics
 new 5b90934  Merge pull request #2689 from 
mhalachev/NETBEANS-2260-Welcome-Page-header-graphics
5456c86 is described below

commit 5456c8675d37a46019bf113a43463e55ec3eb58b
Author: Martin Halachev 
AuthorDate: Mon Jan 18 17:03:01 2021 +0200

[NETBEANS-2260] Welcome Page header graphics

https://issues.apache.org/jira/browse/NETBEANS-2260

- Update content banner image asset
- Set bicubic interpolation before drawing
---
 .../modules/welcome/resources/content_banner.png | Bin 37075 -> 3631 bytes
 .../netbeans/modules/welcome/ui/ContentHeader.java   |   6 ++
 2 files changed, 6 insertions(+)

diff --git 
a/nb/welcome/src/org/netbeans/modules/welcome/resources/content_banner.png 
b/nb/welcome/src/org/netbeans/modules/welcome/resources/content_banner.png
index adf6611..e645e71 100644
Binary files 
a/nb/welcome/src/org/netbeans/modules/welcome/resources/content_banner.png and 
b/nb/welcome/src/org/netbeans/modules/welcome/resources/content_banner.png 
differ
diff --git a/nb/welcome/src/org/netbeans/modules/welcome/ui/ContentHeader.java 
b/nb/welcome/src/org/netbeans/modules/welcome/ui/ContentHeader.java
index 838f30d..61c8d46 100644
--- a/nb/welcome/src/org/netbeans/modules/welcome/ui/ContentHeader.java
+++ b/nb/welcome/src/org/netbeans/modules/welcome/ui/ContentHeader.java
@@ -24,6 +24,7 @@ import java.awt.GradientPaint;
 import java.awt.Graphics;
 import java.awt.Graphics2D;
 import java.awt.Image;
+import java.awt.RenderingHints;
 import javax.swing.BorderFactory;
 import javax.swing.JLabel;
 import javax.swing.JPanel;
@@ -78,6 +79,11 @@ public class ContentHeader extends JPanel implements 
Constants {
 int width = getWidth();
 int height = getHeight();
 
+RenderingHints rh = new RenderingHints(
+ RenderingHints.KEY_INTERPOLATION,
+ RenderingHints.VALUE_INTERPOLATION_BICUBIC);
+
+g2d.setRenderingHints(rh);
 g2d.setColor( Utils.getBorderColor() );
 g2d.drawRect( 0, 0, width, 12 );
 


-
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



[netbeans] branch master updated: [NETBEANS-5261] Shared settings for PHP code generators

2021-01-19 Thread tmysik
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 3ed19b1  [NETBEANS-5261] Shared settings for PHP code generators
 new 05596b1  Merge pull request #2691 from 
KacerCZ/netbeans-5261-php-codegen-shared-settings
3ed19b1 is described below

commit 3ed19b1445182f8c0202a58ea1e8bd7343ea5b69
Author: Tomas Prochazka 
AuthorDate: Mon Jan 18 22:22:39 2021 +0100

[NETBEANS-5261] Shared settings for PHP code generators

https://issues.apache.org/jira/browse/NETBEANS-5261

Changes settings of PHP code generators to shared in project.
Style of generated getters/setters/constructors is part of coding standard 
so it should be part of shared settings.
---
 .../src/org/netbeans/modules/php/editor/codegen/CGSGenerator.java  | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/php/php.editor/src/org/netbeans/modules/php/editor/codegen/CGSGenerator.java 
b/php/php.editor/src/org/netbeans/modules/php/editor/codegen/CGSGenerator.java
index 5ca6da2..06d7a87 100644
--- 
a/php/php.editor/src/org/netbeans/modules/php/editor/codegen/CGSGenerator.java
+++ 
b/php/php.editor/src/org/netbeans/modules/php/editor/codegen/CGSGenerator.java
@@ -418,7 +418,8 @@ public final class CGSGenerator implements CodeGenerator {
 Preferences preferences = null;
 Project project = FileOwnerQuery.getOwner(fo);
 if (project != null) {
-preferences = ProjectUtils.getPreferences(project, 
CGSGenerator.class, false);
+// Share settings because style of generated code is part of 
project coding standard.
+preferences = ProjectUtils.getPreferences(project, 
CGSGenerator.class, true);
 try {
 
cgsInfo.setHowToGenerate(GenWay.valueOf(preferences.get(GETTER_SETTER_PROJECT_PROPERTY,
 GenWay.AS_JAVA.name(;
 } catch (IllegalArgumentException ex) {


-
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-5266) Netbeans crash- memory leak when performing background checks

2021-01-19 Thread Dave Power (Jira)
Dave Power created NETBEANS-5266:


 Summary: Netbeans crash- memory leak when performing background 
checks
 Key: NETBEANS-5266
 URL: https://issues.apache.org/jira/browse/NETBEANS-5266
 Project: NetBeans
  Issue Type: Bug
  Components: php - Editor
Affects Versions: 12.2
 Environment: Windows 10, Netbeans 12.2, PHP, 16Gb of memory
Reporter: Dave Power


Netbeans goes into a "high-cpu" usage and eventually runs  out of memory when 
performinig a background scan

UI log

  2021-01-19T17:00:36
  1611075636529
  126
  org.openide.util.RequestProcessor
  1000
  28
  
C:\Users\micro\AppData\Roaming\NetBeans\12.2\var\log\heapdump.hprof
  
java.lang.OutOfMemoryError: Java heap space
  


  2021-01-19T17:04:32
  1611075872427
  177
  700
  35
  UI_USER_CONFIGURATION
  UI_USER_CONFIGURATION
  org.netbeans.modules.uihandler.Bundle
  Windows 10, 10.0, amd64
  Java HotSpot(TM) 64-Bit Server VM, 11.0.4+10-LTS, Java(TM) SE Runtime 
Environment, 11.0.4+10-LTS
  Apache NetBeans IDE 12.2
  
  OutOfMemoryError: Java heap space
  
  *



IDE log

---
>Log Session: Tuesday, January 19, 2021 at 5:04:09 PM Greenwich Mean Time
>System Info: 
  Product Version = Apache NetBeans IDE 12.2
  Operating System= Windows 10 version 10.0 running on amd64
  Java; VM; Vendor= 11.0.4; Java HotSpot(TM) 64-Bit Server VM 
11.0.4+10-LTS; Oracle Corporation
  Runtime = Java(TM) SE Runtime Environment 11.0.4+10-LTS
  Java Home   = C:\Program Files\Java\jdk-11.0.4
  System Locale; Encoding = en_GB (nb); Cp1252
  Home Directory  = C:\Users\micro
  Current Directory   = C:\Program Files\NetBeans-12.2
  User Directory  = C:\Users\micro\AppData\Roaming\NetBeans\12.2
  Cache Directory = C:\Users\micro\AppData\Local\NetBeans\Cache\12.2
  Installation= C:\Program Files\NetBeans-12.2\netbeans\nb
C:\Program Files\NetBeans-12.2\netbeans\ergonomics
C:\Program Files\NetBeans-12.2\netbeans\ide
C:\Program Files\NetBeans-12.2\netbeans\extide
C:\Program Files\NetBeans-12.2\netbeans\java
C:\Program Files\NetBeans-12.2\netbeans\apisupport
C:\Program Files\NetBeans-12.2\netbeans\webcommon
C:\Program Files\NetBeans-12.2\netbeans\websvccommon
C:\Program Files\NetBeans-12.2\netbeans\enterprise
C:\Program Files\NetBeans-12.2\netbeans\profiler
C:\Program Files\NetBeans-12.2\netbeans\php
C:\Program Files\NetBeans-12.2\netbeans\harness
C:\Program Files\NetBeans-12.2\netbeans\cpplite
C:\Program Files\NetBeans-12.2\netbeans\groovy
C:\Program Files\NetBeans-12.2\netbeans\javafx
C:\Program Files\NetBeans-12.2\netbeans\platform
  Boot & Ext. Classpath   = 
  Application Classpath   = C:\Program 
Files\NetBeans-12.2\netbeans\platform\lib\boot.jar;C:\Program 
Files\NetBeans-12.2\netbeans\platform\lib\org-openide-modules.jar;C:\Program 
Files\NetBeans-12.2\netbeans\platform\lib\org-openide-util-lookup.jar;C:\Program
 Files\NetBeans-12.2\netbeans\platform\lib\org-openide-util-ui.jar;C:\Program 
Files\NetBeans-12.2\netbeans\platform\lib\org-openide-util.jar
  Startup Classpath   = C:\Program 
Files\NetBeans-12.2\netbeans\platform\core\asm-8.0.1.jar;C:\Program 
Files\NetBeans-12.2\netbeans\platform\core\asm-commons-8.0.1.jar;C:\Program 
Files\NetBeans-12.2\netbeans\platform\core\asm-tree-8.0.1.jar;C:\Program 
Files\NetBeans-12.2\netbeans\platform\core\core-base.jar;C:\Program 
Files\NetBeans-12.2\netbeans\platform\core\core.jar;C:\Program 
Files\NetBeans-12.2\netbeans\platform\core\org-netbeans-libs-asm.jar;C:\Program 
Files\NetBeans-12.2\netbeans\platform\core\org-openide-filesystems-compat8.jar;C:\Program
 
Files\NetBeans-12.2\netbeans\platform\core\org-openide-filesystems.jar;C:\Program
 Files\NetBeans-12.2\netbeans\nb\core\org-netbeans-upgrader.jar;C:\Program 
Files\NetBeans-12.2\netbeans\nb\core\locale\core_nb.jar
---
WARNING [org.netbeans.core.startup.NbEvents]: The extension C:\Program 
Files\NetBeans-12.2\netbeans\ide\modules\ext\jcodings-1.0.18.jar may be 
multiply loaded by modules: [C:\Program 
Files\NetBeans-12.2\netbeans\ide\modules\org-netbeans-modules-textmate-lexer.jar,
 C:\Program 
Files\NetBeans-12.2\netbeans\ide\modules\org-netbeans-libs-bytelist.jar]; see: 
http://www.netbeans.org/download/dev/ja

[jira] [Created] (NETBEANS-5265) Selected Tab in Preferences renders unreadable on macOS 11

2021-01-19 Thread Martin H. (Jira)
Martin H. created NETBEANS-5265:
---

 Summary: Selected Tab in Preferences renders unreadable on macOS 11
 Key: NETBEANS-5265
 URL: https://issues.apache.org/jira/browse/NETBEANS-5265
 Project: NetBeans
  Issue Type: Bug
  Components: FlatLaf, ide - UI, platform - Options&Settings
Affects Versions: 12.2, Next
 Environment: macOS 11.1 
OpenJDK 11.0.9.1
Reporter: Martin H.
 Attachments: image-2021-01-19-17-48-56-652.png, 
image-2021-01-19-17-54-25-696.png

Steps to reproduce:
 # Open Preferences
 # Navigate to section with tabs (e.g. Editor, Misc.)

Expected behaviour:

* Selected tab should appear with black font on white background, like Output, 
Terminal, etc. which render with correct colours:

!image-2021-01-19-17-54-25-696.png!

Actual result:

Selected tab renders unreadable (white text on white background) on macOS 11: 
!image-2021-01-19-17-48-56-652.png!

 

 

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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



[netbeans-mavenutils-nbm-maven-harness] branch master updated: update build statuts URL

2021-01-19 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a commit to branch master
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-harness.git


The following commit(s) were added to refs/heads/master by this push:
 new e60d42b  update build statuts URL
e60d42b is described below

commit e60d42bec12e9b960abd8510cc7eb610a06a31ac
Author: Eric Barboni 
AuthorDate: Tue Jan 19 13:55:42 2021 +0100

update build statuts URL
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 5dd210b..3204cb6 100755
--- a/README.md
+++ b/README.md
@@ -21,7 +21,7 @@
 
 # Apache NetBeans Maven Utilities NBM Harness
 
-[![Build 
Status](https://builds.apache.org/buildStatus/icon?job=netbeans-maven-TLP%2Fnetbeans-mavenutils-nbm-maven-harness%2Fmaster)](https://builds.apache.org/view/M-R/view/NetBeans/job/netbeans-maven-TLP/job/netbeans-mavenutils-nbm-maven-harness/job/master/)
+[![Build 
Status](https://ci-builds.apache.org/buildStatus/icon?job=Netbeans%2Fnetbeans-maven-TLP%2Fnetbeans-mavenutils-nbm-maven-harness%2Fmaster)](https://ci-builds.apache.org/job/Netbeans/job/netbeans-maven-TLP/job/netbeans-mavenutils-nbm-maven-harness/job/master/)
 
 [Documentation 
Site](https://bits.netbeans.org/mavenutilities/nbm-maven-harness)
 


-
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-5264) Unexpected crash on start up

2021-01-19 Thread Dave Power (Jira)
Dave Power created NETBEANS-5264:


 Summary: Unexpected crash on start up
 Key: NETBEANS-5264
 URL: https://issues.apache.org/jira/browse/NETBEANS-5264
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.2
 Environment: Windows 10, NetBeans 12.2,  PHP 7.4 code with HTML 5 
sources.

Clean installation
Reporter: Dave Power


When I start NetBeans 12.2, I get an unexpected crash which scanning the 
sources of my project.  I've no idea of which file is causing the error to 
assist with tracking down, but the project includes a full wordpress source, 
and a "wordpress block" development environment with loads of embedded 
javascript files.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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



[netbeans-jenkins-lib] branch master updated: Prepare for NetBeans 12.0-u2

2021-01-19 Thread lkishalmi
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new b3c58af  Prepare for NetBeans 12.0-u2
b3c58af is described below

commit b3c58afe6a75149cf04ddacd111fc1a68c00cd27
Author: Laszlo Kishalmi 
AuthorDate: Tue Jan 19 00:28:53 2021 -0800

Prepare for NetBeans 12.0-u2
---
 meta/netbeansrelease.json | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/meta/netbeansrelease.json b/meta/netbeansrelease.json
index 0e635a8..ba11dce 100644
--- a/meta/netbeansrelease.json
+++ b/meta/netbeansrelease.json
@@ -211,7 +211,7 @@
 "jdk_apidoc": "https://docs.oracle.com/javase/8/docs/api/";,
 "maven": "maven_3.3.9",
 "versionName": "12.0",
-"mavenversion": "RELEASE120-u1",
+"mavenversion": "RELEASE120-u2",
 "tlp": "true",
 "apidocurl": "https://bits.netbeans.org/12.0/javadoc";,
 "update_url": 
"https://netbeans.apache.org/nb/updates/12.0/updates.xml.gz?{$netbeans.hash.code}";,
@@ -245,6 +245,10 @@
 "efd543aaefdb0a9f8f0073896cb12c82fe4ef9c8": {
 "version": "u1",
 "position": "7"
+},
+"839fcbe8438c1d0dd02a68ae15b5ee722bb7b936": {
+"version": "u2",
+"position": "8"
 }
 },
 "releasedate": {


-
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-5263) Exception when switching project group

2021-01-19 Thread Alberto De Luca (Jira)


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

Alberto De Luca updated NETBEANS-5263:
--
Summary: Exception when switching project group  (was: Startup exception)

> Exception when switching project group
> --
>
> Key: NETBEANS-5263
> URL: https://issues.apache.org/jira/browse/NETBEANS-5263
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2
> Environment: Win 10
>Reporter: Alberto De Luca
>Priority: Minor
> Attachments: netbeans.log
>
>
> When switching to a different project group that includes a maven Web 
> Application, I see the red exclamation mark in the status bar. See the 
> attached log.
> AdL
>  



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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-5263) Startup exception

2021-01-19 Thread Alberto De Luca (Jira)
Alberto De Luca created NETBEANS-5263:
-

 Summary: Startup exception
 Key: NETBEANS-5263
 URL: https://issues.apache.org/jira/browse/NETBEANS-5263
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.2
 Environment: Win 10
Reporter: Alberto De Luca
 Attachments: netbeans.log

When switching to a different project group that includes a maven Web 
Application, I see the red exclamation mark in the status bar. See the attached 
log.

AdL

 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

-
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