View > Action Definitions

It's kinda easy to make a trivial annotation error in an action's description. So it would be nice to have a view option/toggle that says "Show me the action rather than the description". For instance, the action tree might show

If BuildResult is not 0 then ...

But the action itself might be

If [ %BuildResult% == 0 ]

Oops :)