Hi all, Anyone that's using the Quick Searchhttp://www.datanoise.com/articles/2007/3/19/textmate-and-quick-searchesbundle under Leopard finding that it's now broken? I'm getting the following error as soon as I choose "Quick Search"
/tmp/temp_textmate.xdnrYn:4:in `require': no such file to load --
/Library/Application Support/TextMate/Support/lib/dialog (LoadError) from /tmp/temp_textmate.xdnrYn:4 from /tmp/temp_textmate.xdnrYn:4:in `each' from /tmp/temp_textmate.xdnrYn:4
I've updated the bundles directory to the latest, but alas still no joy. Any help would be appreciated.
Cheers, Diego
On 30 Oct 2007, at 23:24, Diego Barros wrote:
Anyone that's using the Quick Search<http://www.datanoise.com/articles/2007/3/19/textmate-and-quick-searches
bundle
under Leopard finding that it's now broken? I'm getting the following error as soon as I choose "Quick Search"
/tmp/temp_textmate.xdnrYn:4:in `require': no such file to load --
/Library/Application Support/TextMate/Support/lib/dialog (LoadError) [...]
It would appear the bundle does a require 'dialog' -- we changed the name of that library to ‘ui’ some time ago. So try to change it in the bundle command (found via Bundles → Edit Commands… and finding the bundle in question).