ZIm/crates/outline_panel
Mikayla Maki 5d26ce14d7
Centralize the CopyPath and CopyRelativePath actions to zed_actions (#24836)
I spent an hour with @marcospb19 this morning debugging an issue with
adding `Copy Path` and `Copy Relative Path` actions to the editor
context menu. Turned out that the problem was using
`workspace::CopyPath` in the menu and `editor::CopyPath` in the action
handler.

This is an easy mistake to make, so let's fix it for everyone.

Release Notes:

- N/A
2025-02-13 23:30:44 +00:00
..
src Centralize the CopyPath and CopyRelativePath actions to zed_actions (#24836) 2025-02-13 23:30:44 +00:00
Cargo.toml Centralize the CopyPath and CopyRelativePath actions to zed_actions (#24836) 2025-02-13 23:30:44 +00:00
LICENSE-GPL Introduce an outline panel (#12637) 2024-06-12 23:22:52 +03:00