skuroda/PackageResourceViewer

Save entire contents of .sublime-package to Packages/PackageName

Closed this issue · 2 comments

Hi Scott,
I really like your plugin, but there's one feature missing that I'd really find useful (or if it's there I haven't come across how to use it): it would be great to choose a package name from a list and have the option of decompressing the entire thing to the Packages directory, instead of having to save the contents file-by-file, or decompressing it manually. For example, upon install in ST3 there is a file PackageResourceViewer.sublime-package in the Installed Packages directory. I'd like for there to be an easy way to recreate the Packages/PackageResourceViewer directory I have in ST2.

Thanks,
Matt

Sure, I can look into that. I was unsure of how useful that would be originally, so left it out. I figured that the main reason one would want to extract a file in ST3 was to override a handful of files. I've been a bit busy lately, but I'll try to find some time to work on this soon.

I've added a command to do this as of ddf9efa. Sorry for the delay, I thought I had merged it into the master branch before I pushed. Let me know if you run into any issues.