Christian,
On Debian sid:
On the find/xquery/command line at top: copy-n-paste with middle button works as expected, to and from BaseX.
The Editor window, and Result page, the content from a prior copy-n-paste in the top line appears.
That is if I copy //modial//population in the top line, no other selection in the Editor or Result window will replace it when I try to paste.
That is //modial//population will continue to appear, despite having selected other text.
Changing the command line and selecting that changed text, however, does reflect the change.
Thanks!
Patrick
On 4/4/22 09:27, Patrick Durusau wrote:
Thanks!
I'm downloading it now.
It's a hard habit to break!
Patrick
On 4/4/22 07:45, Christian Grün wrote:
I think we could try to extend the standard Swing components (JTextField, etc.) to also support the middle mouse button;
I have added middle mouse button support to single-line text fields [1], and I have revised the implementation for our custom text areas. I decided to either copy or paste text when the middle button is clicked, not both at the same time.
Feedback is welcome.