Open fritza opened 1 month ago
Thanks @fritza. Could you provide any examples of editors that do this?
Less universal and harder to find than I thought, the only examplesI could find in a few minutes were… coding tools.
Automator:
BBEdit:
Xcode (middle of the File menu, I forgot the incantation for screenshotting a menu):
Thanks for providing those examples. I will give it some consideration.
You can currently see the file path by hovering the mouse over a tab, like this:
It's very common for Mac applications to include Show in Finder in the File menu. This brings the Finder to the foreground and displays the enclosing directory with the current file selected.
I could go all day about the rationale and how there is no equvalent "best practice:" The editor knows which identically-named file you're modifying even when you (frequently) don't.
You've done good work already on Mac compatibility; this shouldn't (?) be a big step forward.
Bonus:
Most Mac editor windows display the file path as a popup menu when you ⌘-click on the menu bar. Same effect, less effort.