aardappel / treesheets

TreeSheets : Free Form Data Organizer (see strlen.com/treesheets)
zlib License
2.58k stars 193 forks source link

Put clipboard data on the system stack #617

Closed tobiolo closed 6 months ago

tobiolo commented 6 months ago

The clipboard data structures are created by the first document on the heap and then are subsequently overridden by other documents.

It can be a better design to put the clipboard data into one central place on the stack of System as it is available during the lifetime of the program.

aardappel commented 6 months ago

nice, much cleaner!