Sublime Forum

Reveal in Finder not working with $ in filename

#1

Hello.
I have a filename with an “$” in the middle of it and do a “Reveal in Finder” from the sidebar, nothing happens. Seems to work OK if I command-click and “Reveal in Finder” from the editor. Also “Reveal in Finder” in sidebar seems to work fine on all other files - issues seems to be triggered by the $ character.

Thanks

0 Likes

#2

this bug is presumably related to how the open_dir command tries to expand “dollar variables” internally, its not specific to a Mac:

please consider logging it at https://github.com/SublimeTextIssues/Core/issues

0 Likes

#3

thanks. the twist is that it works ok from inside the text editor portion of the window ~ but not the sidebar ~ so they must use slightly different algorithms.

0 Likes