You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@netbeans.apache.org by GitBox <gi...@apache.org> on 2022/05/03 12:39:32 UTC

[GitHub] [netbeans] duoduobingbing commented on issue #3962: Problems with copy and paste in windows

duoduobingbing commented on issue #3962:
URL: https://github.com/apache/netbeans/issues/3962#issuecomment-1116052662

   I have the same Problem. It occurs with any Apache Netbeans version (ranging from NB9 to NB13) and with every JDK Build on Windows that I have tested. This includes Java 8, 11 and 17 via Eclipse Temurin JDK, Azul Zulu JDK and some other JDK builds.
   
   The bug occurs seemingly random.
   
   I have found a workaround that works consistently:
   
   ### Setup
   * Goto `Tools` -> `Plugins` (Tab: `Settings`)
   * Add the following Mirror: `http://plugins.archive.librebeans.org/catalogue/7.1/catalog.xml` and give it a name
   * Switch to `Available Plugins` and install the Plugin <q>Copy and Paste History</q> (Version 3.2.0 by Michel Graciano)
   * Restart Netbeans
   * Goto `Tools` -> `Options` -> `Miscellaneous` -> `Copy and Paste History` and check the box `Replace Clipboard Content when pasting from history`
   
   ### Workaround
   When the bug occurs, then press <kbd>Alt</kbd>+<kbd>V</kbd> in NB editor to open the clipboard history and insert any item from the menu that should have been opened by the plugin. Press <kbd>Ctrl</kbd>+<kbd>Z</kbd> to revert the insertion. The clipboard should work normally now. 
   
   Performing the Workaround before the bug occurs does not stop the bug from happening. Only performing the workaround after the bug occurs fixes the problem until the bug occurs again.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@netbeans.apache.org
For additional commands, e-mail: notifications-help@netbeans.apache.org

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