SideBarEnhancements
Side Bar Tools and Enhancements for Sublime Text. Files and folders.
Details
Installs
- Total 2.89M
- Win 1.72M
- Mac 679K
- Linux 491K
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | Oct 7 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 38 | 29 | 74 | 79 | 73 | 76 | 84 | 0 | 0 | 87 | 73 | 71 | 70 | 85 | 81 | 97 | 99 | 96 | 84 | 74 | 77 | 91 | 91 | 89 | 87 | 78 | 61 | 98 | 106 | 115 | 89 | 103 | 55 | 59 | 82 | 93 | 118 | 127 | 103 | 71 | 87 | 92 | 108 | 116 | 102 | 98 |
Mac | 11 | 13 | 11 | 38 | 27 | 30 | 23 | 0 | 0 | 31 | 26 | 25 | 21 | 29 | 43 | 29 | 38 | 31 | 20 | 28 | 23 | 29 | 53 | 37 | 22 | 28 | 19 | 43 | 34 | 29 | 29 | 29 | 23 | 16 | 29 | 46 | 40 | 42 | 48 | 20 | 28 | 40 | 30 | 38 | 46 | 45 |
Linux | 4 | 15 | 13 | 30 | 27 | 34 | 21 | 0 | 0 | 32 | 27 | 27 | 17 | 23 | 28 | 32 | 24 | 31 | 20 | 24 | 28 | 34 | 41 | 34 | 29 | 26 | 18 | 25 | 34 | 29 | 32 | 29 | 20 | 20 | 28 | 32 | 32 | 35 | 27 | 26 | 26 | 33 | 39 | 37 | 32 | 34 |
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