SideBarEnhancements
Side Bar Tools and Enhancements for Sublime Text. Files and folders.
Details
Installs
- Total 2.92M
- Win 1.74M
- Mac 687K
- Linux 497K
| 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 | Oct 6 | Oct 5 | Oct 4 | Oct 3 | Oct 2 | Oct 1 | Sep 30 | Sep 29 | Sep 28 | Sep 27 | Sep 26 | Sep 25 | Sep 24 | Sep 23 | Sep 22 | Sep 21 | Sep 20 | Sep 19 | Sep 18 | Sep 17 | Sep 16 | Sep 15 | |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Windows | 23 | 57 | 73 | 72 | 38 | 37 | 58 | 95 | 74 | 68 | 62 | 35 | 44 | 73 | 69 | 47 | 59 | 58 | 55 | 62 | 54 | 51 | 61 | 79 | 53 | 56 | 43 | 55 | 67 | 62 | 70 | 70 | 54 | 61 | 71 | 63 | 69 | 66 | 62 | 50 | 45 | 73 | 66 | 59 | 104 | 57 |
| Mac | 8 | 29 | 24 | 26 | 16 | 16 | 27 | 27 | 30 | 33 | 28 | 14 | 19 | 29 | 37 | 24 | 32 | 33 | 19 | 27 | 24 | 26 | 23 | 22 | 24 | 31 | 21 | 21 | 18 | 27 | 33 | 25 | 15 | 23 | 29 | 24 | 29 | 39 | 29 | 12 | 19 | 23 | 33 | 34 | 20 | 31 |
| Linux | 6 | 31 | 21 | 22 | 20 | 13 | 22 | 24 | 25 | 32 | 11 | 26 | 16 | 43 | 26 | 34 | 39 | 32 | 19 | 22 | 34 | 23 | 22 | 33 | 25 | 21 | 23 | 15 | 30 | 27 | 28 | 25 | 16 | 13 | 32 | 23 | 38 | 24 | 23 | 14 | 18 | 25 | 29 | 16 | 28 | 25 |
Readme
- Source
- raw.githubusercontent.com
Side Bar Enhancements
Description
Sidebar menu for Sublime Text. This Package notably provides
- delete as “move to trash”,
- a clipboard, and
- files affected by a rename/move command are closed, renamed/moved, and re-opened again.
Default Menu Items
SideBarEnhancements' Side Bar.sublime-menu context menu resource file is designed to
fully replace both the Side Bar.sublime-menu and Side Bar Mount Point.sublime-menu context menus from the Default Package. When you are ready to do so, you can suppress
the appearance of the menu items from these two Default context menus by creating
these two empty files in your <data_path>/Packages/Default/ directory. If the
<data_path>/Packages/Default/ directory does not already exist, you can create it
with the help of “Preferences -> Browse Packages”.
<data_path>/Packages/Default/Side Bar Mount Point.sublime-menu<data_path>/Packages/Default/Side Bar.sublime-menu
Note: “Unpromote” replaces the “Remove Folder from Project” menu item from the
Side Bar Mount Point.sublime-menu context menu, and accomplishes the same thing
without deleting the folder.
“Promote” (its “opposite”) takes any folder visible in the FOLDERS trees and ALSO makes it a Mount Point (i.e. top-level folder), in addition to the top-level folders that were already in the project.
Pre Simplification
After 13-Jul-2023, this Package was simplified. If you wish to use (or go back to) the Package before this simplification, do so with the following steps:
- 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 Used
- “desktop” for opening files with system handlers. See: http://pypi.python.org/pypi/desktop
- “send2trash” for sending to trash instead of deleting forever!. See: http://pypi.python.org/pypi/Send2Trash
- “hurry.filesize” for formatting 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 applies to all the files inside this Package unless noted differently 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