zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
47.05k stars 2.71k forks source link

Repl text output isn't selectable #16745

Open yaroslavyaroslav opened 3 weeks ago

yaroslavyaroslav commented 3 weeks ago

Check for existing issues

Describe the bug / provide steps to reproduce it

In extension of #15494 user unable to select text from within the repl output, while another rendered views (like lsp popups) provide such capability since recently.

Environment

Zed: v0.149.5 (Zed) OS: macOS 15.0.0 Memory: 16 GiB Architecture: aarch64

If applicable, add mockups / screenshots to help explain present your vision of the feature

Screenshot 2024-08-23 at 14 20 40

If applicable, attach your Zed.log file to this issue.

No response

brendanator commented 2 weeks ago

I spotted this too. Would love to be able to copy text or image output for use elsewhere

haznai commented 2 weeks ago

Also, it's not obvious on how to interact with the repl. There are some commands from datascience libaries prompting the user for a simple y/n in the repl. I am not sure on how to interact with such a prompt within a zed repl.

Awesome job on the repl though, i really, really like the fact i can do data science now in my favorite IDE, zed :)