weslly / Nettuts-Fetch

Fetch the latest version of remote files and zip packages
http://net.tutsplus.com/articles/news/introducing-nettuts-fetch/
189 stars 22 forks source link

package not opening in ST2 #26

Open christophrumpel opened 11 years ago

christophrumpel commented 11 years ago

Hi,

when i use fetch for packages, they are downloaded in the specified directory, but they are not automatically openend in ST2 like i have seen in videos about it? Am i missing something?

weslly commented 11 years ago

You should open it manually. Currently sublime doesn't provide an api to open directories, but I have plans to implement a workaround to do this.

zchrykng commented 11 years ago

@christophrumpel

In my experience it works fine if you already have the directory open, and I think that is what other people do in demos. Since if you down load it to the open folder, ST just updates the contents of that folder in your side bar.

So my work flow for it is:

  1. Create folder for the project
  2. Open the folder in ST
  3. Use fetch to download files
  4. Start working

Hope that helps ^^

christophrumpel commented 11 years ago

you are right, this way it works! Thanks :.)