SideBarEnhancements
Side Bar Tools and Enhancements for Sublime Text. Files and folders.
Details
Installs
- Total 2.91M
- Win 1.73M
- Mac 685K
- Linux 495K
Jul 4 | Jul 3 | Jul 2 | Jul 1 | Jun 30 | Jun 29 | Jun 28 | Jun 27 | Jun 26 | Jun 25 | Jun 24 | Jun 23 | Jun 22 | Jun 21 | Jun 20 | Jun 19 | Jun 18 | Jun 17 | Jun 16 | Jun 15 | Jun 14 | Jun 13 | Jun 12 | Jun 11 | Jun 10 | Jun 9 | Jun 8 | Jun 7 | Jun 6 | Jun 5 | Jun 4 | Jun 3 | Jun 2 | Jun 1 | May 31 | May 30 | May 29 | May 28 | May 27 | May 26 | May 25 | May 24 | May 23 | May 22 | May 21 | May 20 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 67 | 61 | 73 | 72 | 57 | 53 | 41 | 72 | 89 | 59 | 74 | 131 | 34 | 43 | 59 | 86 | 81 | 75 | 70 | 52 | 56 | 67 | 63 | 94 | 76 | 64 | 53 | 46 | 73 | 68 | 84 | 78 | 70 | 56 | 57 | 90 | 77 | 83 | 84 | 61 | 63 | 76 | 75 | 85 | 75 | 75 |
Mac | 18 | 24 | 21 | 31 | 16 | 12 | 19 | 36 | 24 | 29 | 28 | 27 | 20 | 19 | 22 | 36 | 28 | 35 | 30 | 18 | 18 | 27 | 27 | 34 | 39 | 17 | 18 | 13 | 33 | 29 | 38 | 35 | 29 | 18 | 23 | 30 | 39 | 32 | 33 | 34 | 17 | 26 | 27 | 32 | 46 | 35 |
Linux | 17 | 28 | 28 | 31 | 23 | 27 | 18 | 25 | 26 | 31 | 31 | 25 | 22 | 17 | 18 | 22 | 27 | 26 | 34 | 21 | 18 | 22 | 32 | 28 | 36 | 27 | 22 | 18 | 28 | 28 | 23 | 17 | 29 | 18 | 19 | 21 | 20 | 35 | 37 | 24 | 15 | 19 | 33 | 23 | 23 | 21 |
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