Re: Java Copy Paste plugin

2022-01-15 Thread Mitch Claborn
Interested: +1 Willing to test: +1 Mitch On 1/15/22 11:39 AM, Andreas Reichel wrote: Greetings All. Apologies upfront for leaning myself far out of the window. I have written similar stuff before for myself in order to copy'n paste SQL from Java and back from Java Code to SQL. (You may

Re: Java Copy Paste plugin

2022-01-15 Thread Andreas Reichel
On Sun, 2022-01-16 at 00:39 +0700, Andreas Reichel wrote: > > (You may look for JSQLFormatter ar Github as reference.) https://github.com/manticore-projects/jsqlformatter#import-java-string-from-clipboard

Re: Java Copy Paste plugin

2022-01-15 Thread Andreas Reichel
Greetings All. Apologies upfront for leaning myself far out of the window. I have written similar stuff before for myself in order to copy'n paste SQL from Java and back from Java Code to SQL. (You may look for JSQLFormatter ar Github as reference.) I could turn that into a generic revival of

Re: Java Copy Paste plugin

2022-01-15 Thread Mitch Claborn
Yes, that's the one. Does anyone have time to revive that project? If I was competent in NetBeans development I would do so, but I just don't have the time to get up to speed and maintain the project. Mitch On 1/14/22 7:27 PM, Juan Algaba wrote: Was it this one?

Re: Java Copy Paste plugin

2022-01-14 Thread Juan Algaba
Was it this one? http://web.archive.org/web/20210304034453/http://plugins.netbeans.org/plugin/2748/java-text-copy-paste-module I was gonna say that you could compile it from source, but unfortunately it doesn't list any. Not even on the creators github account. I'm afraid this may be lost to the

Java Copy Paste plugin

2022-01-14 Thread Mitch Claborn
Back in earlier versions of NetBeans (12.2?) I was using a plugin called "Java Copy Paste". You could select a multi-line String constant and copy it as plain text, eliminating the surrounding double quotes. I used it frequently. I can no longer find it to install. Can anyone help? -- Mitch