Copiar link para a área de transferência
Copiado
Since Adobe stopped complying with MacOS HIGs, there now appears to be no obvious way to reveal a file in the Finder - can anyone point me at one?
Copiar link para a área de transferência
Copiado
The proxy icon is still supported and works, this is how I backup a finished PSD- drag the proxy to my backup folder once the file is saved. If you command-click, it should show the file path.
Copiar link para a área de transferência
Copiado
@Technomad - Do you simply wish to open the containing folder of an open file in Photoshop with a script? Or do you also want to have the file highlighted/selected as well?
Copiar link para a área de transferência
Copiado
This is what we are looking for when we Cmd+Click the title bar. Clicking any folder goes to that folder in Finder in all applications — except now, not in Photoshop. The file gets selected so we can delete, move, copy, rename, et cetera, while the file is still open.
Jane
Copiar link para a área de transferência
Copiado
Thanks, I don't think of/use the term "HIG", so I wasn't sure... I think that this has come up before.
Copiar link para a área de transferência
Copiado
Sorry, "Human Interface Guidelines". In other words, everything that Adobe doesn't follow…
Copiar link para a área de transferência
Copiado
Copiar link para a área de transferência
Copiado
I don't think that I have looked at such docs since OS7 or 8!
Copiar link para a área de transferência
Copiado
I just tested and cannot Cmd+Click the title bar to see the path and go to the folder. I can still do it in Illustrator, InDesign, and Acrobat. I hope this is a bug that the engineers will fix and that it was not done on purpose.
Jane
Copiar link para a área de transferência
Copiado
It appears that the issue is that the latest updates to CC have switched on the bloody useless Adobe Cloud by default, saves documents there, but doesn't actually have the courtesy to tell you, unless you happen to notice that the file extension is now .psdc - so the usual CMD-click on the title bar does not work under those circumstances.
Now very much on a mission to get Adobe and all its works out of my and my company's life.
Copiar link para a área de transferência
Copiado
You can switch that in PS menun > Preferences > File Handling
And thank you for mentioning that, as I didn't realize I had a Cloud document earlier! It works, but you have to drag the title bar down to make the window float, then drag it up again to consolidate it to tabs.
(or use Window menu > Arrange)
Jane
Copiar link para a área de transferência
Copiado
With document tabs one can right click on the tab and click Reveal in Finder
With document tabs and a psdc one can right click and click on Reveal on Web, though that just seems to open the documents in the online photoshop beta.
Copiar link para a área de transferência
Copiado
That is great Jeff, it selects the file too, which is one better than the first script that I offered!
Copiar link para a área de transferência
Copiado
I would offer the following script to open the current (saved) document's containing folder on Mac or Win OS. Install the script and assign a custom keyboard shortcut for easy access:
// Open Document Parent Folder.jsx
#target photoshop
try {
activeDocument.path;
activeDocument.path.execute();
} catch (e) {
alert("Unsaved document - there is no containing folder to open!");
}
https://prepression.blogspot.com/2017/11/downloading-and-installing-adobe-scripts.html
Copiar link para a área de transferência
Copiado
A related Photoshop script to open and select the file in Adobe Bridge:
Encontre mais inspiração, eventos e recursos na nova comunidade da Adobe
Explore agora