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
50.45k stars 3.12k forks source link

Fixes and improvements to `pane` context menu #21000

Open Poldraunic opened 16 hours ago

Poldraunic commented 16 hours ago

Small bunch of QoL changes that I've noticed today.

For the out-of-project files action "Copy Relative Path" was available, but copied empty string. Check for this action was in place, but the relative path was empty string and not None. For the same out-of-project file action "Reveal in Project Panel" was available and did nothing.

And new action "Reveal in File Manager" that allows to open this file in the file manager. This is especially useful for the same out-of-project file.

Release Notes: