# 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: 1. Uninstall/Remove SideBarEnhancements 2. open https://github.com/titoBouzout/SideBarEnhancements/tree/289fa49d005352c47cfb9ba36656794dade7ced3 3. Code(green button) -> Download Zip 4. Sublime Text -> Main menu bar -> Preferences -> Browse Packages 5. Unzip to "Packages/SideBarEnhancements/" (make sure is NOT double as "Packages/SideBarEnhancements/SideBarEnhancements") 6. Restart ## External Libraries - "desktop" to be able to open files with system handlers. See: - "send2trash" to be able to send to the trash instead of deleting for ever!. See: - "hurry.filesize" to be able to format file sizes. See: - "Edit.py" ST2/3 Edit Abstraction. See: ## Source-code ## License "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. 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