{"id":20494971,"url":"https://github.com/mattdmo/sidebarenhancements-st2","last_synced_at":"2025-10-19T22:19:50.870Z","repository":{"id":149161327,"uuid":"50522115","full_name":"MattDMo/SideBarEnhancements-ST2","owner":"MattDMo","description":"The old version of the SideBarEnhancements plugin for Sublime Text 2.","archived":false,"fork":false,"pushed_at":"2016-01-27T17:30:38.000Z","size":47,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T20:01:45.720Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MattDMo.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-01-27T16:48:56.000Z","updated_at":"2018-06-27T14:53:29.000Z","dependencies_parsed_at":"2023-04-21T19:08:00.164Z","dependency_job_id":null,"html_url":"https://github.com/MattDMo/SideBarEnhancements-ST2","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MattDMo%2FSideBarEnhancements-ST2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MattDMo%2FSideBarEnhancements-ST2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MattDMo%2FSideBarEnhancements-ST2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MattDMo%2FSideBarEnhancements-ST2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MattDMo","download_url":"https://codeload.github.com/MattDMo/SideBarEnhancements-ST2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248756394,"owners_count":21156760,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-15T17:44:10.056Z","updated_at":"2025-10-04T06:22:28.986Z","avatar_url":"https://github.com/MattDMo.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SideBarEnhancements-ST2\n\nThis is my repo of the last version of SideBarEnhancements to be released for Sublime Text 2. I strongly urge you to upgrade to [ST3](https://sublimetext.com/3 \"Sublime Text 3\") if at all possible and use [this version](https://packagecontrol.io/packages/SideBarEnhancements) of the plugin. However, if you still need to stay with ST2 for whatever reason, this repo is here for you.\n\n## Important Note\n\nI do not plan on maintaining this package. If you absolutely *must* file an issue or a PR, go right ahead (I'm not disabling them), but don't feel bad if I ignore you.\n\n## Installation\n\nFor now the only way to install it is manually. There are two ways to do this: by downloading an archive, or via git. Both methods require you know where your `Packages` folder is:\n\n* Windows Regular Install: `%APPDATA%\\Sublime Text 2\\Packages`\n* Windows Portable Install: `InstallationFolder\\Sublime Text 2\\Data\\Packages`\n* OS X: `~/Library/Application Support/Sublime Text 2/Packages`\n* Linux: `~/.config/sublime-text-2/Packages`\n\nThe menu item **`Preferences → Browse Packages…`** will open the `Packages` folder in your operating system's file manager application (Windows Explorer, Finder, Nautilus, etc.).\n\n### Archive\n\nDownload the [`zip` file](https://github.com/MattDMo/SideBarEnhancements-ST2/archive/master.zip) or [`tar.gz` file](https://github.com/MattDMo/SideBarEnhancements-ST2/archive/master.tar.gz). Go the the `Packages` folder and unzip/untar.gz the archive there. It'll create a `SideBarEnhancements-ST2` folder. Rename it to `SideBarEnhancements`. Completely restart Sublime and you're all set.\n\n### Git\n\nGo to the `Packages` folder in the command line and run\n\n    git clone https://github.com/MattDMo/SideBarEnhancements-ST2.git SideBarEnhancements\n\nto create a `SideBarEnhancements` folder. Completely restart Sublime and you're all set.\n\n## Usage\n\nThe right-click menu is only operational on files contained within [project](http://docs.sublimetext.info/en/latest/file_management/file_management.html#projects) folders. Read [this](https://github.com/titoBouzout/SideBarEnhancements#readme) to get an idea of what SideBarEnhancements for ST3 does; then check the [changelog](https://github.com/titoBouzout/SideBarEnhancements#change-log) from version 1.2 to see what fixes *haven't* been applied to this version. Basically, just right-click on a file or folder in a project, look at what's in all the sub-menus, and see what they do. It's not rocket science, people.\n\n# License\n\nCopyright (C) 2012 Tito Bouzout \u003ctito.bouzout@gmail.com\u003e\n\nThis license apply to all the files inside this program unless noted\ndifferent for some files or portions of code inside these files.\n\nThis program is free software: you can redistribute it and/or modify\nit under the terms of the GNU General Public License as published by\nthe Free Software Foundation. http://www.gnu.org/licenses/gpl.html\n\nThis program is distributed in the hope that it will be useful,\nbut WITHOUT ANY WARRANTY; without even the implied warranty of\nMERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\nGNU General Public License for more details.\n\nYou should have received a copy of the GNU General Public License\nalong with this program. If not, see http://www.gnu.org/licenses/gpl.html\n\n---\n\nJust in case it's not clear: ***I didn't write any of this. This is all Tito Bouzout's work, and all credit goes to him. This repo is simply a mirror of his code provided for the public good.***\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattdmo%2Fsidebarenhancements-st2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmattdmo%2Fsidebarenhancements-st2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmattdmo%2Fsidebarenhancements-st2/lists"}