[TxMt] Re: Go to project folder has stopped working?

Allan Odgaard mailinglist at textmate.org
Fri Nov 22 02:14:44 UTC 2013


On 20 Nov 2013, at 17:19, Jacob Carlborg wrote:

> For me, go to project folder has stopped working. Anyone else having 
> this problem?

Is it a problem only with the key binding or also the menu item?

If the latter, could it be you have just set your projectDirectory 
manually via .tm_properties and it resolves to some bogus value? To get 
the path of the variable you can press ⌃R on a line containing the 
following:

     echo "$TM_PROJECT_DIRECTORY"

To read the projectDirectory setting press ⌃R on a line containing:

     "$TM_QUERY" -s projectDirectory

Note that if the value is unset (by you) then this command will 
“fail”.


More information about the textmate mailing list