Giter Site home page Giter Site logo

windowacrobatics's Introduction

Window Acrobatics GitHub release Github All Releases Build Status  Coverage Status

Beautiful Window Management in Squeak

Window Acrobatics Title Image

Window Acrobatics bundles a number of ways you are used to interacting with your windows and puts them right into your Squeak image. Current components of Window Acrobatics include

  • The Window Aligner
    • A tool that lets you align windows to specific parts of your screen easily as well as arrange them into tiles.
  • The Expose View
    • An overview of all currently open windows that lets you select and thus bring to front a window.
  • The Window Switcher
    • A switching tool that lets you cycle over your windows and switch between different Spaces.

Installation

Stable release

Simply download the newest .sar file from the releases section and drag it into your image.

Latest version

Do the following in a workspace:

Metacello new
	baseline: #WindowAcrobatics;
	repository: 'github://hpi-swa-teaching/WindowAcrobatics/packages';
	load.

You may need to activate WindowAcrobatics explicitly -- just follow the post-install instructions in your image!

Usage

You can easily customize all the shortcuts used in Window Acrobatics, as well as disable or enable its components, in the Window Acrobatics section in your Preference Browser -- here are the defaults.

Cmd/Alt + Action
Arrow Right Align window right
Arrow Left Align window left
Arrow Up Align window at the top
Arrow down Align window at the bottom
l Align window fullscreen
k Arrange windows into tiles
w Open Expose View
t Switch between last used windows
q Switch to left Space
e Switch to right Space
shift+u Cycle through windows of the same type

If you are on a Mac, use Cmd and Alt otherwise.


Thanks to Marcel Taeumel for his work on Vivide and thus his substantial contributions to our Expose View.

windowacrobatics's People

Contributors

alexanderzenner avatar codezeilen avatar fniephaus avatar jonashering avatar linqlover avatar mkuuwaujinga avatar niconomaa avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

windowacrobatics's Issues

UiEventHandler not bundled

Neither the baseline appears to pull in the dependency for the UiEventHandler, nor does the .sar from the provided release. This will cause an exception in WADashboard>>initialize.

Aligning overlaps DockingBar

Aligned windows will overlap the dockingbar if they're any taller than the default (e.g. after changing font size for a HiDPI screen):

screenshot from 2017-06-14 09-53-06

Image 1 for README

this is not an issue, but one misused to upload an image as a static file to GitHub as this seems to be a common way to go about this.
screen shot 2017-06-12 at 22 44 32

Reset automatically after install and open preferences.

This is the code Erik sent us.

|preferenceBrowser|

"extract the needed files"
self fileInMonticelloZipVersionNamed:
'WindowAcrobatics-Core.mcz'.

"reset the system"
WAHandler reset.

"open the preferences for the user"
(UserDialogBoxMorph
confirm: 'Do you want to adjust your WindowAcrobatics preferences now?'
title: 'WindowAcrobatics Installation')
ifTrue: [
preferenceBrowser := PreferenceBrowser open.
preferenceBrowser selectedCategoryIndex:
(preferenceBrowser categoryList indexOf: #WindowAcrobatics)]

Focus is not switching after using Open Expose View

After selecting a Window at "Open Expose View" and then selecting another window by normaly clicking on it, it won't get focus so you can't use the buttons of the window anymore.
Like you can see in the screenshot
grafik

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.