SideBarEnhancements
Side Bar Tools and Enhancements for Sublime Text. Files and folders.
Details
Installs
- Total 2.88M
- Win 1.71M
- Mac 677K
- Linux 489K
Sep 10 | Sep 9 | Sep 8 | Sep 7 | Sep 6 | Sep 5 | Sep 4 | Sep 3 | Sep 2 | Sep 1 | Aug 31 | Aug 30 | Aug 29 | Aug 28 | Aug 27 | Aug 26 | Aug 25 | Aug 24 | Aug 23 | Aug 22 | Aug 21 | Aug 20 | Aug 19 | Aug 18 | Aug 17 | Aug 16 | Aug 15 | Aug 14 | Aug 13 | Aug 12 | Aug 11 | Aug 10 | Aug 9 | Aug 8 | Aug 7 | Aug 6 | Aug 5 | Aug 4 | Aug 3 | Aug 2 | Aug 1 | Jul 31 | Jul 30 | Jul 29 | Jul 28 | Jul 27 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 92 | 115 | 78 | 71 | 98 | 107 | 112 | 131 | 99 | 52 | 53 | 103 | 113 | 97 | 132 | 78 | 68 | 64 | 113 | 93 | 115 | 115 | 96 | 56 | 68 | 82 | 115 | 87 | 103 | 85 | 55 | 100 | 98 | 115 | 98 | 118 | 89 | 69 | 80 | 111 | 94 | 86 | 89 | 109 | 64 | 49 |
Mac | 28 | 26 | 18 | 14 | 32 | 32 | 45 | 39 | 18 | 14 | 23 | 39 | 46 | 40 | 38 | 39 | 24 | 33 | 33 | 33 | 41 | 29 | 25 | 27 | 22 | 35 | 35 | 40 | 55 | 40 | 14 | 12 | 37 | 44 | 38 | 44 | 36 | 12 | 21 | 29 | 48 | 35 | 28 | 36 | 20 | 27 |
Linux | 27 | 34 | 23 | 27 | 34 | 42 | 26 | 36 | 31 | 20 | 24 | 37 | 31 | 41 | 32 | 24 | 16 | 17 | 32 | 38 | 24 | 28 | 30 | 18 | 27 | 34 | 26 | 24 | 29 | 14 | 25 | 25 | 26 | 34 | 40 | 23 | 21 | 14 | 19 | 24 | 30 | 35 | 34 | 33 | 27 | 23 |
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