QuickList is a Workspace with shortcuts for expresions, applications & examples.
Workspace list action.
Enable workspace list mode, showing common epressions.
Application list action.
Enable application list mode.
Example list action.
Enable example list mode.
Workspace list shows several commmon expressions ready for code pane evaluations. While application list & example list will show iconified representations of actions to evaluate in current system. This can be very usefull in context of remote U8 tools.
Every S8 System can publish common expresions and applications by redefining its Smalltalk>>#appList and Smalltalk>>#workspaceList messages. Example list is published defining #example method in a particular class. UI8QuickList will collect all classes and their actions presented in this way.