Automatic and local actions with same name

Some predefined actions exist as both automatic actions and as local actions (for example, editcopy). The automatic actions are created according to the dialog context. If an automatic action has to be defined and if a local action exists with the same name, the automatic action takes precedence over the local action.

For example, if the dialog context requires a editcopy runtime action, the local editcopy action will not be handled by the front end. Identical action names are used for automatic and local action to bind with the same action view. For example, the same toolbar button created with the editcopy name will trigger the automatic action or the local action, according to the context.