[jira] [Updated] (NETBEANS-3681) Support for script type="module"

2020-01-11 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto updated NETBEANS-3681:
---
Attachment: nb-script-type-module-error.png

> Support for script type="module"
> 
>
> Key: NETBEANS-3681
> URL: https://issues.apache.org/jira/browse/NETBEANS-3681
> Project: NetBeans
>  Issue Type: Improvement
>  Components: web - HTML Editor
>Affects Versions: 11.2
>Reporter: Junichi Yamamoto
>Priority: Major
> Attachments: nb-script-type-module-error.png
>
>
> Currently, the below code is recognized as an error.
> {code:html}
> 
> 
> 
> {code}
> see: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Script
> Workaround: Uncheck Tools > Options > Editor > Hints > Language: HTML > HTML 
> Validator: Attributes



--
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-3681) Support for script type="module"

2020-01-11 Thread Junichi Yamamoto (Jira)


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

Junichi Yamamoto updated NETBEANS-3681:
---
Description: 
Currently, the below code is recognized as an error.
{code:html}



{code}
see: [https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Script]

!nb-script-type-module-error.png!

Workaround: Uncheck Tools > Options > Editor > Hints > Language: HTML > HTML 
Validator: Attributes

  was:
Currently, the below code is recognized as an error.

{code:html}



{code}

see: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Script

Workaround: Uncheck Tools > Options > Editor > Hints > Language: HTML > HTML 
Validator: Attributes


> Support for script type="module"
> 
>
> Key: NETBEANS-3681
> URL: https://issues.apache.org/jira/browse/NETBEANS-3681
> Project: NetBeans
>  Issue Type: Improvement
>  Components: web - HTML Editor
>Affects Versions: 11.2
>Reporter: Junichi Yamamoto
>Priority: Major
> Attachments: nb-script-type-module-error.png
>
>
> Currently, the below code is recognized as an error.
> {code:html}
> 
> 
> 
> {code}
> see: [https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Script]
> !nb-script-type-module-error.png!
> Workaround: Uncheck Tools > Options > Editor > Hints > Language: HTML > HTML 
> Validator: Attributes



--
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-3681) Support for script type="module"

2020-01-11 Thread Junichi Yamamoto (Jira)
Junichi Yamamoto created NETBEANS-3681:
--

 Summary: Support for script type="module"
 Key: NETBEANS-3681
 URL: https://issues.apache.org/jira/browse/NETBEANS-3681
 Project: NetBeans
  Issue Type: Improvement
  Components: web - HTML Editor
Affects Versions: 11.2
Reporter: Junichi Yamamoto


Currently, the below code is recognized as an error.

{code:html}



{code}

see: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/Script

Workaround: Uncheck Tools > Options > Editor > Hints > Language: HTML > HTML 
Validator: Attributes



--
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-3468) Make HiDPI (Retina) icons work in MacOS menu bar

2020-01-11 Thread Eirik Bakke (Jira)


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

Eirik Bakke commented on NETBEANS-3468:
---

I did some experiments with this. For retina icons to work in the main menu bar 
on Aqua/MacOS, the icon must be an ImageIcon based on a MultiResolutionImage. 
Any MultiResolutionImage implementation will do; it does not have to be an 
instance of BaseMultiResolutionImage. The main challenge is that 
MultiResolutionImage did not get introduced as a public API until Java 9 (prior 
to which it was located in sun.awt.image.MultiResolutionImage), and the 
NetBeans build system requires NetBeans sources to compile on Java 8. That 
could be solved with some reflection magic.

> Make HiDPI (Retina) icons work in MacOS menu bar
> 
>
> Key: NETBEANS-3468
> URL: https://issues.apache.org/jira/browse/NETBEANS-3468
> Project: NetBeans
>  Issue Type: Improvement
>  Components: platform - Other
>Affects Versions: 11.3
> Environment: MacOS with retina display
>Reporter: Eirik Bakke
>Priority: Minor
>  Labels: HiDPI
> Attachments: menuicon_retina.png
>
>
> HiDPI icons, introduced in NETBEANS-2614 and NETBEANS-2604, do not yet show 
> up in the correct resolution when used in the menu bar on MacOS. See the 
> attached screenshot (from a NetBeans Platform application). This should be 
> fixed.
> Note that we have only so far introduced HiDPI icons for the "Undo" and 
> "Redo" actions.
> Emilian Bold probably figured this out in his earlier experimental Retina 
> support branch; see RetinaMultiResolutionImage in 
> https://github.com/emilianbold/nextbeans/commit/0f99dba0c1b3e8e0bc4e7cec407b53d30e85ead1
>  . If the solution involves implementing MultiResolutionImage, then make sure 
> not to do this on Windows (to avoid 
> https://bugs.openjdk.java.net/browse/JDK-8212226 ).



--
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 (eb5595b -> f27be83)

2020-01-11 Thread ebakke
This is an automated email from the ASF dual-hosted git repository.

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


from eb5595b  Merge pull request #1823 from blackleg/java_tests
 add f27be83  [NETBEANS-3581] Improvements to 
DropDownButton/DropDownToggleButton (#1778)

No new revisions were added by this update.

Summary of changes:
 .../src/org/openide/awt/DropDownButton.java| 43 +++--
 .../src/org/openide/awt/DropDownToggleButton.java  | 54 +-
 2 files changed, 60 insertions(+), 37 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