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

  • 1.4.0
  • github.​com
  • github.​com
  • 9 months ago
  • 34 minutes ago
  • 12 years ago

Installs

  • Total 6K
  • Win 6K
  • Mac 0
  • Linux 0
Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9 Sep 8 Sep 7 Sep 6 Sep 5 Sep 4 Sep 3 Sep 2 Sep 1 Aug 31 Aug 30
Windows 0 0 1 1 0 0 0 0 0 1 1 4 0 1 0 0 0 0 0 0 0 0 0 1 0 2 0 0 0 0 0 0 1 0 0 0 1 1 0 1 0 1 0 0 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.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

  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, or the location specified in settings “application_path_alt”.
  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.
      • “application_path_alt”: Location where SetTransparency.exe sits, other than ST main path.

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