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.
Follow our setup guide to install Algernon.
The latest versions (above 3.0.0) only support squeak versions 5.3+.
Algernon allows for keyboard only interaction - no need to use your mouse!
Control | Action |
---|---|
Doubleclick ctrl | Show Algernon |
Esc | Hide Algernon |
Arrow up | Navigate up |
Arrow down | Navigate down |
Tab | Navigate in |
Shift + Tab | Navigate out |
Enter | Run selected item |
Ctrl + Delete | Clear search bar |
Important Notice: Please be aware that using Algernon for the first time might be slow. The first query triggers the indexing that is used for searching objects. After a few seconds delay in the first query, Algernon should run fast as expected.
run SomeTest
will only search for tests and set a default action)For explanations regarding the usage of the features check out the wiki.
GitHub Actions are executed on all pushed code to the repository. Smalltalk CI checks run for different OS and displays the the test results as badges to each branch.
Use the Test Runner Tool in your Squeak Image and select all AlgernonTests. Now you can run the test coverage for all Algernon methods and check what methods might not be tested yet.
Credits to Erik Hinterbichler and Joey Hagedorn, the original creators of Algernon.