On Sat, Dec 7, 2024 at 12:49 PM Sven Schreiber
<sven.schreiber(a)fu-berlin.de> wrote:
Am 28.11.2024 um 18:21 schrieb Cottrell, Allin:
> On Tue, Nov 26, 2024 at 11:32 AM Sven Schreiber
> <sven.schreiber(a)fu-berlin.de> wrote:
>>
>> I cannot test the console because pasting from the system clipboard
>> doesn't work there -- this is an unrelated problem which I have
>> mentioned before, I think.
>>
>> Then I checked the small dialog window that I get under File / Databases
>> / Dbnomics / Specific series: Pasting fails there, too - both with
>> ctrl-v keyboard shortcut or via the context menu (although the paste
>> entry is active/not greyed out).
> Pasting into the console and the dbnomics series entry box are now
> enabled in the Windows snapshots.
Sorry, this is becoming a little off-topic with respect to the start of
the thread, but on a recent snapshot on Windows I'm now observing this
behavior:
- copy something to the clipboard
- select an entire word in the script editor (by double-clicking on it)
- paste the clipboard content (e.g. via ctrl-v)
-> Pasting occurs right _next to_ the selection. Normally it would
replace the selection.
Perhaps this is a side effect of that recent change?
Yes, it is. We now insert the clipboard content "manually" and I
hadn't taken into account the standard "paste replaces selection"
behavior. That's now fixed in git.
Allin