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

Glass​It

by ivellioscolin Win ALL

ST plugin to set window to transparent on Windows platform.

Details

Installs

  • Total 5K
  • Win 5K
  • Mac 0
  • Linux 0
Apr 25 Apr 24 Apr 23 Apr 22 Apr 21 Apr 20 Apr 19 Apr 18 Apr 17 Apr 16 Apr 15 Apr 14 Apr 13 Apr 12 Apr 11 Apr 10 Apr 9 Apr 8 Apr 7 Apr 6 Apr 5 Apr 4 Apr 3 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
Windows 1 0 2 0 0 1 1 0 1 1 0 0 0 0 1 1 1 0 1 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 2 0 0 0 0 0 1 0
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
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

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

  1. Get “SetTransparency.exe” from below link or compile by yourself. https://github.com/ivellioscolin/settransparency/tree/master/binary
  2. Put “SetTransparency.exe” into ST main path.
  3. Search and install “GlassIt” via “Package Control”. You may also download the archive and extract to “{sublime}\Data\Packages\GlassIt”.

USAGE

  1. ST main window will be set as transparent after the plugin loaded.
  2. 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.

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