[jira] [Closed] (NETBEANS-4670) PHP: HTML type=number value attribute of input tag flagged as error when value is php expression

2020-08-02 Thread Jack J. Woehr (Jira)


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

Jack J. Woehr closed NETBEANS-4670.
---
Resolution: Not A Problem

WAD

> PHP: HTML type=number value attribute of input tag flagged as error when 
> value is php expression
> 
>
> Key: NETBEANS-4670
> URL: https://issues.apache.org/jira/browse/NETBEANS-4670
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor, web - HTML Editor
>Affects Versions: 12.0
> Environment: Linux x 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 
> 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
> NAME="Ubuntu"
> VERSION="18.04.4 LTS (Bionic Beaver)"
> ID=ubuntu
> ID_LIKE=debian
> PRETTY_NAME="Ubuntu 18.04.4 LTS"
> VERSION_ID="18.04"
> HOME_URL="https://www.ubuntu.com/;
> SUPPORT_URL="https://help.ubuntu.com/;
> BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
> PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
> VERSION_CODENAME=bionic
> UBUNTU_CODENAME=bionic
> PHP Version 7.1.17-0ubuntu0.17.10.1
>Reporter: Jack J. Woehr
>Priority: Minor
> Attachments: Screenshot from 2020-08-02 12-50-11.png, 
> nb4670-html-hint.png
>
>
> The Editor flags the following as an error:
> {code:java}
>  value="getOrdinal() ? $myEditor->getOrdinal() : 1); 
> ?>"/>{code}
> The error from mouseover text starts:
> {noformat}
> Bad value "   " for attribute "value" on element "input": Expected a minus 
> sign or a digit but saw " " instead.{noformat}
> The code performs correctly, however.
>  
>  
>  



--
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-4670) PHP: HTML type=number value attribute of input tag flagged as error when value is php expression

2020-08-02 Thread Jack J. Woehr (Jira)


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

Jack J. Woehr commented on NETBEANS-4670:
-

Thank you.

> PHP: HTML type=number value attribute of input tag flagged as error when 
> value is php expression
> 
>
> Key: NETBEANS-4670
> URL: https://issues.apache.org/jira/browse/NETBEANS-4670
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor, web - HTML Editor
>Affects Versions: 12.0
> Environment: Linux x 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 
> 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
> NAME="Ubuntu"
> VERSION="18.04.4 LTS (Bionic Beaver)"
> ID=ubuntu
> ID_LIKE=debian
> PRETTY_NAME="Ubuntu 18.04.4 LTS"
> VERSION_ID="18.04"
> HOME_URL="https://www.ubuntu.com/;
> SUPPORT_URL="https://help.ubuntu.com/;
> BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
> PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
> VERSION_CODENAME=bionic
> UBUNTU_CODENAME=bionic
> PHP Version 7.1.17-0ubuntu0.17.10.1
>Reporter: Jack J. Woehr
>Priority: Minor
> Attachments: Screenshot from 2020-08-02 12-50-11.png, 
> nb4670-html-hint.png
>
>
> The Editor flags the following as an error:
> {code:java}
>  value="getOrdinal() ? $myEditor->getOrdinal() : 1); 
> ?>"/>{code}
> The error from mouseover text starts:
> {noformat}
> Bad value "   " for attribute "value" on element "input": Expected a minus 
> sign or a digit but saw " " instead.{noformat}
> The code performs correctly, however.
>  
>  
>  



--
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-4670) PHP: HTML type=number value attribute of input tag flagged as error when value is php expression

2020-08-02 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto edited comment on NETBEANS-4670 at 8/2/20, 11:11 PM:
--

It's an HTML feature. If you would like avoid showing it, please click the 
light bulb for hints, then click "Disable HTML error checking for this file" or 
"Disable HTML error checking for all files of the text/html mimetype".

!nb4670-html-hint.png!


was (Author: junichi11):
It's an HTML feature. If you would like avoid showing it, please click the 
light bulb for hints, then click "Disable HTML error checking for this file" or 
"Disable HTML error checking for all files of the text/html mimetype".

> PHP: HTML type=number value attribute of input tag flagged as error when 
> value is php expression
> 
>
> Key: NETBEANS-4670
> URL: https://issues.apache.org/jira/browse/NETBEANS-4670
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor, web - HTML Editor
>Affects Versions: 12.0
> Environment: Linux x 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 
> 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
> NAME="Ubuntu"
> VERSION="18.04.4 LTS (Bionic Beaver)"
> ID=ubuntu
> ID_LIKE=debian
> PRETTY_NAME="Ubuntu 18.04.4 LTS"
> VERSION_ID="18.04"
> HOME_URL="https://www.ubuntu.com/;
> SUPPORT_URL="https://help.ubuntu.com/;
> BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
> PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
> VERSION_CODENAME=bionic
> UBUNTU_CODENAME=bionic
> PHP Version 7.1.17-0ubuntu0.17.10.1
>Reporter: Jack J. Woehr
>Priority: Minor
> Attachments: Screenshot from 2020-08-02 12-50-11.png, 
> nb4670-html-hint.png
>
>
> The Editor flags the following as an error:
> {code:java}
>  value="getOrdinal() ? $myEditor->getOrdinal() : 1); 
> ?>"/>{code}
> The error from mouseover text starts:
> {noformat}
> Bad value "   " for attribute "value" on element "input": Expected a minus 
> sign or a digit but saw " " instead.{noformat}
> The code performs correctly, however.
>  
>  
>  



--
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-4670) PHP: HTML type=number value attribute of input tag flagged as error when value is php expression

2020-08-02 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto updated NETBEANS-4670:
---
Attachment: nb4670-html-hint.png

> PHP: HTML type=number value attribute of input tag flagged as error when 
> value is php expression
> 
>
> Key: NETBEANS-4670
> URL: https://issues.apache.org/jira/browse/NETBEANS-4670
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor, web - HTML Editor
>Affects Versions: 12.0
> Environment: Linux x 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 
> 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
> NAME="Ubuntu"
> VERSION="18.04.4 LTS (Bionic Beaver)"
> ID=ubuntu
> ID_LIKE=debian
> PRETTY_NAME="Ubuntu 18.04.4 LTS"
> VERSION_ID="18.04"
> HOME_URL="https://www.ubuntu.com/;
> SUPPORT_URL="https://help.ubuntu.com/;
> BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
> PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
> VERSION_CODENAME=bionic
> UBUNTU_CODENAME=bionic
> PHP Version 7.1.17-0ubuntu0.17.10.1
>Reporter: Jack J. Woehr
>Priority: Minor
> Attachments: Screenshot from 2020-08-02 12-50-11.png, 
> nb4670-html-hint.png
>
>
> The Editor flags the following as an error:
> {code:java}
>  value="getOrdinal() ? $myEditor->getOrdinal() : 1); 
> ?>"/>{code}
> The error from mouseover text starts:
> {noformat}
> Bad value "   " for attribute "value" on element "input": Expected a minus 
> sign or a digit but saw " " instead.{noformat}
> The code performs correctly, however.
>  
>  
>  



--
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-4670) PHP: HTML type=number value attribute of input tag flagged as error when value is php expression

2020-08-02 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto commented on NETBEANS-4670:


It's an HTML feature. If you would like avoid showing it, please click the 
light bulb for hints, then click "Disable HTML error checking for this file" or 
"Disable HTML error checking for all files of the text/html mimetype".

> PHP: HTML type=number value attribute of input tag flagged as error when 
> value is php expression
> 
>
> Key: NETBEANS-4670
> URL: https://issues.apache.org/jira/browse/NETBEANS-4670
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor, web - HTML Editor
>Affects Versions: 12.0
> Environment: Linux x 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 
> 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
> NAME="Ubuntu"
> VERSION="18.04.4 LTS (Bionic Beaver)"
> ID=ubuntu
> ID_LIKE=debian
> PRETTY_NAME="Ubuntu 18.04.4 LTS"
> VERSION_ID="18.04"
> HOME_URL="https://www.ubuntu.com/;
> SUPPORT_URL="https://help.ubuntu.com/;
> BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
> PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
> VERSION_CODENAME=bionic
> UBUNTU_CODENAME=bionic
> PHP Version 7.1.17-0ubuntu0.17.10.1
>Reporter: Jack J. Woehr
>Priority: Minor
> Attachments: Screenshot from 2020-08-02 12-50-11.png
>
>
> The Editor flags the following as an error:
> {code:java}
>  value="getOrdinal() ? $myEditor->getOrdinal() : 1); 
> ?>"/>{code}
> The error from mouseover text starts:
> {noformat}
> Bad value "   " for attribute "value" on element "input": Expected a minus 
> sign or a digit but saw " " instead.{noformat}
> The code performs correctly, however.
>  
>  
>  



--
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-4670) PHP: HTML type=number value attribute of input tag flagged as error when value is php expression

2020-08-02 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto updated NETBEANS-4670:
---
Component/s: (was: php - Code Analysis)
 web - HTML Editor
 php - Editor

> PHP: HTML type=number value attribute of input tag flagged as error when 
> value is php expression
> 
>
> Key: NETBEANS-4670
> URL: https://issues.apache.org/jira/browse/NETBEANS-4670
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Editor, web - HTML Editor
>Affects Versions: 12.0
> Environment: Linux x 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 
> 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
> NAME="Ubuntu"
> VERSION="18.04.4 LTS (Bionic Beaver)"
> ID=ubuntu
> ID_LIKE=debian
> PRETTY_NAME="Ubuntu 18.04.4 LTS"
> VERSION_ID="18.04"
> HOME_URL="https://www.ubuntu.com/;
> SUPPORT_URL="https://help.ubuntu.com/;
> BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
> PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
> VERSION_CODENAME=bionic
> UBUNTU_CODENAME=bionic
> PHP Version 7.1.17-0ubuntu0.17.10.1
>Reporter: Jack J. Woehr
>Priority: Minor
> Attachments: Screenshot from 2020-08-02 12-50-11.png
>
>
> The Editor flags the following as an error:
> {code:java}
>  value="getOrdinal() ? $myEditor->getOrdinal() : 1); 
> ?>"/>{code}
> The error from mouseover text starts:
> {noformat}
> Bad value "   " for attribute "value" on element "input": Expected a minus 
> sign or a digit but saw " " instead.{noformat}
> The code performs correctly, however.
>  
>  
>  



--
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-4671) Plugin will not install (file not found)

2020-08-02 Thread Bradley Still (Jira)
Bradley Still created NETBEANS-4671:
---

 Summary: Plugin will not install (file not found)
 Key: NETBEANS-4671
 URL: https://issues.apache.org/jira/browse/NETBEANS-4671
 Project: NetBeans
  Issue Type: Bug
Affects Versions: 12.0
 Environment: Windows 10
Reporter: Bradley Still


When attempting to install a plugin - the plugin wizard finishes, NetBeans 
restarts, but the plugin is not installed. "The IDE Log shows: INFO 
[org.netbeans.core.startup.NbEvents]: Warning: the module C:\Program 
Files\NetBeans-12.0\modules\ca-weblite-netbeans-mirah.jar could not be found, 
ignoring...". The specific plugin is NBMirah 
(https://github.com/shannah/mirah-nbm). But, also occurs for at least one other 
plugin "INFO [org.netbeans.core.startup.NbEvents]: Warning: the module 
C:\Program Files\NetBeans-12.0\modules\com-codename1.jar could not be found, 
ignoring...
".




--
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-4670) PHP: HTML type=number value attribute of input tag flagged as error when value is php expression

2020-08-02 Thread Jack J. Woehr (Jira)


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

Jack J. Woehr updated NETBEANS-4670:

Summary: PHP: HTML type=number value attribute of input tag flagged as 
error when value is php expression  (was: PHP: HTML value attribute of input 
tag flagged as error when value is php expression)

> PHP: HTML type=number value attribute of input tag flagged as error when 
> value is php expression
> 
>
> Key: NETBEANS-4670
> URL: https://issues.apache.org/jira/browse/NETBEANS-4670
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Code Analysis
>Affects Versions: 12.0
> Environment: Linux x 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 
> 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
> NAME="Ubuntu"
> VERSION="18.04.4 LTS (Bionic Beaver)"
> ID=ubuntu
> ID_LIKE=debian
> PRETTY_NAME="Ubuntu 18.04.4 LTS"
> VERSION_ID="18.04"
> HOME_URL="https://www.ubuntu.com/;
> SUPPORT_URL="https://help.ubuntu.com/;
> BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
> PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
> VERSION_CODENAME=bionic
> UBUNTU_CODENAME=bionic
> PHP Version 7.1.17-0ubuntu0.17.10.1
>Reporter: Jack J. Woehr
>Priority: Minor
> Attachments: Screenshot from 2020-08-02 12-50-11.png
>
>
> The Editor flags the following as an error:
> {code:java}
>  value="getOrdinal() ? $myEditor->getOrdinal() : 1); 
> ?>"/>{code}
> The error from mouseover text starts:
> {noformat}
> Bad value "   " for attribute "value" on element "input": Expected a minus 
> sign or a digit but saw " " instead.{noformat}
> The code performs correctly, however.
>  
>  
>  



--
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-4670) PHP: HTML value attribute of input tag flagged as error when value is php expression

2020-08-02 Thread Jack J. Woehr (Jira)


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

Jack J. Woehr updated NETBEANS-4670:

Summary: PHP: HTML value attribute of input tag flagged as error when value 
is php expression  (was: PHP in HTML value attribute of input tag flagged as 
error when value is php expression)

> PHP: HTML value attribute of input tag flagged as error when value is php 
> expression
> 
>
> Key: NETBEANS-4670
> URL: https://issues.apache.org/jira/browse/NETBEANS-4670
> Project: NetBeans
>  Issue Type: Bug
>  Components: php - Code Analysis
>Affects Versions: 12.0
> Environment: Linux x 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 
> 23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
> NAME="Ubuntu"
> VERSION="18.04.4 LTS (Bionic Beaver)"
> ID=ubuntu
> ID_LIKE=debian
> PRETTY_NAME="Ubuntu 18.04.4 LTS"
> VERSION_ID="18.04"
> HOME_URL="https://www.ubuntu.com/;
> SUPPORT_URL="https://help.ubuntu.com/;
> BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
> PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
> VERSION_CODENAME=bionic
> UBUNTU_CODENAME=bionic
> PHP Version 7.1.17-0ubuntu0.17.10.1
>Reporter: Jack J. Woehr
>Priority: Minor
> Attachments: Screenshot from 2020-08-02 12-50-11.png
>
>
> The Editor flags the following as an error:
> {code:java}
>  value="getOrdinal() ? $myEditor->getOrdinal() : 1); 
> ?>"/>{code}
> The error from mouseover text starts:
> {noformat}
> Bad value "   " for attribute "value" on element "input": Expected a minus 
> sign or a digit but saw " " instead.{noformat}
> The code performs correctly, however.
>  
>  
>  



--
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 cnd updated: Replace Oracle license with ALv2 license header in Bundle.properties files.

2020-08-02 Thread matthiasblaesing
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/cnd by this push:
 new 201961d  Replace Oracle license with ALv2 license header in 
Bundle.properties files.
 new 6efea7d  Merge pull request #2291 from 
BradWalker/cnd_cleanup_props_file
201961d is described below

commit 201961d1b60aba2f754d30794002c3ac83c2d4a0
Author: Brad Walker 
AuthorDate: Sun Aug 2 13:22:58 2020 -0500

Replace Oracle license with ALv2 license header in Bundle.properties files.

These files were part of the Oracle Netbeans donation #4 & #5.
---
 .../cnd/api/model/resources/Bundle.properties  | 47 ++-
 .../org/netbeans/modules/cnd/apt/Bundle.properties | 47 ++-
 .../cnd/classview/actions/Bundle.properties| 47 ++-
 .../cnd/classview/resources/Bundle.properties  | 47 ++-
 .../modules/cnd/discovery/Bundle.properties| 47 ++-
 .../cnd/discovery/projectimport/Bundle.properties  | 47 ++-
 .../modules/cnd/discovery/wizard/Bundle.properties | 37 +--
 .../discovery/wizard/api/support/Bundle.properties | 47 ++-
 .../wizard/support/impl/Bundle.properties  | 49 ++--
 .../modules/cnd/dwarfdiscovery/Bundle.properties   | 47 ++-
 .../cnd/dwarfdiscovery/provider/Bundle.properties  | 47 ++-
 .../cnd/dwarfdump/resources/Bundle.properties  | 47 ++-
 .../modules/cnd/highlight/error/Bundle.properties  | 47 ++-
 .../cnd/highlight/error/includes/Bundle.properties | 49 ++--
 .../cnd/highlight/resources/Bundle.properties  | 47 ++-
 .../cnd/highlight/semantic/Bundle.properties   | 47 ++-
 .../ui/configurations/Bundle.properties| 47 ++-
 .../modules/cnd/modeldiscovery/Bundle.properties   | 47 ++-
 .../cnd/modeldiscovery/provider/Bundle.properties  | 47 ++-
 .../cnd/modelimpl/platform/Bundle.properties   | 47 ++-
 .../cnd/modelimpl/resources/Bundle.properties  | 47 ++-
 .../netbeans/modules/cnd/modelui/Bundle.properties | 47 ++-
 .../modules/cnd/modelui/actions/Bundle.properties  | 47 ++-
 .../modules/cnd/modelui/parsing/Bundle.properties  | 47 ++-
 .../modules/cnd/modelui/switcher/Bundle.properties | 47 ++-
 .../modules/cnd/modelui/trace/Bundle.properties| 47 ++-
 .../cnd/modelutil/resources/Bundle.properties  | 47 ++-
 .../modules/cnd/remote/ui/Bundle.properties| 54 ++
 .../cnd/repository/resources/Bundle.properties | 47 ++-
 .../cnd/toolchain/ui/compilerset/Bundle.properties | 47 ++-
 .../cnd/toolchain/ui/options/Bundle.properties | 47 ++-
 .../modules/cnd/api/toolchain/Bundle.properties| 49 ++--
 .../modules/cnd/spi/toolchain/Bundle.properties| 47 ++-
 .../cnd/toolchain/compilerset/Bundle.properties| 47 ++-
 .../modules/cnd/ui/options/Bundle.properties   | 47 ++-
 .../diagnostics/clank/resources/Bundle.properties  | 19 +++-
 .../netbeans/modules/odcs/cnd/ui/Bundle.properties | 17 +++
 37 files changed, 516 insertions(+), 1168 deletions(-)

diff --git 
a/cnd/cnd.api.model/src/org/netbeans/modules/cnd/api/model/resources/Bundle.properties
 
b/cnd/cnd.api.model/src/org/netbeans/modules/cnd/api/model/resources/Bundle.properties
index bcc0e19..0fe31d7 100644
--- 
a/cnd/cnd.api.model/src/org/netbeans/modules/cnd/api/model/resources/Bundle.properties
+++ 
b/cnd/cnd.api.model/src/org/netbeans/modules/cnd/api/model/resources/Bundle.properties
@@ -1,38 +1,19 @@
-# This module is part of NetBeans and is open-source.
-# You can see http://www.netbeans.org/about/legal/index.html for details.
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
 #
-# You may use the binary however you like. The source file license is:
+#   http://www.apache.org/licenses/LICENSE-2.0
 #
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
-#
-# Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-#
-# Oracle and Java are registered trademarks of Oracle and/or its affiliates.
-# Other names may be trademarks of their respective owners.
-#
-# The 

[jira] [Created] (NETBEANS-4670) PHP in HTML value attribute of input tag flagged as error when value is php expression

2020-08-02 Thread Jack J. Woehr (Jira)
Jack J. Woehr created NETBEANS-4670:
---

 Summary: PHP in HTML value attribute of input tag flagged as error 
when value is php expression
 Key: NETBEANS-4670
 URL: https://issues.apache.org/jira/browse/NETBEANS-4670
 Project: NetBeans
  Issue Type: Bug
  Components: php - Code Analysis
Affects Versions: 12.0
 Environment: Linux x 4.15.0-112-generic #113-Ubuntu SMP Thu Jul 9 
23:41:39 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux
NAME="Ubuntu"
VERSION="18.04.4 LTS (Bionic Beaver)"
ID=ubuntu
ID_LIKE=debian
PRETTY_NAME="Ubuntu 18.04.4 LTS"
VERSION_ID="18.04"
HOME_URL="https://www.ubuntu.com/;
SUPPORT_URL="https://help.ubuntu.com/;
BUG_REPORT_URL="https://bugs.launchpad.net/ubuntu/;
PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy;
VERSION_CODENAME=bionic
UBUNTU_CODENAME=bionic
PHP Version 7.1.17-0ubuntu0.17.10.1
Reporter: Jack J. Woehr
 Attachments: Screenshot from 2020-08-02 12-50-11.png

The Editor flags the following as an error:
{code:java}
{code}
The error from mouseover text starts:
{noformat}
Bad value "   " for attribute "value" on element "input": Expected a minus sign 
or a digit but saw " " instead.{noformat}
The code performs correctly, however.

 

 

 



--
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-4402) CSS highlighting error - comment + http(s) protocol

2020-08-02 Thread Jira


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

Matthias Bläsing resolved NETBEANS-4402.

Resolution: Not A Bug

Tested behavior and found it to be identical in CSS and SCSS. This is also 
logical, because the behavior is implemented globally in the _editor_ module.

The code can be found here:

[https://github.com/apache/netbeans/blob/master/ide/editor/src/org/netbeans/modules/editor/url/HighlightURLs.java]

[https://github.com/apache/netbeans/blob/master/ide/editor/src/org/netbeans/modules/editor/url/HyperlinkImpl.java]

 

TL;DR: The highlighting and the clickabilty (CTRL+click) implementation are 
expected to be there and thus this is not a bug, but a feature (I had to wait a 
long time to write this)

> CSS highlighting error - comment + http(s) protocol
> ---
>
> Key: NETBEANS-4402
> URL: https://issues.apache.org/jira/browse/NETBEANS-4402
> Project: NetBeans
>  Issue Type: Bug
>Affects Versions: 11.2
> Environment: Win 10 x64
>Reporter: Libor
>Priority: Minor
>  Labels: css, highlighter
> Attachments: hl.jpg
>
>
> Open CSS field and type
> {{/*http://*/}}
> Finishing {{http://}} (https, file, ftp, ...) highlights URL within comment.
> Does not occur in SCSS.



--
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-4604) PHP - instant rename of private constant

2020-08-02 Thread Jira


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

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

PR was merged.

> PHP - instant rename of private constant
> 
>
> Key: NETBEANS-4604
> URL: https://issues.apache.org/jira/browse/NETBEANS-4604
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: 12.0
>Reporter: Tomáš Procházka
>Assignee: Tomáš Procházka
>Priority: Minor
>  Labels: pull-request-available
> Fix For: 12.1
>
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> NetBeans can rename local variables and private fields and methods by 
> selecting it and Ctrl-R and editing the name.
> Same function is not supported for private class constants.
> Pressing Ctrl-R always displays rename dialog.
> Example code:
> {code:php}
> class PrivateConstant {
> private const PATH = '/';
> private $field;
> private function getField() {
> return $this->field;
> }
> function getPath(): string {
> return self::PATH;
> }
> }
> {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-4604) PHP - instant rename of private constant

2020-08-02 Thread Jira


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

Tomáš Procházka updated NETBEANS-4604:
--
Description: 
NetBeans can rename local variables and private fields and methods by selecting 
it and Ctrl-R and editing the name.

Same function is not supported for private class constants.

Pressing Ctrl-R always displays rename dialog.

Example code:
{code:php}
class PrivateConstant {

private const PATH = '/';

private $field;

private function getField() {
return $this->field;
}

function getPath(): string {
return self::PATH;
}

}
{code}

  was:
NetBeans can rename local variables and private fields and methods by selecting 
it and Ctrl-R and editing the name.

Same function is not supported for private class constants.

Pressing Ctrl-R always displays rename dialog.

 
{code:java}
// code placeholder
{code}


> PHP - instant rename of private constant
> 
>
> Key: NETBEANS-4604
> URL: https://issues.apache.org/jira/browse/NETBEANS-4604
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: 12.0
>Reporter: Tomáš Procházka
>Assignee: Tomáš Procházka
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> NetBeans can rename local variables and private fields and methods by 
> selecting it and Ctrl-R and editing the name.
> Same function is not supported for private class constants.
> Pressing Ctrl-R always displays rename dialog.
> Example code:
> {code:php}
> class PrivateConstant {
> private const PATH = '/';
> private $field;
> private function getField() {
> return $this->field;
> }
> function getPath(): string {
> return self::PATH;
> }
> }
> {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-4604) PHP - instant rename of private constant

2020-08-02 Thread Jira


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

Tomáš Procházka commented on NETBEANS-4604:
---

I added example code.

> PHP - instant rename of private constant
> 
>
> Key: NETBEANS-4604
> URL: https://issues.apache.org/jira/browse/NETBEANS-4604
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: 12.0
>Reporter: Tomáš Procházka
>Assignee: Tomáš Procházka
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> NetBeans can rename local variables and private fields and methods by 
> selecting it and Ctrl-R and editing the name.
> Same function is not supported for private class constants.
> Pressing Ctrl-R always displays rename dialog.
> Example code:
> {code:php}
> class PrivateConstant {
> private const PATH = '/';
> private $field;
> private function getField() {
> return $this->field;
> }
> function getPath(): string {
> return self::PATH;
> }
> }
> {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-4604) PHP - instant rename of private constant

2020-08-02 Thread Jira


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

Tomáš Procházka updated NETBEANS-4604:
--
Description: 
NetBeans can rename local variables and private fields and methods by selecting 
it and Ctrl-R and editing the name.

Same function is not supported for private class constants.

Pressing Ctrl-R always displays rename dialog.

 
{code:java}
// code placeholder
{code}

  was:
NetBeans can rename local variables and private fields and methods by selecting 
it and Ctrl-R and editing the name.

Same function is not supported for private class constants.

Pressing Ctrl-R always displays rename dialog.


> PHP - instant rename of private constant
> 
>
> Key: NETBEANS-4604
> URL: https://issues.apache.org/jira/browse/NETBEANS-4604
> Project: NetBeans
>  Issue Type: Improvement
>  Components: php - Editor
>Affects Versions: 12.0
>Reporter: Tomáš Procházka
>Assignee: Tomáš Procházka
>Priority: Minor
>  Labels: pull-request-available
>  Time Spent: 1h 10m
>  Remaining Estimate: 0h
>
> NetBeans can rename local variables and private fields and methods by 
> selecting it and Ctrl-R and editing the name.
> Same function is not supported for private class constants.
> Pressing Ctrl-R always displays rename dialog.
>  
> {code:java}
> // code placeholder
> {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