GitHub user mbien added a comment to the discussion: Windows clipboard issues discussion
this is a separate issue and not directly related to the jdk race condition. (also discussed here https://github.com/apache/netbeans/discussions/7051#discussioncomment-12659246 and other places). A quick fix would be to let the editor fill into history directly. However the feature itself is technically no clipboard history, since it doesn't display system clipboard history. It adds the most recent item on focus change from the system clipboard - thats it. This probably is good, otherwise NB would have to poll the system clipboard and spy on it - which probably nobody wants for multiple reasons + polling clipboard can be very expensive. GitHub link: https://github.com/apache/netbeans/discussions/7051#discussioncomment-12867661 ---- This is an automatically sent email for notifications@netbeans.apache.org. To unsubscribe, please send an email to: notifications-unsubscr...@netbeans.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists