GitHub user neilcsmith-net deleted a comment on the discussion: Windows clipboard issues discussion
Putting a breakpoint on `flavorsChanged` (at least on my system) shows it firing on the first copy in the editor after focus gain, but not on any subsequent copy, hence the broken history. And other than that, we get unfocused changes, which we ignore and instead poll later on focus gain. All in all, I don't think removing the flavor listener from NbClipboard makes much difference in NB25+. For clipboard history we could consider tying in to the paste action in the editor, and making it a _paste_ history, or wrapping the default copy and cut actions in the editor? Or something else, even removing it in the short term? Like @mbien I never use it, so really needs input on desirable options by someone who does! GitHub link: https://github.com/apache/netbeans/discussions/7051#discussioncomment-12661452 ---- 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