On 3/6/07, Xavier Noria fxn@hashref.com wrote:
On Mar 6, 2007, at 5:17 PM, Jacob Rus wrote: The shortcut ⌘T launches a mini Window with a list of file names and a textbox. As you type in the textbox the list of file names is filtered on the fly using some smart algorithm (typing "ic" selects "invoice_controller.rb" in my current project for instance, I don't know whether the algorithm is the same one used by Quicksilver but they behave similarly). Selecting a file name in the filtered list opens that file or tab (if it was already opened).
If you have Textmate and Quicksilver both installed then Quicksilver uses the Textmate algorithm AFAIK.
Ed