lintalist / lintalist

Searchable interactive texts to copy & paste text, run scripts, using easily exchangeable bundles
https://lintalist.github.io/
GNU General Public License v2.0
276 stars 30 forks source link

Entries from list disappear after pasting #296

Open theelectricsoul opened 1 week ago

theelectricsoul commented 1 week ago

After pasting an item, some other item gets deleted from the list. Reload helps as a workaround. I use the bundle Kiste

[edited]

You'll find my lintalist folder here :) [edited]

lintalist commented 1 week ago

I see it and can replicate it, I edited your comment to remove the video/link as it seems there was some private looking info in there. Thanks for the report, might take a little while before I get around to it.

lintalist commented 1 week ago

Might be easier then I thought, you can try editing lintalist.ahk and replace .Delete with .RemoveAt here https://github.com/lintalist/lintalist/blob/f847d600d0e96c3430497a1ef9b65852784d3481/lintalist.ahk#L903 so it becomes:

BackupSnippet:=Snippet[Paste1].RemoveAt(Paste2)

save, restart lintalist, problem should be gone.

theelectricsoul commented 1 week ago

resolved :)