SidebarHoverToggle
A sublime text 3 plugin that opens and closes the sidebar, based on where your mouse is
Details
Installs
- Total 12K
- Win 8K
- Mac 2K
- Linux 2K
Apr 2 | Apr 1 | Mar 31 | Mar 30 | Mar 29 | Mar 28 | Mar 27 | Mar 26 | Mar 25 | Mar 24 | Mar 23 | Mar 22 | Mar 21 | Mar 20 | Mar 19 | Mar 18 | Mar 17 | Mar 16 | Mar 15 | Mar 14 | Mar 13 | Mar 12 | Mar 11 | Mar 10 | Mar 9 | Mar 8 | Mar 7 | Mar 6 | Mar 5 | Mar 4 | Mar 3 | Mar 2 | Mar 1 | Feb 28 | Feb 27 | Feb 26 | Feb 25 | Feb 24 | Feb 23 | Feb 22 | Feb 21 | Feb 20 | Feb 19 | Feb 18 | Feb 17 | Feb 16 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 0 | 0 | 1 | 0 | 2 | 0 | 1 | 1 | 1 | 0 | 2 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 1 | 3 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 2 | 0 | 0 | 3 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 |
Linux | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 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