up to date 
HomeProjectsTagsMembersGroupsHelp

Algernon

OverviewWikiNewsReleasesVersionsLatest

Project Description

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 any class, method, morph, or global variable, and even gives you a quick way to evaluate Smalltalk expressions.

Press a system-wide hotkey to bring up the text box (ctrl-space by default). Start typing a class name, a morph's name, a category, or a global variable and a menu of matching items will show up and filter down as you type. Select an item from the list by navigating with the up/down arrows and hitting return. Algernon will perform a different action depending on the type of the item selected. For instance, if you selected a class or category, it will open it in a browser. If you selected a morph, a new instance of the morph will open. If you selected a global variable, an inspector will open. You can also perform actions other than the default by pressing tab and navigating a list of possible actions.

Algernon also lets you drill into categories and classes. Press the right arrow key when a class is selected and you will be presented with a list of methods in that class, which you can then filter down by typing. Similarly, press the right arrow key when a category is selected and you will be presented with a list of its classes. Press the left arrow key at any point to go back to global searching.

Algernon also has the capability to evaluate any one line Smalltalk expression. In this way Algernon can act as a mini workspace. Just bring up Algernon and type = and you will enter the expression mode. Type your expression (e.g., 3+5) and hit return to print the result on the Transcript. You can see a list of other actions by pressing the tab key.

Algernon is also intelligent (it was named this way for a reason!). It will learn which items you open most often and will sort those higher in the list each time you use them. It will even learn which actions you like to associate with each item.

Enjoy using Algernon, and we hope you love it as much as we do!

Members

Creator:Joey Hagedorn
Admin:Erik Hinterbichler, Joey Hagedorn
Developer:Erik Hinterbichler, Joey Hagedorn

License

Code commited to this repository will be automatically under BSD license.

Registration

MCHttpRepository
location: 'http://www.squeaksource.com/Algernon'
user: ''
password: ''

Packages

  • Algernon
  • Algernon-Tests

Links

http://www.squeaksource.com/Algernon.html
http://www.squeaksource.com/Algernon

Global:Read And Write

Statistics

Registered:2 May 2008 5:32:04 am
Total Releases:4
Total Versions:23
Total Downloads:3121
XHTML | CSS | RSS6 May 2024