hpi-swa-teaching / Algernon-Launcher

Algernon is a productivity tool for Squeak programmers; your personal assistant for Squeak. Algernon aims to make programming in Squeak faster and more keyboard centric. It provides lightning quick access to the core functionalities (classes, methods, morphs, tests, repositories, ...) and even gives you a quick way to evaluate Smalltalk expressions. (SWT22-10)
MIT License
29 stars 5 forks source link

Attach tools to mouse Support #263

Open EnnioEnnio opened 2 years ago

EnnioEnnio commented 2 years ago

As a smalltalker with the option "attach tools to mouse" enabled I want windows opened with Algernon also to be attached to my mouse and thus not being disturbed in my workflow.

Since Algernon aims to make Squeak more keyboard centric it would make sense to me if this is only the case, when I click the Algernon-suggestion with my mouse. Opening a window with pressing enter should stay the way it is.

Yannis-Hofmann commented 2 years ago

Adding optional support for also having this feature when pressing enter on the keyboard would be very useful.