quicksilver/development/qs_plist_keys.txt · Last modified: 2005/05/31 15:27 (external edit)


QSActions

  • actionClass - class
  • actionProvider - id - an instance to use instead of creating one
  • actionSelector - selector
  • directFileTypes - array
  • directTypes - array
  • displaysResult - BOOL
  • icon - string
  • indirectOptional - BOOL
  • name - string
  • precedence - number - default precedence over other actions. usually less than 3
  • reverseAguments - BOOL - switch arguments when calling the selector
  • runInMainThread - BOOL - forces running in main thread
  • userData - whatever
  • validatesObjects - BOOL - whether the action provider needs to validate the selection

Applescript Actions

  • actionClass must be QSAppleScriptActions
  • actionScript - string - script resource from bundle
  • actionHandler - string - handler in script to call

Future

  • actionSendToClass - BOOL
  • indirectTypes - array
  • resultTypes - array
  • alternateAction - NSString (ID)