On Mar 11, 2013, at 4:38 PM, 1.61803 <[email protected]> wrote: > Could you point me to the Search/Show Contents and right-arrowing code?
This is the “Show Contents” action. https://github.com/quicksilver/Quicksilver/blob/master/Quicksilver/PlugIns-Main/QSCorePlugIn/Code/QSObjectActions.m#L64 You’d want to do the same thing, but with a different array. (Actually, you should gather everything into an NSSet to eliminate duplicates, then use the set’s `allObjects` to populate the results list.) -- Rob McBroom <http://www.skurfer.com/> -- You received this message because you are subscribed to the Google Groups "Quicksilver" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/blacktree-quicksilver?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
