Thomas Chuntic created NETBEANS-1433:
----------------------------------------
Summary: Auto populate Dash snippet to Netbeans
Key: NETBEANS-1433
URL: https://issues.apache.org/jira/browse/NETBEANS-1433
Project: NetBeans
Issue Type: Bug
Components: ide - Code
Affects Versions: 9.0, 8.2
Environment: mac osx mojave
Reporter: Thomas Chuntic
Good day I just want to report this bug with regards to other application
integration on auto replace text with snippet using DASH App.
It was working when I am using mac osx high sierra but when I upgraded to
mojave it stop working. I have check the IDE log and here's what it saying:
{code:java}
INFO [org.netbeans.NbClipboard]: System clipboard not available.
java.lang.SecurityException: All swing access to clipboard should be redirected
to ExClipboard
at
org.netbeans.TopSecurityManager.checkWhetherAccessedFromSwingTransfer(TopSecurityManager.java:741)
at org.netbeans.TopSecurityManager.checkPermission(TopSecurityManager.java:477)
at java.desktop/sun.lwawt.LWToolkit.getSystemClipboard(LWToolkit.java:421)
at java.desktop/sun.lwawt.macosx.CClipboard.notifyChanged(CClipboard.java:152)
at
java.desktop/sun.lwawt.macosx.CClipboard.checkPasteboardAndNotify(CClipboard.java:133)
at java.desktop/sun.lwawt.macosx.CClipboard.getContents(CClipboard.java:61)
[catch] at org.netbeans.NbClipboard.getContents(NbClipboard.java:206){code}
I have doubled check already DASH App if it's working on other IDE or app and
confirmed that it's working on all the apps except Netbeans.
Hope to hear from your end. Thanks in advance.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists