ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Side​Bar​Enhancements

by titoBouzout ST3 Top 25

Side Bar Tools and Enhancements for Sublime Text. Files and folders.

Details

Installs

  • Total 2.92M
  • Win 1.74M
  • Mac 686K
  • Linux 497K
Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 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
Windows 55 104 57 53 58 61 73 67 71 60 43 56 162 87 72 76 74 45 44 70 60 78 70 85 46 61 60 56 85 65 78 60 55 62 76 86 74 64 49 45 48 62 73 73 89 35
Mac 31 20 31 22 18 31 23 40 37 36 17 25 24 32 29 25 25 10 22 42 23 14 33 26 17 15 31 33 33 27 20 26 24 28 17 27 35 30 22 25 36 40 24 25 25 24
Linux 16 28 25 25 19 32 23 27 45 26 11 16 28 25 35 27 33 15 29 19 28 27 35 24 14 25 28 27 30 30 26 16 19 23 29 22 16 31 20 18 22 24 24 30 25 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:

  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 Used

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