1281f4672c64cd44ea7f6b9f3d55a7b8ae4dc8e3
In https://github.com/zed-industries/zed/pull/45440, we're implementing the ability to right-click in the agent panel and copy the rendered markdown. However, that presented itself as not as straightforward as just making the menu item fire the `CopyAsMarkdown` action because any selection in markdown is cleared after a new mouse click, and for the right-click copy menu item to work, we need to persist that selection even after the menu itself is opened and the "Copy" menu item is clicked. This all demanded a bit of work in the markdown file itself, and given we may want to use this functionality for other non-agent thread view markdown use cases in the future, I felt like it'd be better breaking it down into a separate PR that we can more easily track in the future. The context menu still needs to be built in the place where the markdown is created and rendered, though. This PR only adds the infrastructure needed so that this menu can simply fire the `CopyAsMarkdown` and make the copying work. Release Notes: - N/A
Zed
Welcome to Zed, a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
Installation
On macOS, Linux, and Windows you can download Zed directly or install Zed via your local package manager (macOS/Linux/Windows).
Other platforms are not yet available:
- Web (tracking issue)
Developing Zed
Contributing
See CONTRIBUTING.md for ways you can contribute to Zed.
Also... we're hiring! Check out our jobs page for open roles.
Licensing
License information for third party dependencies must be correctly provided for CI to pass.
We use cargo-about to automatically comply with open source licenses. If CI is failing, check the following:
- Is it showing a
no license specifiederror for a crate you've created? If so, addpublish = falseunder[package]in your crate's Cargo.toml. - Is the error
failed to satisfy license requirementsfor a dependency? If so, first determine what license the project has and whether this system is sufficient to comply with this license's requirements. If you're unsure, ask a lawyer. Once you've verified that this system is acceptable add the license's SPDX identifier to theacceptedarray inscript/licenses/zed-licenses.toml. - Is
cargo-aboutunable to find the license for a dependency? If so, add a clarification field at the end ofscript/licenses/zed-licenses.toml, as specified in the cargo-about book.
Description
Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
Readme
586 MiB
Languages
Rust
94.7%
JSON-with-Comments
3.1%
Inno Setup
0.6%
Scheme
0.5%
Shell
0.3%
Other
0.4%