SideBarEnhancements
Side Bar Tools and Enhancements for Sublime Text. Files and folders.
Details
Installs
- Total 2.90M
- Win 1.72M
- Mac 681K
- Linux 492K
Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | Feb 15 | Feb 14 | Feb 13 | Feb 12 | Feb 11 | Feb 10 | Feb 9 | Feb 8 | Feb 7 | Feb 6 | Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 37 | 96 | 107 | 103 | 103 | 82 | 71 | 66 | 109 | 102 | 114 | 80 | 61 | 97 | 91 | 87 | 86 | 103 | 96 | 69 | 73 | 61 | 80 | 70 | 78 | 65 | 64 | 59 | 76 | 109 | 84 | 89 | 88 | 75 | 58 | 70 | 84 | 89 | 86 | 79 | 73 | 61 | 68 | 91 | 115 | 88 |
Mac | 21 | 39 | 49 | 32 | 35 | 25 | 30 | 28 | 31 | 32 | 41 | 40 | 20 | 39 | 40 | 30 | 37 | 37 | 43 | 25 | 24 | 29 | 36 | 40 | 34 | 33 | 21 | 31 | 25 | 32 | 45 | 29 | 30 | 24 | 29 | 44 | 39 | 37 | 33 | 33 | 25 | 25 | 32 | 32 | 35 | 36 |
Linux | 15 | 36 | 41 | 24 | 27 | 24 | 17 | 27 | 24 | 34 | 34 | 32 | 22 | 22 | 32 | 38 | 39 | 26 | 27 | 27 | 16 | 25 | 25 | 17 | 34 | 30 | 33 | 20 | 23 | 26 | 29 | 44 | 28 | 29 | 17 | 18 | 21 | 33 | 27 | 29 | 22 | 18 | 24 | 15 | 30 | 31 |
Readme
- Source
- raw.githubusercontent.com
Side Bar Enhancements
Description
Sidebar menu for Sublime Text. Notably provides delete as “move to trash”, a clipboard, and files affected by a rename/move command are closed, renamed/moved and restored.
Default Menu items
To get rid of the stock Sublime Text menuitems create two empty files on “Preferences -> Browse Packages”
Default/Side Bar Mount Point.sublime-menu
Default/Side Bar.sublime-menu
Pre Simplification
The package has been simplified. To revert:
- Uninstall/Remove SideBarEnhancements
- open https://github.com/titoBouzout/SideBarEnhancements/tree/289fa49d005352c47cfb9ba36656794dade7ced3
- Code(green button) -> Download Zip
- Sublime Text -> Main menu bar -> Preferences -> Browse Packages
- Unzip to “Packages/SideBarEnhancements/” (make sure is NOT double as “Packages/SideBarEnhancements/SideBarEnhancements”)
- Restart
External Libraries
- “desktop” to be able to open files with system handlers. See: http://pypi.python.org/pypi/desktop
- “send2trash” to be able to send to the trash instead of deleting for ever!. See: http://pypi.python.org/pypi/Send2Trash
- “hurry.filesize” to be able to format file sizes. See: http://pypi.python.org/pypi/hurry.filesize/
- “Edit.py” ST2/3 Edit Abstraction. See: http://www.sublimetext.com/forum/viewtopic.php?f=6&t=12551
Source-code
https://github.com/titoBouzout/SideBarEnhancements
License
“None are so hopelessly enslaved as those who falsely believe they are free.” Johann Wolfgang von Goethe
Copyright © 2011-2024 Tito Bouzout
This license apply to all the files inside this program unless noted different for some files or portions of code inside these files.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation. http://www.gnu.org/licenses/gpl.html
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/gpl.html