s-a / sublime-text-refactor

A Sublime Text Refactor Plugin for Javascript Code
213 stars 12 forks source link

Package not showing up in Package Control #1

Closed pckujawa closed 11 years ago

pckujawa commented 11 years ago

Using either the built-in search or http://wbond.net/sublime_packages/community, "refactor" does not show the package list :(.

Reference for submission: http://wbond.net/sublime_packages/package_control/package_developers#Submitting_a_Package

s-a commented 11 years ago

Hello pckujawa, thank you for your feedback.

So far the sublime developers did not merged my pull request into their master repo. I dont know If or when they will do this so maybe I have to change the readme.

Here is the ticket reference: wbond/package_control_channel#1225

I guess you know this, but you can simply unzip the tarball into your plugin folder of sublime text.

pckujawa commented 11 years ago

Ah, I see :). I copied it locally, but I figured I'd report that it wasn't in package control just yet so others knew.

On Sun, Apr 7, 2013 at 11:37 PM, s-a - notifications@github.com < github.pck.374cd93cd6.notifications#github.com@ob.0sg.net> wrote:

Hello pckujawa, thank you for your feedback.

So far the sublime developers did not merged my pull request into their master repo. I dont know If or when they will do this so maybe I have to change the readme.

Here is the ticket reference: wbond/package_control_channel#1225https://github.com/wbond/package_control_channel/issues/1225

I guess you know this, but you can simply unzip the tarball into your plugin folder of sublime text.

— Reply to this email directly or view it on GitHubhttps://github.com/s-a/sublime-text-refactor/issues/1#issuecomment-16033386 .

s-a commented 11 years ago

Well this was realy a good hint! Just realised that it was not enough to just unzip the plugin into plugins folder. It was necessary to rename the Plugin Folder from "sublime-text-refactor" to "Refactor"!

I have fixed that folder name dependency and updated the "How to install section". https://github.com/s-a/sublime-text-refactor#installation

Best regards