I face the copy paste issue daily. When this happens, copied text will only
work within NetBeans window. I run multiple instances of NetBeans. The
copied text will only work on the instance that I copied the text in. The
only workaround I have is to cut an entire line along with EOL character.
Cutting part of a text in a line doesn't fix the issue. Also, while the bug
is present, copied text will not show in the clipboard history of Windows.
Only after the workaround will the clipboard updated.

I am not sure how I can help you to identify this in details but if you
guide me through, I'm more than happy to help.

Regards
Omer

On Tue, 25 Feb 2025, 18:11 Patrik Karlström, <pat...@trixon.se> wrote:

> I don't know where it all fails but if it's possible to get the text
> content that is about to be copied and save that to a temporary file one
> could call the clip command with something like
>
>  new ProcessBuilder("cmd.exe", "/c", "type", filePath, "|",
> "clip").start();
>
>
>
> Den mån 24 feb. 2025 kl 06:42 skrev Michael Bien <mbie...@gmail.com>:
>
> > On 23.02.25 15:40, Ioannis Torounoglou wrote:
> > > I realized that all voting members are testing on other systems than
> > > windows, so I guess nobody checked it.
> >
> > forgot to mention: NB has a several weeks long release candidate phase
> > where the community can test pre-release builds. NB typically stays in
> the
> > RC phase until all regressions/larger issues are fixed. The vote itself
> is
> > mostly about packaging and a final check - so the OS doesn't matter
> unless
> > installer artifacts are tested. All of the testing should have already
> > happened at the point when the vote starts and the critical issue list
> > targeting the release must be empty.
> >
> > -mbien
> >
> > >
> > > In version 24 with "-J-Dorg.netbeans.NbClipboard.level=FINEST" was
> almost
> > > perfect.
> > >
> > > Now is failing constantly!
> > >
> > > Are there any ideas/suggestions to mitigate or go back to 24?
> > >
> > > Thank you all for you effort!!!
> > >
> > > Ioannis Torounogou
> > >
> > >
> > >
> > >
> > >
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: dev-unsubscr...@netbeans.apache.org
> > For additional commands, e-mail: dev-h...@netbeans.apache.org
> >
> > For further information about the NetBeans mailing lists, visit:
> > https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
> >
> >
> >
> >
>

Reply via email to