36

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.

MattDMo
  • 100,794
  • 21
  • 241
  • 231
physiocoder
  • 712
  • 1
  • 5
  • 11

1 Answers1

98

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.

Community
  • 1
  • 1
MattDMo
  • 100,794
  • 21
  • 241
  • 231
  • 7
    Thanks! Worked like a charm in ST2 (as a rule of thumb I don't upgrade the software I use unless there is a specific and unavoidable reason or really a big advantage). – physiocoder Feb 14 '14 at 11:51
  • 1
    It took me forever to figure out why the package wasn't in the Package Control list...finally. Thanks for the info! – jbyrd Feb 26 '14 at 20:11
  • It doesn't work for me on windows 7, don't see the SideBarEnhancements in ST2 even after following the given instructions. – Mohammad Arif Apr 03 '14 at 16:14
  • Thanks guy, your package works good on elementaryOS and sublime text 2 version. – emaleavil Apr 13 '14 at 22:11
  • 3
    @physiocoder Normally it's better to upgrade unless there's a good reason *not* to. Otherwise you'll get stuck with a pile of outdated, unmaintained software. – Marnen Laibow-Koser May 29 '14 at 13:58
  • @MattDMo I didn't realize the version 3 beta was usable yet. Giving that a try now! – Marnen Laibow-Koser May 29 '14 at 14:01
  • 1
    @MarnenLaibow-Koser Better by which parameter? Usually upgrading you get incompatibilities, incosistencies, new bugs, features that get in your way... so I'll stick with "unless there is a specific reason (security, incompatibility with OS) or a big advantage (really useful new features)" :-) – physiocoder May 29 '14 at 17:08
  • @physiocoder "Usually upgrading you get incompatibilities, incosistencies, new bugs" Only if you're using crappy software to begin with. Good developers (such as the Sublime team) know how to make sure their releases actually work. Besides, by staying current, you make sure that you don't get stuck with unsupported software. – Marnen Laibow-Koser May 29 '14 at 18:05
  • 1
    @MarnenLaibow-Koser Upgrading to ST3 is not an option, as it keeps crashing every few hours. And this is on a pristine install under ubuntu. Can't really trust a version (ST3) which keeps crashing and the next fix (dev release) for **ST3** comes after a 6 month wait. Am still sticking to ST2 due to only this reason, otherwise there would be no issue in switching. – kumarharsh Jul 15 '14 at 11:28
  • @KumarHarsh did you install from the `.deb` available from sublimetext.com or another method? Are you sure you're running the latest release? I run ST3 on all 3 supported platforms, and it's been solid as a rock - the only issues I've had are directly related to plugins. If you'd like to troubleshoot further, feel free to [ask a new question](http://stackoverflow.com/questions/ask) and we can look into it further. – MattDMo Jul 15 '14 at 14:03
  • @KumarHarsh I haven't had any crashing issues at all with ST3 on Mac OS, nor with ST2 on Ubuntu. I haven't tried ST3 on Ubuntu yet. – Marnen Laibow-Koser Jul 16 '14 at 20:57
  • It's just ST3+Ubuntu (was on 13.04 as well as 14.04) – kumarharsh Jul 17 '14 at 03:51
  • @MarnenLaibow-Koser Well, I am giving it a shot, been trying it the whole day. Although ST3 hasn't crashed yet, it is still buggy: The Menu bar gets hidden as soon as I change any setting in sublime (switch a theme, change a color-scheme, etc). Then I have to restart sublime to get the menu-bar back. Weirdest bug in the app I've seen yet... – kumarharsh Jul 17 '14 at 15:05
  • @KumarHarsh Oh, that's not good. Is http://superuser.com/questions/693028/how-do-i-get-my-menu-bar-back-in-sublime-text-3-linux helpful? – Marnen Laibow-Koser Jul 23 '14 at 14:01
  • @MarnenLaibow-Koser thanks for that. It worked. I am assuming this has to be a bug, right? – kumarharsh Jul 23 '14 at 14:34
  • As the link in the answer is broken, you can also download the file from github - https://github.com/samuelbran/SideBarEnhancements – Freelance Developer Melbourne Oct 23 '14 at 22:35
  • @hireSwish which link is broken - the Dropbox one? I just downloaded from it just now... – MattDMo Oct 23 '14 at 22:36
  • @MattDMo Sorry i just remembered that Dropbox is blocked at my work which is why it wasn't working for me. I'll leave the github link there anyway just in case someone needs it one day. – Freelance Developer Melbourne Oct 24 '14 at 04:01
  • Neither Dropbox, nor GitHub link work anymore. Anyone to the rescue? – honza_p Jan 27 '16 at 16:11
  • 1
    @honza_p I've posted a new link to Github. It will remain valid for as long as Github is around. – MattDMo Jan 27 '16 at 17:35
  • It doesn't work for me and I'm on Build 3126.. Won't show up in Package Control No luck trying to trigger it or searching for it in Package Control either. No results, and I thought I had it installed previously.. Do I need to reinstall Sublime Text? – achoukah Oct 01 '16 at 17:06
  • 1
    @achoukah All of the packages by the author of SideBarEnhancements have been removed from Package Control - see my answer [here](http://stackoverflow.com/a/39724497/1426065) for an explanation. So, you'll need to add the Github repo to Package Control using the `Add Repository` command. I'll update the answer. – MattDMo Oct 01 '16 at 17:52