weslly/Nettuts-Fetch

package not opening in ST2

Opened this issue · 3 comments

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?

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.

@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 ^^

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