fragcolor-xyz / shards

High-performance, multi-platform, type-safe programming language designed for visual & AI assisted development
BSD 3-Clause "New" or "Revised" License
68 stars 14 forks source link

Copy/paste with system clipboard is not working in the UI #359

Open Kryptos-FR opened 2 years ago

Kryptos-FR commented 2 years ago

Copying/pasting from within the UI should interact with the system clipboard. Currently, only pasting from the clipboard seems to work.

Additional context In standard egui implementations, there is a specific "clipboard" feature. See:

Kryptos-FR commented 2 years ago

Hey team! Please add your planning poker estimate with ZenHub @guusw @sinkingsugar

guusw commented 2 years ago

There's already some wrapper code to retrieve the copied text to the clipboard but it has to be added to the rust context still. It's on the InputTranslator class