GlassIt
ST plugin to set window to transparent on Windows platform.
Details
Installs
- Total 5K
- Win 5K
- Mac 0
- Linux 0
Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 2 | 1 | 1 | 1 | 0 | 0 | 1 | 0 | 1 | 1 | 1 | 3 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 3 |
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.4.0
NOTES
- With this plugin, you can change the window transparency by key pressing or mouse whell scroll.
- Works for both sublime 2, 3 & 4.
- 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, or the location specified in settings “application_path_alt”.
- 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.
- “application_path_alt”: Location where SetTransparency.exe sits, other than ST main path.
- Increase/Decrease:
LINK
https://github.com/ivellioscolin/sublime-plugin-glassit.git
HISTORY
- 1.4.0
Add “application_path_alt” to allow “SetTransparency.exe” put in location other than ST main path.
Now support ST4. - 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