GlassIt
ST plugin to set window to transparent on Windows platform.
Details
Installs
- Total 5K
- Win 5K
- Mac 0
- Linux 0
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 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 1 | 2 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 1 | 0 | 5 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 2 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 1 | 1 | 2 | 1 |
Mac | 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 | 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 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
GlassIt v 1.3.0
NOTES
- With this plugin, you can change the window transparency by key pressing or mouse whell scroll.
- Works for both sublime 2 and 3.
- Only works on Windows later than Windows XP.
INSTALLATION
- Get “SetTransparency.exe” from below link or compile by yourself. https://github.com/ivellioscolin/settransparency/tree/master/binary
- Put “SetTransparency.exe” into ST main path.
- Search and install “GlassIt” via “Package Control”. You may also download the archive and extract to “{sublime}\Data\Packages\GlassIt”.
USAGE
- ST main window will be set as transparent after the plugin loaded.
- To adjust the transparency behavior:
- Increase/Decrease:
- Via mouse wheel: alt + mouse wheel up/down
- Via keyboard: ctrl + alt + z/c
- Via command palette.
- Reset to default:
- Via keyboard: ctrl + alt + x
- Via command palette.
- Toggle on/off:
- “Tools”->“Packages”->“Glass It”.
- Via command palette.
- Modify “Glass It” user settings.
- “enabled”: Control whether Glass It is enabled or not.
- “alpha_percentage”: The alpha percentage if “Glass It” is enabled.
- Increase/Decrease:
LINK
https://github.com/ivellioscolin/sublime-plugin-glassit.git
HISTORY
- 1.3.0
Save user-made changes into user settings. - 1.2.0
Fix path search issue when main program and packages are installed into different locations. - 1.1.0
Fix path search issue, use absolute path instead. Add setting to change adjustment step. - 1.0.0
Initial version