SidebarHoverToggle
A sublime text 3 plugin that opens and closes the sidebar, based on where your mouse is
Details
Installs
- Total 12K
- Win 7K
- Mac 2K
- Linux 2K
Dec 21 | Dec 20 | Dec 19 | Dec 18 | Dec 17 | Dec 16 | Dec 15 | Dec 14 | Dec 13 | Dec 12 | Dec 11 | Dec 10 | Dec 9 | Dec 8 | Dec 7 | Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 3 | 0 | 0 | 1 | 1 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 2 |
Mac | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
SidebarHoverToggle
Opens the sidebar when hovering over your gutter, and closes it when hovering anywhere else
This plugin only works in Sublime text 3 (Build 3124 >), since it uses the native on_hover
command.
Dependencies
This package depends on the MouseEventListener package, which is available through package control.
Installation
Note that this plugin has an open pull request to be added to the Package control database. For now please follow the following manual installation instructions (using package control).
- Open up sublime, and open the command pallette (cmd + shift + p).
- In the dialog, type in “add repo” (without quotes), and select the option “Package Control: Add Repository”.
- Next, a new dialog will show up, asking you for the repo URL. Use the following URL
https://github.com/Skullsneeze/SidebarHoverToggle.git
, and press enter - Once added, open up the command pallette again, and type in “install”, and select the option “Package Control: Install Package”.
- Wait for the repositories to be loaded, and once the new dialog shows up, type in “SidebarHoverToggle”, and press enter.
- Restart Sublime (quit the app on Mac OS (cmd + q)).
Settings
You can add the following parameters to your sublime Preferences to change the behaviour of this package:
Set wether or not the sidebar is toggled with the hover event
"sidebar_toggle_on_hover": true
Set wether or not the sidebar is toggled with the click event. You must make 1 click to gutter.
"sidebar_toggle_on_click": true
Set wether or not the sidebar should be automatically hidden
"sidebar_toggle_auto_hide": true