Skip to content

Keywords

matveysiva edited this page Jul 19, 2022 · 5 revisions

Type one of the following Action Words to filter your search and for quick access (e.g. run SomeTest will only search for tests and set a default action).

Action Word Action Example
help displays help right inside Algernon help
? displays help right inside Algernon ?
run runs testcase or Squeak menu action run AbstractMergerTests
browse opens browser browse ALGActionWordFilter
fileout generates a .st file in Resources of squeak image Folder fileout ALGAction
open opens app, tools and other world menu entries open Dependency Browser
do DoIt action with given argument do Transcript clear
inspect inspects given argument (object) inspect Algernon
explore explores given argument (opens explore window) explore ALGCore
which displays matching class comments which anything
= evaluates expression after '=' = 2*3 ; =Morph new openInWorld
web searches the web web Hasso Plattner
pull updates the local version of a repository from a remote pull Algernon
commit creates a snapshot of your repository commit Algernon
push uploads all local commits to the remote branch commit Algernon
switch changes branch of your repository switch development

Additionally, you can use the following actions on the windows in your workspace:

Action Word Action Example
front Bring a given window to the front front SystemBrowser
expand Expand a given window from collapsed to contracted or from contracted to fullscreen expand Workspace
collapse Collapse a given window collapse TestRunner
contract Contract a given window from fullscreen contract SystemBrowser
close Close a given window close GitBrowser
Clone this wiki locally