[jira] [Created] (NETBEANS-5299) Wrong dialog button pressed when using FlatLaf

2021-01-28 Thread Jira
Tomáš Procházka created NETBEANS-5299:
-

 Summary: Wrong dialog button pressed when using FlatLaf
 Key: NETBEANS-5299
 URL: https://issues.apache.org/jira/browse/NETBEANS-5299
 Project: NetBeans
  Issue Type: Bug
  Components: FlatLaf
Affects Versions: 12.2, 12.3
Reporter: Tomáš Procházka
Assignee: Karl Tauber


When FlatLaf is used, then in dialogs wrong button is activated using keyboard 
navigation.

Steps to reproduce:
# Open NetBeans and select FlatLaf look & feel
# Open any file
# Make any change in file
# Exit NetBeans - clicking Close button or File > Exit
# Dialog Save will show up
# Press Tab key - Save button will be highlighted
# Press Enter

Actual behavior:
Cancel button is activated - file is not saved and NetBeans are not closed

Expected behavior:
Save button is activated - file is saved and NetBeans are closed.
 
Same problem is also with other dialogs.
When GTK+ LaF is used, then correct dialog button is activated.

Tested in NetBeans 12.2 and 12.3 beta 1.




--
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-5298) Selection dialog won't open my unpack200

2021-01-28 Thread William Reid, Jr. (Jira)
William Reid, Jr. created NETBEANS-5298:
---

 Summary: Selection dialog won't open my unpack200
 Key: NETBEANS-5298
 URL: https://issues.apache.org/jira/browse/NETBEANS-5298
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.2
 Environment: Arch Linux, OpenJDK 15
Reporter: William Reid, Jr.


I attempted to install the C/C++ plugin, during installation, it opens a file 
selection dialog to get unpack200, but when I select it, the dialog closes then 
reopens. Searching the web gives the idea that one can set the jdkhome variable 
to the path of an earlier version of OpenJDK as a workaround, but I haven't 
tested it.



--
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-4950) Issue when Build Maven Web App Project

2021-01-28 Thread Jesse Glick (Jira)


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

Jesse Glick commented on NETBEANS-4950:
---

Easy to reproduce: open github.com/jenkinsci/jenkins in the IDE.

> Issue when Build Maven Web App Project
> --
>
> Key: NETBEANS-4950
> URL: https://issues.apache.org/jira/browse/NETBEANS-4950
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 12.2
> Environment: Product Version: Apache NetBeans IDE 12.2-beta2
> Java: 15.0.1; OpenJDK 64-Bit Server VM 15.0.1+9
> Runtime: OpenJDK Runtime Environment 15.0.1+9
> System: Windows 10 version 10.0 running on amd64; UTF-8; en_US (nb)
> Project is using
> JAVA=jdk8u252-b09 
> MAVEN=apache-maven-3.6.3
>Reporter: Victor Pineda
>Priority: Critical
>  Labels: build, maven
>
> I'm getting the following errors during project building. These kind of error 
> are in a loop, generating multiple times same errors.
>  
> java.lang.NullPointerException: Cannot invoke 
> "com.sun.tools.javac.processing.JavacProcessingEnvironment$DiscoveredProcessors.iterator()"
>  because "this.discoveredProcs" is nulljava.lang.NullPointerException: Cannot 
> invoke 
> "com.sun.tools.javac.processing.JavacProcessingEnvironment$DiscoveredProcessors.iterator()"
>  because "this.discoveredProcs" is null at 
> com.sun.tools.javac.processing.JavacProcessingEnvironment.discoverAndRunProcs(JavacProcessingEnvironment.java:914)
>  at 
> com.sun.tools.javac.processing.JavacProcessingEnvironment.access$2500(JavacProcessingEnvironment.java:113)
>  at 
> com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.run(JavacProcessingEnvironment.java:1298)
>  at 
> com.sun.tools.javac.processing.JavacProcessingEnvironment.doProcessing(JavacProcessingEnvironment.java:1380)
>  at 
> com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1350)
>  at 
> com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1240)
>  at com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:404) at 
> com.sun.tools.javac.api.JavacTaskImpl.enterTrees(JavacTaskImpl.java:451)[catch]
>  at 
> org.netbeans.modules.java.source.nbjavac.indexing.MultiPassCompileWorker.compile(MultiPassCompileWorker.java:204)
>  at 
> org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:361)
>  at 
> org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:138)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:275)
>  at 
> org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:136)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2750)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.access$800(RepositoryUpdater.java:2154)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2636)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2634)
>  at 
> org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.refreshTransaction(TaskCache.java:540)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:2634)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5714)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5622)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$4.run(RepositoryUpdater.java:2127)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279) at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2123)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2104)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.access$1500(RepositoryUpdater.java:136)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSource(RepositoryUpdater.java:5749)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSources(RepositoryUpdater.java:5419)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RootsWork.getDone(RepositoryUpdater.java:5038)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:3420)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:6183)
>  at 
> 

[jira] [Updated] (NETBEANS-4950) Issue when Build Maven Web App Project

2021-01-28 Thread Jesse Glick (Jira)


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

Jesse Glick updated NETBEANS-4950:
--
Component/s: (was: javaee - Maven)
 java - Compiler

> Issue when Build Maven Web App Project
> --
>
> Key: NETBEANS-4950
> URL: https://issues.apache.org/jira/browse/NETBEANS-4950
> Project: NetBeans
>  Issue Type: Bug
>  Components: java - Compiler
>Affects Versions: 12.2
> Environment: Product Version: Apache NetBeans IDE 12.2-beta2
> Java: 15.0.1; OpenJDK 64-Bit Server VM 15.0.1+9
> Runtime: OpenJDK Runtime Environment 15.0.1+9
> System: Windows 10 version 10.0 running on amd64; UTF-8; en_US (nb)
> Project is using
> JAVA=jdk8u252-b09 
> MAVEN=apache-maven-3.6.3
>Reporter: Victor Pineda
>Priority: Critical
>  Labels: build, maven
>
> I'm getting the following errors during project building. These kind of error 
> are in a loop, generating multiple times same errors.
>  
> java.lang.NullPointerException: Cannot invoke 
> "com.sun.tools.javac.processing.JavacProcessingEnvironment$DiscoveredProcessors.iterator()"
>  because "this.discoveredProcs" is nulljava.lang.NullPointerException: Cannot 
> invoke 
> "com.sun.tools.javac.processing.JavacProcessingEnvironment$DiscoveredProcessors.iterator()"
>  because "this.discoveredProcs" is null at 
> com.sun.tools.javac.processing.JavacProcessingEnvironment.discoverAndRunProcs(JavacProcessingEnvironment.java:914)
>  at 
> com.sun.tools.javac.processing.JavacProcessingEnvironment.access$2500(JavacProcessingEnvironment.java:113)
>  at 
> com.sun.tools.javac.processing.JavacProcessingEnvironment$Round.run(JavacProcessingEnvironment.java:1298)
>  at 
> com.sun.tools.javac.processing.JavacProcessingEnvironment.doProcessing(JavacProcessingEnvironment.java:1380)
>  at 
> com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1350)
>  at 
> com.sun.tools.javac.main.JavaCompiler.processAnnotations(JavaCompiler.java:1240)
>  at com.sun.tools.javac.api.JavacTaskImpl.enter(JavacTaskImpl.java:404) at 
> com.sun.tools.javac.api.JavacTaskImpl.enterTrees(JavacTaskImpl.java:451)[catch]
>  at 
> org.netbeans.modules.java.source.nbjavac.indexing.MultiPassCompileWorker.compile(MultiPassCompileWorker.java:204)
>  at 
> org.netbeans.modules.java.source.indexing.JavaCustomIndexer.index(JavaCustomIndexer.java:361)
>  at 
> org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor$2.run(Indexable.java:138)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runIndexer(RepositoryUpdater.java:275)
>  at 
> org.netbeans.modules.parsing.spi.indexing.Indexable$MyAccessor.index(Indexable.java:136)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doIndex(RepositoryUpdater.java:2750)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.access$800(RepositoryUpdater.java:2154)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2636)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work$1.run(RepositoryUpdater.java:2634)
>  at 
> org.netbeans.modules.parsing.impl.indexing.errors.TaskCache.refreshTransaction(TaskCache.java:540)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.index(RepositoryUpdater.java:2634)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5714)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork$4.call(RepositoryUpdater.java:5622)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$4.run(RepositoryUpdater.java:2127)
>  at org.openide.util.lookup.Lookups.executeWith(Lookups.java:279) at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2123)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.runInContext(RepositoryUpdater.java:2104)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater.access$1500(RepositoryUpdater.java:136)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSource(RepositoryUpdater.java:5749)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$AbstractRootsWork.scanSources(RepositoryUpdater.java:5419)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$RootsWork.getDone(RepositoryUpdater.java:5038)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Work.doTheWork(RepositoryUpdater.java:3420)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task._run(RepositoryUpdater.java:6183)
>  at 
> org.netbeans.modules.parsing.impl.indexing.RepositoryUpdater$Task.access$4300(RepositoryUpdater.java:5834)
>  

[jira] [Commented] (NETBEANS-2474) Add support for yarn package manager

2021-01-28 Thread Thomas McWork (Jira)


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

Thomas McWork commented on NETBEANS-2474:
-

As a workaround, for anybody interested: You can simply define the yarn binary 
in the npm path, as the CLI interface is basically the same.

> Add support for yarn package manager
> 
>
> Key: NETBEANS-2474
> URL: https://issues.apache.org/jira/browse/NETBEANS-2474
> Project: NetBeans
>  Issue Type: New Feature
>  Components: javascript - Node.js
>Affects Versions: 10.0, 11.0, 12.0
>Reporter: Ivan Borisov
>Priority: Major
>
> Add support for yarn package manager
> [https://yarnpkg.com/lang/en/]
> https://yarnpkg.com/lang/en/docs/migrating-from-npm/



--
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-5297) Html5/Javascript "Hellow world" clean and build does not create platform folder

2021-01-28 Thread eli shagam (Jira)


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

eli shagam updated NETBEANS-5297:
-
Description: 
I am a beginner to Html5/Javascript

Clean and build of Html5/JavaScript "hello world" does not create platform 
folder

"Create Cordova Resources and rename site root to www"

same problem with NB 12.2  12.0,   8.1,  8.2

Cordova 10.0.0

Android sdk latest  29.0.5

 

Jdk 11  & jdk 15  same issue

  was:
I am a beginner to Html5/Javascript

Clean and build of Html5/JavaScript "hello world" does not create platform 
folder

"Create Cordova Resources and rename site root to www"

same problem with NB 12.2  12.0,   8.1,  8.2

Cordova 10.0.0 Android sdk latest  29.0.5

 

Jdk 11  & jdk 15  same issue


> Html5/Javascript"Hellow world"  clean and build does not create platform 
> folder
> ---
>
> Key: NETBEANS-5297
> URL: https://issues.apache.org/jira/browse/NETBEANS-5297
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2
>Reporter: eli shagam
>Priority: Major
>
> I am a beginner to Html5/Javascript
> Clean and build of Html5/JavaScript "hello world" does not create platform 
> folder
> "Create Cordova Resources and rename site root to www"
> same problem with NB 12.2  12.0,   8.1,  8.2
> Cordova 10.0.0
> Android sdk latest  29.0.5
>  
> Jdk 11  & jdk 15  same issue



--
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-5297) Html5/Javascript "Hellow world" clean and build does not create platform folder

2021-01-28 Thread eli shagam (Jira)


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

eli shagam updated NETBEANS-5297:
-
Description: 
I am a beginner to Html5/Javascript

Clean and build of Html5/JavaScript "hello world" does not create platform 
folder

"Create Cordova Resources and rename site root to www"

same problem with NB 12.2  12.0,   8.1,  8.2

Cordova 10.0.0 Android sdk latest  29.0.5

 

Jdk 11  & jdk 15  same issue

  was:
I am a beginner to Html5/Javascript

Clean and build of Html5/JavaScript "hello world" does not create platform 
folder

"Create Cordova Resources and rename site root to www"

same problem with NB 8.1 8.2

Cordova 10.0.0 Android sdk latest  29.0.5

 

Jdk 11  & jdk 15  same issue


> Html5/Javascript"Hellow world"  clean and build does not create platform 
> folder
> ---
>
> Key: NETBEANS-5297
> URL: https://issues.apache.org/jira/browse/NETBEANS-5297
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2
>Reporter: eli shagam
>Priority: Major
>
> I am a beginner to Html5/Javascript
> Clean and build of Html5/JavaScript "hello world" does not create platform 
> folder
> "Create Cordova Resources and rename site root to www"
> same problem with NB 12.2  12.0,   8.1,  8.2
> Cordova 10.0.0 Android sdk latest  29.0.5
>  
> Jdk 11  & jdk 15  same issue



--
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-5297) Html5/Javascript "Hellow world" clean and build does not create platform folder

2021-01-28 Thread eli shagam (Jira)


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

eli shagam updated NETBEANS-5297:
-
Description: 
I am a beginner to Html5/Javascript

Clean and build of Html5/JavaScript "hello world" does not create platform 
folder

"Create Cordova Resources and rename site root to www"

same problem with NB 8.1 8.2

Cordova 10.0.0 Android sdk latest  29.0.5

 

Jdk 11  & jdk 15  same issue

  was:
I am a beginner to Html5/Javascript 

Clean and build of Html5/JavaScript "hello world" does not create platform 
folder

"Create Cordova Resources and rename site root to www"

same problem with NB 8.1 8.2

Cordova 10.0.0 Android sdk latest


> Html5/Javascript"Hellow world"  clean and build does not create platform 
> folder
> ---
>
> Key: NETBEANS-5297
> URL: https://issues.apache.org/jira/browse/NETBEANS-5297
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2
>Reporter: eli shagam
>Priority: Major
>
> I am a beginner to Html5/Javascript
> Clean and build of Html5/JavaScript "hello world" does not create platform 
> folder
> "Create Cordova Resources and rename site root to www"
> same problem with NB 8.1 8.2
> Cordova 10.0.0 Android sdk latest  29.0.5
>  
> Jdk 11  & jdk 15  same issue



--
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-5297) Html5/Javascript "Hellow world" clean and build does not create platform folder

2021-01-28 Thread eli shagam (Jira)


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

eli shagam updated NETBEANS-5297:
-
Description: 
I am a beginner to Html5/Javascript 

Clean and build of Html5/JavaScript "hello world" does not create platform 
folder

"Create Cordova Resources and rename site root to www"

same problem with NB 8.1 8.2

Cordova 10.0.0 Android sdk latest

  was:
 Clean and build of Html5/JavaScript "hello world" does not create platform 
folder

"Create Cordova Resources and rename site root to www"

 

same problem with NB 8.1 8.2

Cordova 10.0.0 Android sdk latest


> Html5/Javascript"Hellow world"  clean and build does not create platform 
> folder
> ---
>
> Key: NETBEANS-5297
> URL: https://issues.apache.org/jira/browse/NETBEANS-5297
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.2
>Reporter: eli shagam
>Priority: Major
>
> I am a beginner to Html5/Javascript 
> Clean and build of Html5/JavaScript "hello world" does not create platform 
> folder
> "Create Cordova Resources and rename site root to www"
> same problem with NB 8.1 8.2
> Cordova 10.0.0 Android sdk latest



--
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-5297) Html5/Javascript "Hellow world" clean and build does not create platform folder

2021-01-28 Thread eli shagam (Jira)
eli shagam created NETBEANS-5297:


 Summary: Html5/Javascript"Hellow world"  clean and build does 
not create platform folder
 Key: NETBEANS-5297
 URL: https://issues.apache.org/jira/browse/NETBEANS-5297
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.2
Reporter: eli shagam


 Clean and build of Html5/JavaScript "hello world" does not create platform 
folder

"Create Cordova Resources and rename site root to www"

 

same problem with NB 8.1 8.2

Cordova 10.0.0 Android sdk latest



--
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 delivery updated (a6a2f8f -> a000e7c)

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

geertjan pushed a change to branch delivery
in repository https://gitbox.apache.org/repos/asf/netbeans.git.


from a6a2f8f  Merge pull request #2701 from 
KacerCZ/netbeans-5272-fix-document-grouping
 new 9dad8b4  Use Frame, not FrameSlot as a trigger of debugging of 
existing Engines.
 new 717240a  Corrections of multi-threaded and multi-engine execution.
 new a000e7c  Merge pull request #2706 from entlicher/DebugEngineFixes

The 4951 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:
 .../debugger/jpda/truffle/TruffleDebugManager.java |  2 +-
 .../jpda/truffle/access/TruffleAccess.java | 25 ++--
 .../debugger/jpda/truffle/access/TruffleEval.java  | 16 -
 .../jpda/truffle/actions/StepActionProvider.java   |  5 ++
 .../jpda/truffle/frames/TruffleStackFrame.java | 12 +++-
 .../jpda/truffle/frames/TruffleStackInfo.java  | 11 +++-
 .../models/DebuggingTruffleActionsProvider.java| 16 -
 .../frames/models/DebuggingTruffleNodeModel.java   | 30 +++--
 .../frames/models/DebuggingTruffleTreeModel.java   | 17 -
 .../truffle/vars/impl/TruffleVariableImpl.java | 33 +-
 .../TruffleVariablesActionsProviderFilter.java | 13 ++--
 .../truffle/vars/tooltip/ToolTipAnnotation.java|  6 +-
 .../jpda/backend/truffle/JPDATruffleAccessor.java  | 32 --
 .../models/DebuggingTreeExpansionModelFilter.java  |  8 +++
 .../debugger/jpda/ui/models/WatchesModel.java  |  9 +--
 .../jpda/expr/InvocationExceptionTranslated.java   | 72 +++---
 .../debugger/jpda/models/AbstractVariable.java | 28 +
 17 files changed, 263 insertions(+), 72 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



[netbeans] 01/01: Merge pull request #2713 from apache/delivery

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

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

commit f8bc196aaefc0cfdd45b135914b1f5ae0996ff37
Merge: 9b5068b a6a2f8f
Author: Neil C Smith 
AuthorDate: Thu Jan 28 13:27:50 2021 +

Merge pull request #2713 from apache/delivery

Sync delivery to master post beta 1

 cpplite/cpplite.debugger/external/binaries-list|  2 +-
 ...HOT-license.txt => cpplite-mi-f8f8250283be-license.txt} |  2 +-
 cpplite/cpplite.debugger/nbproject/project.properties  |  4 ++--
 cpplite/cpplite.debugger/nbproject/project.xml |  4 ++--
 .../org/netbeans/nbbuild/extlibs/DownloadBinaries.java | 14 +-
 nbbuild/binaries-default-properties.xml|  1 +
 nbbuild/build.xml  | 14 +++---
 .../core/multitabs/impl/DocumentSwitcherTable.java |  5 +
 8 files changed, 28 insertions(+), 18 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



[netbeans] branch master updated (9b5068b -> f8bc196)

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

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


from 9b5068b  Merge pull request #2703 from DevCharly/NETBEANS-5026
 add a0e6cd8  Don't use local .m2 cache in build by default.
 add 6d54e71  Merge pull request #2710 from neilcsmith-net/ext-bin-no-m2
 add 8a38ff7  Fix versioning of external dependency cpplite-mi
 add 3ee4feb  Merge pull request #2709 from 
matthiasblaesing/cpplite-snapshot-version
 add 2fab5b2  [NETBEANS-5272] Fixed grouping of documents in document 
switcher
 add a6a2f8f  Merge pull request #2701 from 
KacerCZ/netbeans-5272-fix-document-grouping
 new f8bc196  Merge pull request #2713 from apache/delivery

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:
 cpplite/cpplite.debugger/external/binaries-list|  2 +-
 ...HOT-license.txt => cpplite-mi-f8f8250283be-license.txt} |  2 +-
 cpplite/cpplite.debugger/nbproject/project.properties  |  4 ++--
 cpplite/cpplite.debugger/nbproject/project.xml |  4 ++--
 .../org/netbeans/nbbuild/extlibs/DownloadBinaries.java | 14 +-
 nbbuild/binaries-default-properties.xml|  1 +
 nbbuild/build.xml  | 14 +++---
 .../core/multitabs/impl/DocumentSwitcherTable.java |  5 +
 8 files changed, 28 insertions(+), 18 deletions(-)
 rename cpplite/cpplite.debugger/external/{cpplite-mi-1.0-SNAPSHOT-license.txt 
=> cpplite-mi-f8f8250283be-license.txt} (99%)


-
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-377) Only underline the non-matching part of namespace

2021-01-28 Thread Cyril VERLOOP (Jira)


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

Cyril VERLOOP commented on NETBEANS-377:


Hi,

If i may add, having the "mapping from namespace prefix to base directory [...] 
read *from composer.json*" would be a very nice feature.

 

> Only underline the non-matching part of namespace
> -
>
> Key: NETBEANS-377
> URL: https://issues.apache.org/jira/browse/NETBEANS-377
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: 8.2
>Reporter: Simon Heimberg
>Assignee: Tomáš Procházka
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 12.3
>
> Attachments: image-2021-01-01-14-48-29-774.png
>
>  Time Spent: 2h 50m
>  Remaining Estimate: 0h
>
> When the namespace does not correspondent to the directory structure, the 
> namespace is underlined. Fine!
> But with PSR4 structure, the start of the namespace is often different to the 
> directory structure. But the end should match.
> I suppose to only underline the part of the namespace, which does not match 
> the directory structure. Then the user can determine himself if this part is 
> because of PSR-4 or because of a typo.



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