I notice that Spotlight is not indexing the contents of my .rb files. Do I need a special TextMate Spotlight importer, or is this just something about my LaunchServices? Here's the listing from mdls showing the content type tree on a typical .rb file:
kMDItemContentTypeTree = ( "public.ruby-script", "public.shell-script", "public.script", "public.source-code", "public.plain-text", "public.text", "public.data", "public.item", "public.content" )
Thx - m.
On Tue, Feb 17, 2009 at 3:18 PM, Matt Neuburg matt@tidbits.com wrote:
I notice that Spotlight is not indexing the contents of my .rb files. Do I need a special TextMate Spotlight importer, or is this just something about my LaunchServices? Here's the listing from mdls showing the content type tree on a typical .rb file:
kMDItemContentTypeTree = ( "public.ruby-script", "public.shell-script", "public.script", "public.source-code", "public.plain-text", "public.text", "public.data", "public.item", "public.content" )
Thx - m.
Matt,
If you're just interested in Ruby importing, there is a Ruby spotlight importer:
http://www.apple.com/downloads/macosx/spotlight/rubyimporter.html
Cheers,
Tim.
On 2/17/09 12:36 PM, in article 36cdb5620902171236y6e2f961fja81187b4514793c2@mail.gmail.com, "Tim Lahey" tim.lahey@gmail.com wrote:
If you're just interested in Ruby importing, there is a Ruby spotlight importer:
But it ought to just work. I just works on my other machine. Maybe this is some kind of Tiger vs. Leopard thing... m.