Sublime Forum

Configure "Reveal in Finder" to use PathFinder

#1

I have PathFinder set as my default file viewer, so most apps open PathFinder when I invoke a “Reveal in Finder” command. ST2 appears to have “Reveal in Finder” hardcoded to open Finder.app. Is there any way to change this behavior (short of writing a PathFinder plugin)? Thanks.

0 Likes

#2

FYI, Sublime Text uses the standard NSWorkspace message selectFile:inFileViewerRootedAtPath: for this.

0 Likes