Skip to main content

Toolkit Shortcuts

This page contains useful shortcuts for using the Enactor Toolkit.

Note all shortcuts are shown for the Windows operating system. For a Mac OSX operating system, some key combinations will be different.

Eclipse Shortcuts

  • CTRL + SHIFT + R (Windows and Linux) or CMD + SHIFT + R (Mac) - Open a Resource (a file)
  • CTRL + SHIFT + T (Windows and Linux) or CMD + SHIFT + T (Mac) - Open a Type (a java class present in the classpath)

Please refer to Eclipse documentation for other Eclipse specific shortcuts.

Toolkit Shortcuts

Application Process

  • CTRL + H - Search other Application Processes which are calling the current Application Process. On the dialog which opens, select the "Process Search" tab
  • Double Click on an action (green title or name of the action) -
  • Double Click on an action (Outcomes section) -
  • Double Click on an action (Inputs section) -
  • SHIFT + Double Click on an action (Inputs section) -
  • Double Click on an action (Outputs section) -
  • SHIFT + Double Click on an action (Outputs section) -
  • Double Click on an action (Mapping icon in the top right of an action/state) - open the mapping window
  • Right Click on an action - Brings the context menu. Enactor, Styles, Mapping,

Resource Library

When searching, you can prefix your search with a special short code in order to filter by the type of resource:

  • a: - This will search for Actions, e.g. a:Load*Lenient*
  • p: - This will search for Application Processes, e.g. p:AddItemToBasket
  • e: - This will search for Entities, e.g. e:Location
  • ext: - This will search for Extension Points, e.g. ext:Pre*Add
  • pd: - This will search for Page Definitions, e.g. pd:CaptureCustomerDetails
  • mr: - This will search for Message Resources, e.g. mr:*TenderMessages