istinnstudio commented on issue #3962: URL: https://github.com/apache/netbeans/issues/3962#issuecomment-1542105000
J-Dorg.netbeans.NbClipboard.level=FINEST does not work here. If this bug will be laying around forever wouldn't it be better to just make some kind of macro workaround until the final track/fix, in order to unlock the right behavior? I do not know how valuable my note might be. I will try.. @developers, maybe a temporal solution would be something like: When trying to paste something in editor, copy the "non able to paste" data (from windows clipboard) to an other temporary place in ram (using a different a way to copy clipboard than editor will erroneously do), then copy a dummy data entry in projects/editor "internally" (a dummy class object maybe) and then recopy (yes again) the previously temporarily saved data on top of it, I guess then paste will be unlocked and possible at least as a workaround. I confirm this works manually, but only after recopying (2nd time) manually the original content to be copied after the bug appearance, many steps/clicks for nothing but at least this seems to work. Please change this bug as critical in order to gain the right attention. We cannot continue like this for ever. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- 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
