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.
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
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
- "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
https://github.com/titoBouzout/SideBarEnhancements
"None are so hopelessly enslaved as those who falsely believe they are free." Johann Wolfgang von Goethe
Copyright (C) 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