Le 20 sept. 08 à 08:42, Sesquipedalian a écrit :
Yes.
For general info, see http://docs.blacktree.com/quicksilver/creations/scripts
.
For examples, check out "A collection of Applescripts and actions for
Quicksilver" at
http://groups.google.com/group/blacktree-quicksilver/browse_thread/thread/f182e13bcdedb0fa?hl=en#
There is no way to write an Applescript action that uses the third
pane. But you can work with both text and files in the first pane,
depending on how you write your script.
I'll take a look at why ;-).
Anyway, if you want to learn how to create actions in ObjC, look how
the QSActions subkeys in a plugins Info.plist file are made, and look
at QSActionProvider.h and an example of it, FSActions (make a global
search in Xcode).
HTH,
Etienne