[jira] [Commented] (NETBEANS-5088) Dialogs cause IDE freeze on MacOS Big Sur

2020-12-03 Thread Jayce (Jira)


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

Jayce commented on NETBEANS-5088:
-

Maybe it's linked to the java projects stuff, mine is working correctly except 
for shortcut collision.

I can edit breakpoint and breakpoints properties, open any dialogs i can think 
of, without any issue on PHP projects for example.

Maybe you should give a try to the dev build to see if it's already corrected?

> Dialogs cause IDE freeze on MacOS Big Sur
> -
>
> Key: NETBEANS-5088
> URL: https://issues.apache.org/jira/browse/NETBEANS-5088
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.1
> Environment: MacOS 11.0.1 (BigSur).
> 2.9 GHz Intel i9
>Reporter: Juan F Arjona
>Priority: Blocker
> Attachments: dump.txt
>
>
> Running on Mac OS Big Sur, every time I open a dialog (configuration, usages, 
> etc) the new window becomes a tab in the main window and the whole 
> application starts flashing and becomes irresponsive.   The only way to stop 
> it is to kill the process.
> Tried on the JDKs:
> Amazon-Correto (8, 15), openJDK (11, 14 and 15), Oracle JDK (11, 14, 15), 
> zulu (8, 15) and adoptjdk (both J9 and hotspot 8 and 15).  Issue happens 
> using the laptop alone or with dual screens.
> This bug is also affecting the netbeans-based applications, such as Oracle 
> Data Modeller.
> Help !



--
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-5093) Netbeans 12.1 not applying code assistance properly on C headers

2020-12-03 Thread Claudi (Jira)
Claudi created NETBEANS-5093:


 Summary: Netbeans 12.1 not applying code assistance properly on C 
headers
 Key: NETBEANS-5093
 URL: https://issues.apache.org/jira/browse/NETBEANS-5093
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.1
 Environment: Product Version: Apache NetBeans IDE 12.1
Updates: NetBeans IDE is updated to version NetBeans 8.2 Patch 2
Java: 11.0.9.1; OpenJDK 64-Bit Server VM 11.0.9.1+1-Ubuntu-0ubuntu1.20.04
Runtime: OpenJDK Runtime Environment 11.0.9.1+1-Ubuntu-0ubuntu1.20.04
System: Linux version 5.4.0-56-generic running on amd64; UTF-8; en_US (nb)
Reporter: Claudi


I recently updated Netbeans from 12.0 to 12.1 on my Ubuntu 18.04 platform and I 
have noticed that code assistance has stopped working on C header files (*.h). 
Among other issues:
 * Selecting a hyphenated name like {{MY_C_MACRO}} by double clicking on it 
doesn't work; it only selects a token from the name ("MY", "C" or "MACRO") 
instead of the whole word.

 * Ctrl-clicking on a name doesn't switch to the definition of that name 
anymore.

 * Auto-tabbing doesn't work anymore (hitting ENTER brings the cursor to the 
beginning of the next line instead of placing it below the previous line's 
beginning.

 * Typing {{/**}} and hitting ENTER doesn't automatically insert the template 
for documenting the symbol below anymore.

 



--
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-5092) Multilingual IDE

2020-12-03 Thread dongasai (Jira)
dongasai created NETBEANS-5092:
--

 Summary: Multilingual IDE
 Key: NETBEANS-5092
 URL: https://issues.apache.org/jira/browse/NETBEANS-5092
 Project: NetBeans
  Issue Type: Wish
  Components: ide - UI
Reporter: dongasai


This is an wish that I need multilingual support for NetBeans and my native 
language is Chinese



--
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-5088) Dialogs cause IDE freeze on MacOS Big Sur

2020-12-03 Thread Dyorgio Nascimento (Jira)


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

Dyorgio Nascimento edited comment on NETBEANS-5088 at 12/4/20, 1:33 AM:


Additional clue: After edit watch dialog opened, it only freeze if I try to use 
RSHIFT+"*'*" keys (in my US keyboard this combination is used to produce *"* 
(String start/end char).


was (Author: dyorgio):
Additional clue: After edit watch opened, it only freeze if I try to use 
RSHIFT+"*'*" keys (in my US keyboard this combination is used to produce *"* 
(String start/end char).

> Dialogs cause IDE freeze on MacOS Big Sur
> -
>
> Key: NETBEANS-5088
> URL: https://issues.apache.org/jira/browse/NETBEANS-5088
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.1
> Environment: MacOS 11.0.1 (BigSur).
> 2.9 GHz Intel i9
>Reporter: Juan F Arjona
>Priority: Blocker
> Attachments: dump.txt
>
>
> Running on Mac OS Big Sur, every time I open a dialog (configuration, usages, 
> etc) the new window becomes a tab in the main window and the whole 
> application starts flashing and becomes irresponsive.   The only way to stop 
> it is to kill the process.
> Tried on the JDKs:
> Amazon-Correto (8, 15), openJDK (11, 14 and 15), Oracle JDK (11, 14, 15), 
> zulu (8, 15) and adoptjdk (both J9 and hotspot 8 and 15).  Issue happens 
> using the laptop alone or with dual screens.
> This bug is also affecting the netbeans-based applications, such as Oracle 
> Data Modeller.
> Help !



--
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-5088) Dialogs cause IDE freeze on MacOS Big Sur

2020-12-03 Thread Dyorgio Nascimento (Jira)


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

Dyorgio Nascimento commented on NETBEANS-5088:
--

Additional clue: After edit watch opened, it only freeze if I try to use 
RSHIFT+"*'*" keys (in my US keyboard this combination is used to produce *"* 
(String start/end char).

> Dialogs cause IDE freeze on MacOS Big Sur
> -
>
> Key: NETBEANS-5088
> URL: https://issues.apache.org/jira/browse/NETBEANS-5088
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.1
> Environment: MacOS 11.0.1 (BigSur).
> 2.9 GHz Intel i9
>Reporter: Juan F Arjona
>Priority: Blocker
> Attachments: dump.txt
>
>
> Running on Mac OS Big Sur, every time I open a dialog (configuration, usages, 
> etc) the new window becomes a tab in the main window and the whole 
> application starts flashing and becomes irresponsive.   The only way to stop 
> it is to kill the process.
> Tried on the JDKs:
> Amazon-Correto (8, 15), openJDK (11, 14 and 15), Oracle JDK (11, 14, 15), 
> zulu (8, 15) and adoptjdk (both J9 and hotspot 8 and 15).  Issue happens 
> using the laptop alone or with dual screens.
> This bug is also affecting the netbeans-based applications, such as Oracle 
> Data Modeller.
> Help !



--
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-5088) Dialogs cause IDE freeze on MacOS Big Sur

2020-12-03 Thread Dyorgio Nascimento (Jira)


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

Dyorgio Nascimento updated NETBEANS-5088:
-
Attachment: (was: Captura de Tela 2020-12-03 às 22.11.21.png)

> Dialogs cause IDE freeze on MacOS Big Sur
> -
>
> Key: NETBEANS-5088
> URL: https://issues.apache.org/jira/browse/NETBEANS-5088
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.1
> Environment: MacOS 11.0.1 (BigSur).
> 2.9 GHz Intel i9
>Reporter: Juan F Arjona
>Priority: Blocker
> Attachments: dump.txt
>
>
> Running on Mac OS Big Sur, every time I open a dialog (configuration, usages, 
> etc) the new window becomes a tab in the main window and the whole 
> application starts flashing and becomes irresponsive.   The only way to stop 
> it is to kill the process.
> Tried on the JDKs:
> Amazon-Correto (8, 15), openJDK (11, 14 and 15), Oracle JDK (11, 14, 15), 
> zulu (8, 15) and adoptjdk (both J9 and hotspot 8 and 15).  Issue happens 
> using the laptop alone or with dual screens.
> This bug is also affecting the netbeans-based applications, such as Oracle 
> Data Modeller.
> Help !



--
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-5088) Dialogs cause IDE freeze on MacOS Big Sur

2020-12-03 Thread Dyorgio Nascimento (Jira)


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

Dyorgio Nascimento edited comment on NETBEANS-5088 at 12/4/20, 1:16 AM:


I can confirm that NB 12.1 freeze with macOS Big Sur.

To reproduce is very easy, start a debug in a test class with main, include a 
break point and create a watch.

If you try to edit it opening a dialog (not directly on table): freeze.

I tested with jdk 11 and 14, same result.

I attached macOs thread dump, and make some investigations on NB classes... my 
guess is in this line:

[https://github.com/apache/netbeans/blob/04597fcc27ad0546a5d9a71b99d762609b998751/platform/core.windows/src/org/netbeans/core/windows/services/DialogDisplayerImpl.java#L94]

 

Something in macOS Big Sur is not compatible with NB Mutex logics.


was (Author: dyorgio):
I can confirm that NB 12.1 freeze with macOS Big Sur.

To reproduce is very easy, start a debug in a test class with main, include a 
break point, end create a watch.

If you try to edit it opening a dialog (not directly on table): freeze.

I tested with jdk 11 and 14, same result.

I attached macOs thread dump, and make some investigations on NB classes... my 
guess is in this line:

[https://github.com/apache/netbeans/blob/04597fcc27ad0546a5d9a71b99d762609b998751/platform/core.windows/src/org/netbeans/core/windows/services/DialogDisplayerImpl.java#L94]

 

Something in macOS Big Sur is not compatible with NB Mutex logics.

> Dialogs cause IDE freeze on MacOS Big Sur
> -
>
> Key: NETBEANS-5088
> URL: https://issues.apache.org/jira/browse/NETBEANS-5088
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.1
> Environment: MacOS 11.0.1 (BigSur).
> 2.9 GHz Intel i9
>Reporter: Juan F Arjona
>Priority: Blocker
> Attachments: Captura de Tela 2020-12-03 às 22.11.21.png, dump.txt
>
>
> Running on Mac OS Big Sur, every time I open a dialog (configuration, usages, 
> etc) the new window becomes a tab in the main window and the whole 
> application starts flashing and becomes irresponsive.   The only way to stop 
> it is to kill the process.
> Tried on the JDKs:
> Amazon-Correto (8, 15), openJDK (11, 14 and 15), Oracle JDK (11, 14, 15), 
> zulu (8, 15) and adoptjdk (both J9 and hotspot 8 and 15).  Issue happens 
> using the laptop alone or with dual screens.
> This bug is also affecting the netbeans-based applications, such as Oracle 
> Data Modeller.
> Help !



--
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-5088) Dialogs cause IDE freeze on MacOS Big Sur

2020-12-03 Thread Dyorgio Nascimento (Jira)


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

Dyorgio Nascimento commented on NETBEANS-5088:
--

I can confirm that NB 12.1 freeze with macOS Big Sur.

To reproduce is very easy, start a debug in a test class with main, include a 
break point, end create a watch.

If you try to edit it opening a dialog (not directly on table): freeze.

I tested with jdk 11 and 14, same result.

I attached macOs thread dump, and make some investigations on NB classes... my 
guess is in this line:

[https://github.com/apache/netbeans/blob/04597fcc27ad0546a5d9a71b99d762609b998751/platform/core.windows/src/org/netbeans/core/windows/services/DialogDisplayerImpl.java#L94]

 

Something in macOS Big Sur is not compatible with NB Mutex logics.

> Dialogs cause IDE freeze on MacOS Big Sur
> -
>
> Key: NETBEANS-5088
> URL: https://issues.apache.org/jira/browse/NETBEANS-5088
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.1
> Environment: MacOS 11.0.1 (BigSur).
> 2.9 GHz Intel i9
>Reporter: Juan F Arjona
>Priority: Blocker
> Attachments: Captura de Tela 2020-12-03 às 22.11.21.png, dump.txt
>
>
> Running on Mac OS Big Sur, every time I open a dialog (configuration, usages, 
> etc) the new window becomes a tab in the main window and the whole 
> application starts flashing and becomes irresponsive.   The only way to stop 
> it is to kill the process.
> Tried on the JDKs:
> Amazon-Correto (8, 15), openJDK (11, 14 and 15), Oracle JDK (11, 14, 15), 
> zulu (8, 15) and adoptjdk (both J9 and hotspot 8 and 15).  Issue happens 
> using the laptop alone or with dual screens.
> This bug is also affecting the netbeans-based applications, such as Oracle 
> Data Modeller.
> Help !



--
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-5088) Dialogs cause IDE freeze on MacOS Big Sur

2020-12-03 Thread Dyorgio Nascimento (Jira)


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

Dyorgio Nascimento updated NETBEANS-5088:
-
Attachment: dump.txt

> Dialogs cause IDE freeze on MacOS Big Sur
> -
>
> Key: NETBEANS-5088
> URL: https://issues.apache.org/jira/browse/NETBEANS-5088
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.1
> Environment: MacOS 11.0.1 (BigSur).
> 2.9 GHz Intel i9
>Reporter: Juan F Arjona
>Priority: Blocker
> Attachments: Captura de Tela 2020-12-03 às 22.11.21.png, dump.txt
>
>
> Running on Mac OS Big Sur, every time I open a dialog (configuration, usages, 
> etc) the new window becomes a tab in the main window and the whole 
> application starts flashing and becomes irresponsive.   The only way to stop 
> it is to kill the process.
> Tried on the JDKs:
> Amazon-Correto (8, 15), openJDK (11, 14 and 15), Oracle JDK (11, 14, 15), 
> zulu (8, 15) and adoptjdk (both J9 and hotspot 8 and 15).  Issue happens 
> using the laptop alone or with dual screens.
> This bug is also affecting the netbeans-based applications, such as Oracle 
> Data Modeller.
> Help !



--
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-5088) Dialogs cause IDE freeze on MacOS Big Sur

2020-12-03 Thread Dyorgio Nascimento (Jira)


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

Dyorgio Nascimento updated NETBEANS-5088:
-
Attachment: Captura de Tela 2020-12-03 às 22.11.21.png

> Dialogs cause IDE freeze on MacOS Big Sur
> -
>
> Key: NETBEANS-5088
> URL: https://issues.apache.org/jira/browse/NETBEANS-5088
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.1
> Environment: MacOS 11.0.1 (BigSur).
> 2.9 GHz Intel i9
>Reporter: Juan F Arjona
>Priority: Blocker
> Attachments: Captura de Tela 2020-12-03 às 22.11.21.png, dump.txt
>
>
> Running on Mac OS Big Sur, every time I open a dialog (configuration, usages, 
> etc) the new window becomes a tab in the main window and the whole 
> application starts flashing and becomes irresponsive.   The only way to stop 
> it is to kill the process.
> Tried on the JDKs:
> Amazon-Correto (8, 15), openJDK (11, 14 and 15), Oracle JDK (11, 14, 15), 
> zulu (8, 15) and adoptjdk (both J9 and hotspot 8 and 15).  Issue happens 
> using the laptop alone or with dual screens.
> This bug is also affecting the netbeans-based applications, such as Oracle 
> Data Modeller.
> Help !



--
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-5091) PHP - more improvements for constants in code completion

2020-12-03 Thread ASF GitHub Bot (Jira)


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

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

> PHP - more improvements for constants in code completion
> 
>
> Key: NETBEANS-5091
> URL: https://issues.apache.org/jira/browse/NETBEANS-5091
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: 12.2
>Reporter: Tomáš Procházka
>Assignee: Tomáš Procházka
>Priority: Major
>  Labels: pull-request-available
> Attachments: class_constant.png
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> More improvements on top of NETBEANS-5028.
>  * Improved display of class constants (previous change affected only global 
> constants).
>  * Display more values, not only the first one.
>  * Unsupported key or value is displayed as "?".
>  * Conversion code was moved to parent class 
> ({{ClassConstantDeclarationInfo}}) and child class 
> ({{ConstantDeclarationInfo}}) uses the same method.
>  * Added new tests and updated existing.
>  Preview:
> !class_constant.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



[jira] [Created] (NETBEANS-5091) PHP - more improvements for constants in code completion

2020-12-03 Thread Jira
Tomáš Procházka created NETBEANS-5091:
-

 Summary: PHP - more improvements for constants in code completion
 Key: NETBEANS-5091
 URL: https://issues.apache.org/jira/browse/NETBEANS-5091
 Project: NetBeans
  Issue Type: Improvement
  Components: php - Editor
Affects Versions: 12.2
Reporter: Tomáš Procházka
Assignee: Tomáš Procházka
 Attachments: class_constant.png

More improvements on top of NETBEANS-5028.
 * Improved display of class constants (previous change affected only global 
constants).
 * Display more values, not only the first one.
 * Unsupported key or value is displayed as "?".
 * Conversion code was moved to parent class ({{ClassConstantDeclarationInfo}}) 
and child class ({{ConstantDeclarationInfo}}) uses the same method.
 * Added new tests and updated existing.

 Preview:

!class_constant.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: Inform VSCode that application/javascript is also a MIME type of JavaScript.

2020-12-03 Thread entl
This is an automated email from the ASF dual-hosted git repository.

entl 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 b9049ee  Inform VSCode that application/javascript is also a MIME type 
of JavaScript.
 new 2b9979d  Merge pull request #2574 from 
entlicher/CorrectJavaScriptMIMEType
b9049ee is described below

commit b9049ee49c69d4a32fce08469234a72d8ea299c9
Author: Martin Entlicher 
AuthorDate: Wed Dec 2 16:28:05 2020 +0100

Inform VSCode that application/javascript is also a MIME type of JavaScript.
---
 java/java.lsp.server/vscode/package.json | 9 +
 1 file changed, 9 insertions(+)

diff --git a/java/java.lsp.server/vscode/package.json 
b/java/java.lsp.server/vscode/package.json
index 0cae9dd..ccc033a 100644
--- a/java/java.lsp.server/vscode/package.json
+++ b/java/java.lsp.server/vscode/package.json
@@ -32,6 +32,15 @@
],
"main": "./out/extension.js",
"contributes": {
+   "languages": [
+   {
+   "id": "javascript",
+   "mimetypes": [
+   "text/javascript",
+   "application/javascript"
+   ]
+   }
+   ],
"configuration": {
"title": "Java",
"properties": {


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

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



svn commit: r44824 - in /dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.6: ./ nbm-maven-plugin-4.6-source-release.zip nbm-maven-plugin-4.6-source-release.zip.asc nbm-maven-p

2020-12-03 Thread skygo
Author: skygo
Date: Thu Dec  3 13:30:13 2020
New Revision: 44824

Log:
prepare release for Apache NetBeas nbm-maven plugin 4.6

Added:
dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.6/

dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.6/nbm-maven-plugin-4.6-source-release.zip
   (with props)

dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.6/nbm-maven-plugin-4.6-source-release.zip.asc

dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.6/nbm-maven-plugin-4.6-source-release.zip.sha512

Added: 
dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.6/nbm-maven-plugin-4.6-source-release.zip
==
Binary file - no diff available.

Propchange: 
dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.6/nbm-maven-plugin-4.6-source-release.zip
--
svn:mime-type = application/octet-stream

Added: 
dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.6/nbm-maven-plugin-4.6-source-release.zip.asc
==
--- 
dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.6/nbm-maven-plugin-4.6-source-release.zip.asc
 (added)
+++ 
dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.6/nbm-maven-plugin-4.6-source-release.zip.asc
 Thu Dec  3 13:30:13 2020
@@ -0,0 +1,16 @@
+-BEGIN PGP SIGNATURE-
+
+iQIzBAABCgAdFiEEj+HCbxXgMg50C67YSiYBztqTgvMFAl/I5vEACgkQSiYBztqT
+gvNyww//ZwvqG8YiyZjZdIRwO2CkUKVOnK0Nt8oHbDU42jvyDQRvThQ7UTOPVv28
+DBz8meDgbw8xikjQYB9xhLkhvyH9+O8Rj5pkm9RBYJ3OCVGjO5GLcCDaU+l4zy7C
+Q5q9ZuQGuGdm0zk3P/p9DNyv9GZQMwnsUHAwuEXnbKDC8OCJaUCO2VMcjKKDbb9p
+CALESjhHceIkc7gPZFR+0gMJExp2IQjUbyJSl7/zsielyPNNI15wlSUjLxQZvKRA
+Ta+QTHjkkNUXtYDU1/oPsDQP7xd2SPcpGGJKtgh9My1sR3TwE8d8g12yqSFiiEOC
+YYd8rASxCnDxwNB2Bg2FT/vV0YGFKMLScF+O7apuzPbeWqmngO1sGNdRkwc3IYA/
+4PpFDM+xd6RMy33stG5lT2ygZpBe5O8Vl6WCvXd58FceHupoY1mfi2qfz2QKXwK5
+jI1QktqWw6rk9PEc7ItyiYa2g4zlRcv3TLwWgSoXQsMcvCkumWPfU96Rfzxyhxe9
+07nG7NzQO5X9LPD3bKSyh5sZMtcy3jATnI1Pnga7glg5jUobNpTdeEYL0NsiaW3w
+FYuuLyx9sz1NzTRHN81ugr6zby28ZmSmBJ/LVbNTAPcWyZAY5f422mwdQoSftHEB
+hnA3ucUyEOV9lE00g3oOJ+eGZ2apDYjYzbUEScIdjTijJLXUYH0=
+=KDOz
+-END PGP SIGNATURE-

Added: 
dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.6/nbm-maven-plugin-4.6-source-release.zip.sha512
==
--- 
dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.6/nbm-maven-plugin-4.6-source-release.zip.sha512
 (added)
+++ 
dev/netbeans/netbeans-maven-utilities/nbm-maven-plugin/nbm-maven-plugin-4.6/nbm-maven-plugin-4.6-source-release.zip.sha512
 Thu Dec  3 13:30:13 2020
@@ -0,0 +1 @@
+b1f22d4a7aeec6509e8ebb1d851950cdf788b793eb372a87ebc24739230d8bfc1cb1983ef8de5813f0aaf8a11fd2e7972d2914d3f744906c159ff08cd288e40c
\ No newline at end of file



-
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-plugin] branch master updated: [maven-release-plugin] prepare for next development iteration

2020-12-03 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-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new 5a418c2  [maven-release-plugin] prepare for next development iteration
5a418c2 is described below

commit 5a418c267eb03830d4e950172b65fb649107b394
Author: Eric Barboni 
AuthorDate: Thu Dec 3 14:24:24 2020 +0100

[maven-release-plugin] prepare for next development iteration
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e5e560c..8c52352 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
 4.0.0
 
 nbm-maven-plugin
-4.6
+4.7-SNAPSHOT
 maven-plugin
 
 Apache NetBeans Maven Utilities - NBM Maven Plugin
@@ -54,7 +54,7 @@ under the License.
 
scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git
 
scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git
 
https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin
-nbm-maven-plugin-4.6
+HEAD
 
 
 


-
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-plugin] annotated tag nbm-maven-plugin-4.6 created (now 6bed7db)

2020-12-03 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

skygo pushed a change to annotated tag nbm-maven-plugin-4.6
in repository 
https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git.


  at 6bed7db  (tag)
 tagging f00112ad9af40bdff25a1629d43330217bcd9d74 (commit)
 replaces nbm-maven-plugin-4.5
  by Eric Barboni
  on Thu Dec 3 14:24:19 2020 +0100

- Log -
[maven-release-plugin] copy for tag nbm-maven-plugin-4.6
---

No new revisions were added by this update.


-
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-plugin] branch master updated: [maven-release-plugin] prepare release nbm-maven-plugin-4.6

2020-12-03 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-plugin.git


The following commit(s) were added to refs/heads/master by this push:
 new f00112a  [maven-release-plugin] prepare release nbm-maven-plugin-4.6
f00112a is described below

commit f00112ad9af40bdff25a1629d43330217bcd9d74
Author: Eric Barboni 
AuthorDate: Thu Dec 3 14:24:02 2020 +0100

[maven-release-plugin] prepare release nbm-maven-plugin-4.6
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d017e69..e5e560c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
 4.0.0
 
 nbm-maven-plugin
-4.6-SNAPSHOT
+4.6
 maven-plugin
 
 Apache NetBeans Maven Utilities - NBM Maven Plugin
@@ -54,7 +54,7 @@ under the License.
 
scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git
 
scm:git:https://gitbox.apache.org/repos/asf/netbeans-mavenutils-nbm-maven-plugin.git
 
https://github.com/apache/netbeans-mavenutils-nbm-maven-plugin
-HEAD
+nbm-maven-plugin-4.6
 
 
 


-
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-plugin] 01/01: Merge pull request #13 from apache/jdk15-bytecode-support

2020-12-03 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-plugin.git

commit 8454abbaa30230b1b8040dc49809a4898bbede7e
Merge: 17cb087 8220703
Author: Eric Barboni 
AuthorDate: Thu Dec 3 13:51:47 2020 +0100

Merge pull request #13 from apache/jdk15-bytecode-support

Upgrade Dependency analyzer for jdk 15

 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


-
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-plugin] branch master updated (17cb087 -> 8454abb)

2020-12-03 Thread skygo
This is an automated email from the ASF dual-hosted git repository.

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


from 17cb087  missing parenthesis
 add 8220703  Update pom.xml
 new 8454abb  Merge pull request #13 from apache/jdk15-bytecode-support

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:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


-
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-5080) Xdebug tcp port opens only once

2020-12-03 Thread ASF GitHub Bot (Jira)


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

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

> Xdebug tcp port opens only once
> ---
>
> Key: NETBEANS-5080
> URL: https://issues.apache.org/jira/browse/NETBEANS-5080
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Debugger
>Affects Versions: Next
>Reporter: Jayce
>Assignee: Junichi Yamamoto
>Priority: Major
>  Labels: pull-request-available
> Attachments: BadIconInModal.png, netbeans-5080-ubuntu.gif
>
>  Time Spent: 10m
>  Remaining Estimate: 0h
>
> Open a php project
> - click debug, but does not launch your https server.
> - run nc -vz localhost 9003, where 9003 is the port configured in Preferences.
> {code:sh}
> % nc -vz localhost 9003
> Connection to localhost port 9003 [tcp/*] succeeded!
> {code}
> So far so good.
> - Click the Finish debugging session button. The new help with Xdebug version 
> 3 shows up (great! the netbeans icon is not on top left hand corner of the 
> modal box on macOS, see screenshot)
> - Click debug again:
> {code:sh}
> % nc -vz localhost 9003
> nc: connectx to localhost port 9003 (tcp) failed: Connection refused
> {code}
> *It seems NetBeans does not re-open the socket.*



--
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-5090) JSF CDI bean code created without "implements Serializable"

2020-12-03 Thread Stephen Brooksbank (Jira)
Stephen Brooksbank created NETBEANS-5090:


 Summary: JSF CDI bean code created without "implements 
Serializable"
 Key: NETBEANS-5090
 URL: https://issues.apache.org/jira/browse/NETBEANS-5090
 Project: NetBeans
  Issue Type: Bug
  Components: javaee - JSF
Affects Versions: 12.1
 Environment: Windows / NetBeans 12.1 
Reporter: Stephen Brooksbank


When using the file  -> new option to create "JSF CDI Bean" for View scope (and 
others) the bean file gets created without the "implements Serializable" option 
included on the class name. The deploy subsequently fails if this doesn't get 
added manually. It would obviously be better if the code was generated 
correctly.

The relevent template file does include:

{{ <#if passivationCapable??>}}
{{import java.io.Serializable;}}
{{ }}

and

{{public class ${name} <#if passivationCapable??>implements 
Serializable{}}

So behind the hood the "passivationCapable" variable is not being correctly set 
for the CDI scope(s).



--
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-5089) Sudden Parse Exception

2020-12-03 Thread Papaioannou T (Jira)


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

Papaioannou T updated NETBEANS-5089:

Description: 
During java code on JFrame ,a sudden silent error came up.
Also the .java file, during the one that NetBeans crashed,  cannot be deleted 
from inside the app.
 

  was:
During java code on JFrame ,a sudden silent error came up.

 


> Sudden Parse Exception
> --
>
> Key: NETBEANS-5089
> URL: https://issues.apache.org/jira/browse/NETBEANS-5089
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 12.0
> Environment: Windows 10 Pro
>Reporter: Papaioannou T
>Priority: Blocker
>
> During java code on JFrame ,a sudden silent error came up.
> Also the .java file, during the one that NetBeans crashed,  cannot be deleted 
> from inside the app.
>  



--
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-5089) Sudden Parse Exception

2020-12-03 Thread Papaioannou T (Jira)
Papaioannou T created NETBEANS-5089:
---

 Summary: Sudden Parse Exception
 Key: NETBEANS-5089
 URL: https://issues.apache.org/jira/browse/NETBEANS-5089
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.0
 Environment: Windows 10 Pro
Reporter: Papaioannou T


During java code on JFrame ,a sudden silent error came up.

 



--
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-1921) Doesn't recognize single assignments on PHP Ternary Operator

2020-12-03 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto commented on NETBEANS-1921:


[~FFT] Thank you. I'll check it later.

> Doesn't recognize single assignments on PHP Ternary Operator
> 
>
> Key: NETBEANS-1921
> URL: https://issues.apache.org/jira/browse/NETBEANS-1921
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: 9.0
> Environment: Windows 7 Pro SP1 x64
>Reporter: Oscar F. Bustos Mora
>Assignee: Junichi Yamamoto
>Priority: Minor
>  Labels: starter
> Attachments: asas.jpg
>
>
> When doing ternary operator, NetBeans is assuming that in the line, a 
> variable is set twice instead setting it as result of an condition.
> I know it's a visual annoyance and i kow how to disable this underlining but 
> maybe should inform about this.



--
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] [Assigned] (NETBEANS-1921) Doesn't recognize single assignments on PHP Ternary Operator

2020-12-03 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto reassigned NETBEANS-1921:
--

Assignee: Junichi Yamamoto

> Doesn't recognize single assignments on PHP Ternary Operator
> 
>
> Key: NETBEANS-1921
> URL: https://issues.apache.org/jira/browse/NETBEANS-1921
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: 9.0
> Environment: Windows 7 Pro SP1 x64
>Reporter: Oscar F. Bustos Mora
>Assignee: Junichi Yamamoto
>Priority: Minor
>  Labels: starter
> Attachments: asas.jpg
>
>
> When doing ternary operator, NetBeans is assuming that in the line, a 
> variable is set twice instead setting it as result of an condition.
> I know it's a visual annoyance and i kow how to disable this underlining but 
> maybe should inform about this.



--
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] [Assigned] (NETBEANS-2093) Show method structure in hints on hover

2020-12-03 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto reassigned NETBEANS-2093:
--

Assignee: Junichi Yamamoto

> Show method structure in hints on hover
> ---
>
> Key: NETBEANS-2093
> URL: https://issues.apache.org/jira/browse/NETBEANS-2093
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: 10.0
>Reporter: Bo Andersen
>Assignee: Junichi Yamamoto
>Priority: Major
> Fix For: 12.2
>
> Attachments: image-2019-02-07-16-53-57-447.png, 
> image-2019-02-07-16-54-33-603.png
>
>
> Netbeans dosn't show any useful information if PHPDoc is missing. As PHP get 
> more and more type safe, relying on the doc-block seems to be a bad choice.
> !image-2019-02-07-16-53-57-447.png!
> In other IDEs you actually can se method declaration, paramters and return 
> type, this could be very useful in Netbeans as well :)  
> !image-2019-02-07-16-54-33-603.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



[jira] [Resolved] (NETBEANS-2093) Show method structure in hints on hover

2020-12-03 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto resolved NETBEANS-2093.

Fix Version/s: 12.2
   Resolution: Fixed

[~FFT] Ah, Yes, I improved this recently, I suppose.  Maybe, it should work in 
12.2. Thank you for letting me know.

> Show method structure in hints on hover
> ---
>
> Key: NETBEANS-2093
> URL: https://issues.apache.org/jira/browse/NETBEANS-2093
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: 10.0
>Reporter: Bo Andersen
>Priority: Major
> Fix For: 12.2
>
> Attachments: image-2019-02-07-16-53-57-447.png, 
> image-2019-02-07-16-54-33-603.png
>
>
> Netbeans dosn't show any useful information if PHPDoc is missing. As PHP get 
> more and more type safe, relying on the doc-block seems to be a bad choice.
> !image-2019-02-07-16-53-57-447.png!
> In other IDEs you actually can se method declaration, paramters and return 
> type, this could be very useful in Netbeans as well :)  
> !image-2019-02-07-16-54-33-603.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 (d013927 -> 1e18b08)

2020-12-03 Thread dbalek
This is an automated email from the ASF dual-hosted git repository.

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


from d013927  Merge pull request #2572 from 
entlicher/TruffleSourcesFromString
 add 1e18b08  VSCode: Auto import of types on code completion. (#2571)

No new revisions were added by this update.

Summary of changes:
 java/java.lsp.server/nbproject/project.xml |   9 +
 .../server/protocol/TextDocumentServiceImpl.java   | 197 ++---
 .../java/lsp/server/protocol/ServerTest.java   |  88 +
 3 files changed, 271 insertions(+), 23 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] [Commented] (NETBEANS-3067) Completion of class names in Phpdocs does not respect Type of completion settings

2020-12-03 Thread Jayce (Jira)


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

Jayce commented on NETBEANS-3067:
-

You have short names because of the use lines on top of the file.

If you remove :
{code:java}
use Cz\Test\CompletionPhpDocs\Bar\Class2;
use Cz\Test\CompletionPhpDocs\Foo\Class3;
{code}
Then netbeans generates:

!image-2020-12-03-09-02-45-275.png!

 

> Completion of class names in Phpdocs does not respect Type of completion 
> settings
> -
>
> Key: NETBEANS-3067
> URL: https://issues.apache.org/jira/browse/NETBEANS-3067
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: 11.1
>Reporter: Czukowski
>Priority: Minor
> Attachments: CompletionPhpDocs.zip, image-2020-12-03-09-02-45-275.png
>
>
> Completion of class names in Phpdocs produces unqualified class names even 
> though fully qualified is selected in options (Options - Code Completion - 
> Language: PHP - Type of Code Completion (PHP 5.3 or newer only): Fully 
> Qualified).
> See the attached zip file with a sample project.
> To reproduce, open the file {{Class1.php}} in NetBeans, place a cursor on a 
> blank line just above the class constructor and type: {{/**}} and then 
> {{Return}}.
> Expected generated code:
> {code:java}
> /**
>  * 
>  * @param Cz\Test\CompletionPhpDocs\Bar\Class2 $bar
>  * @param Cz\Test\CompletionPhpDocs\Foo\Class3 $foo
>  */
> {code}
> Actual code:
> {code:java}
> /**
>  * 
>  * @param Class2 $bar
>  * @param Class3 $foo
>  */
> {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-3067) Completion of class names in Phpdocs does not respect Type of completion settings

2020-12-03 Thread Jayce (Jira)


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

Jayce updated NETBEANS-3067:

Attachment: image-2020-12-03-09-02-45-275.png

> Completion of class names in Phpdocs does not respect Type of completion 
> settings
> -
>
> Key: NETBEANS-3067
> URL: https://issues.apache.org/jira/browse/NETBEANS-3067
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor
>Affects Versions: 11.1
>Reporter: Czukowski
>Priority: Minor
> Attachments: CompletionPhpDocs.zip, image-2020-12-03-09-02-45-275.png
>
>
> Completion of class names in Phpdocs produces unqualified class names even 
> though fully qualified is selected in options (Options - Code Completion - 
> Language: PHP - Type of Code Completion (PHP 5.3 or newer only): Fully 
> Qualified).
> See the attached zip file with a sample project.
> To reproduce, open the file {{Class1.php}} in NetBeans, place a cursor on a 
> blank line just above the class constructor and type: {{/**}} and then 
> {{Return}}.
> Expected generated code:
> {code:java}
> /**
>  * 
>  * @param Cz\Test\CompletionPhpDocs\Bar\Class2 $bar
>  * @param Cz\Test\CompletionPhpDocs\Foo\Class3 $foo
>  */
> {code}
> Actual code:
> {code:java}
> /**
>  * 
>  * @param Class2 $bar
>  * @param Class3 $foo
>  */
> {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