Skip to content

This Counterclockwise plugin installs keybindings to Eclipse to facilitate zoom/unzoom of editor/repl fonts.

Notifications You must be signed in to change notification settings

ccw-ide/ccw-plugin-zoom

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 

Repository files navigation

ccw-plugin-zoom

This Counterclockwise plugin installs keybindings to Eclipse to facilitate zoom/unzoom of editor/repl fonts.

This plugin's state is stable.

Install

The ~/.ccw/ folder is where Counterclockwise searches for User Plugins.

It is recommended to layout User Plugins inside this folder by mirroring Github's namespacing. So if you clone ccw-ide/ccw-plugin-zoom, you should do the following:

  • Create a folder named ~/.ccw/ccw-ide/

  • Clone this project from ~/.ccw/ccw-ide/

      mkdir -p ~/.ccw/ccw-ide
      cd ~/.ccw/ccw-ide
      git clone https://github.com/ccw-ide/ccw-plugin-zoom.git
    
  • If you have already installed ccw-plugin-manager (https://github.com/ccw-ide/ccw-plugin-manager.git), then type Alt+U S to re[S]tart User Plugins (and thus ccw-plugin-zoom will be found and loaded)

  • If you have not already installed ccw-plugin-manager, restart your Eclipse / Counterclockwise/Standalone instance.

Usage

  • Use 'Cmd++' on OS X, 'Ctrl++' on Windows/Linux for increasing the fonts size (Zooming)
  • Use 'Cmd+-' on OS X, 'Ctrl+-' on Windows/Linux for decreasing the fonts size (Unzooming)

Uninstall

To uninstall a User plugin, simply remove its directory. At the next Eclipse/Counterclockwise restart, it'll be gone.

License

Copyright © 2009-2015 Laurent Petit

Distributed under the Eclipse Public License, the same as Clojure.

About

This Counterclockwise plugin installs keybindings to Eclipse to facilitate zoom/unzoom of editor/repl fonts.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •