_AddContextAction
result = _AddContextAction("Inspect", MSG_SHOW_INSPECTOR_WINDOW,
result = _AddContextAction("Edit" B_UTF8_ELLIPSIS,
result = _AddContextAction("Cast to array", MSG_TYPECAST_TO_ARRAY,
result = _AddContextAction("Cast as" B_UTF8_ELLIPSIS,
result = _AddContextAction("Watch" B_UTF8_ELLIPSIS,
result = _AddContextAction("Copy Value", B_COPY, _preActions, message);
result = _AddContextAction("Set visible range" B_UTF8_ELLIPSIS,
result = _AddContextAction("Add watch expression" B_UTF8_ELLIPSIS,
result = _AddContextAction("Remove watch expression",
status_t _AddContextAction(const char* action,