Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

No more SideBarEnhancements in Sublime Text 2?

I'm trying to install SideBarEnhancements in Sublime Text 2 (version 2.0.2 Build 2221), but it doesn't show under Package Control -> Install Package -> SideBarEnhancements. Checking on GitHub I see that it is a ST3 package but I'm sure it was available in ST2. How can I install it on ST2? It is no more available? Thanks.

like image 281
physiocoder Avatar asked Feb 07 '14 14:02

physiocoder


People also ask

How do I install SideBarEnhancements in Sublime Text 3?

Open the Application Support folder. Open the Sublime Text 3 folder. See the Packages folder? From the Downloads folder, drag the SideBarEnhancements-st3 folder INTO the Packages folder.

How do I display a folder in Sublime Text?

You have to add a folder to the Sublime Text window in order to navigate via the sidebar. Go to File -> Open Folder... and select the highest directory you want to be able to navigate. Also, 'View -> Sidebar -> Show Sidebar' if it still doesn't show.

How do I download Sublime Text plugins?

Go to SublimeText – Preferences – Package Control (MAC) or Preferences – Package Control (PC) Choose “Install Package” from the list of options. Find the name of the package you wish to install and select it.


1 Answers

The maintained version of SideBarEnhancements now only supports Sublime Text 3. A public beta version of ST3 is available for download, and I highly recommend upgrading if possible, unless you absolutely depend on some old ST2-only plugins, and there is no chance that they'll be ported to ST3/Python 3.3. Many plugins now support both versions, and more (such as SideBarEnhancements, SublimeLinter, and others) are now only officially supported on ST3.

However, if you must stay with ST2 for whatever reason, I've posted the last version of SideBarEnhancements to support ST2 on Github, and I promise to not delete the repo! Installation instructions are provided in the readme.

UPDATE

As of September 2016, SideBarEnhancements and other packages by the same author have been removed from Package Control - see my answer here for an explanation, such as it is. Going forward, to use SideBarEnhancements in ST3 you'll need to add the Github repo (note that it's not a normal repo URL, as the main branch is st3, not master) to Package Control using the Package Control: Add Repository option in the command palette. This will ensure that your local installation is updated.

like image 197
MattDMo Avatar answered Sep 25 '22 14:09

MattDMo