We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Technically, any Zed Linux popovers seem to disallow copying, so I might have missed the issue.
But this particular popover is the most crucial, as for e.g. Nightly it contains a long SHA version in it.
Open the menu, under Help section select About Zed, a new popover opens:
Help
About Zed
Expected: can select and copy any text in it, same as in masOS modal Actual: nothing but the button is interactive
I had to open a macOS version and copy over that SHA into the issue
Zed Nightly 0.165.0 cacec06
Linux alpc 6.11.8-300.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 14 20:37:39 UTC 2024 x86_64 GNU/Linux
LSB Version: n/a Distributor ID: Fedora Description: Fedora Linux 41 (Workstation Edition) Release: 41 Codename: n/a
No response
The text was updated successfully, but these errors were encountered:
linux: Make prompt detail selectable (#21405)
bffdc55
Closes #21305 As Linux doesn’t have native prompts, Zed uses a custom GPU-based prompt, like the "About Zed" prompt. Currently, the detail in the prompt isn’t selectable. This PR fixes that by using the editor's multi-line selectable functionality to make the detail selectable (and thus copyable). It achieves this by disabling editing and setting the cursor to transparent. The editor also does all the heavy lifting, like double-clicking to select a word or triple-clicking to select a line, like what user expects from selectable. Before/After: <img src="https://github.com/user-attachments/assets/2012a6cc-a1ed-4efe-8bfb-440a9259f07a" alt="before" width="360px" /> <img src="https://github.com/user-attachments/assets/31922ef5-cb2d-4e90-a1a1-00843e767432" alt="after" width="360px" /> When detail is `None` or empty string: <img src="https://github.com/user-attachments/assets/2be5c921-bda1-4db3-85cd-b4b0e2df86d2" alt="none" width="360px" /> Release Notes: - N/A
Successfully merging a pull request may close this issue.
Check for existing issues
Describe the bug / provide steps to reproduce it
Technically, any Zed Linux popovers seem to disallow copying, so I might have missed the issue.
But this particular popover is the most crucial, as for e.g. Nightly it contains a long SHA version in it.
Open the menu, under
Help
section selectAbout Zed
, a new popover opens:Expected: can select and copy any text in it, same as in masOS modal
Actual: nothing but the button is interactive
I had to open a macOS version and copy over that SHA into the issue
Environment
Zed Nightly 0.165.0 cacec06
Linux alpc 6.11.8-300.fc41.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Nov 14 20:37:39 UTC 2024 x86_64 GNU/Linux
LSB Version: n/a
Distributor ID: Fedora
Description: Fedora Linux 41 (Workstation Edition)
Release: 41
Codename: n/a
If applicable, add mockups / screenshots to help explain present your vision of the feature
No response
If applicable, attach your Zed.log file to this issue.
Zed.log
The text was updated successfully, but these errors were encountered: