The All Command

The All command displays a list of other commands that can be applied to the highlighted expression. It was created to make it easy to find whatever command you need. Selecting any of the commands shown will apply the command to the highlighted expression. In some cases, a command shown in the list will just generate another list of commands to select from. The keystroke for the All command is the "a" key.

The list of commands shown is context sensitive. The commands shown depend on the expression that is highlighted.

The list of commands in the All command can be edited and extended by modifying or extending the AllCommand function. In most cases, you will end up modifying or extending the GenerateCommandList function, which already has extensions in several libraries including the Math and Calc libraries.

The All command is defined in the Core library.