[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Sc-devel] [sc-users] quick look sc files in leopard by changing info.plist



it looks like a good addition to me, committed (7161)

2008/1/28, Josh Parmenter <josh@xxxxxxxxxxxxxxxxx>:
> what do you all think about this being included in the final 3.2?
>
> josh
>
>
> On Jan 16, 2008, at 8:50 AM, Scott Wilson wrote:
>
>  Seems sensible. Spotlight support would be nice too. (It seems to search
> only for filenames not content.)
>
> S.
>
>
> On 16 Jan 2008, at 10:47, Luke Selden wrote:
> I've been enjoying Leopard's Quick Look feature, so I found a way add *.sc
> and *.scd files viewing support by modifying the Info.plist of
> Supercollider.  Perhaps others might be interested?
>
> (see
> http://www.macosxhints.com/article.php?story=20071028184428583
> )
>
> ~luke
>
> Here's the diff:
>
> ***
> /Applications/Audio/SuperCollider3/Resources/Info.plistold.plist
> 2008-01-11 15:48:47 -0500
> --- /Applications/Audio/SuperCollider3/Resources/Info.plist
> 2008-01-16 05:34:04 -0500
> ***************
> *** 203,208 ****
> --- 203,233 ----
>   </array>
>   </dict>
>   </array>
> + <key>UTExportedTypeDeclarations</key>
> + <array>
> + <dict>
> + <key>UTTypeConformsTo</key>
> + <array>
> + <string>public.text</string>
> + <string>public.plain-text</string>
> + </array>
> + <key>UTTypeDescription</key>
> + <string>SC3 text file</string>
> + <key>UTTypeIdentifier</key>
> + <string>org.supercollider.sc</string>
> + <key>UTTypeTagSpecification</key>
> + <dict>
> + <key>com.apple.ostype</key>
> + <string>TEXT</string>
> + <key>public.filename-extension</key>
> + <array>
> + <string>sc</string>
> + <string>scd</string>
> + </array>
> + </dict>
> + </dict>
> + </array>
> +
>   </dict>
>   </plist>
>
> ========================================
> ========================================
>
> ... or just as plain text (added to end right before </dict></plist>):
>
> <key>UTExportedTypeDeclarations</key>
>         <array>
>                 <dict>
>                         <key>UTTypeConformsTo</key>
>                         <array>
>                                 <string>public.text</string>
>                                 <string>public.plain-text</string>
>                         </array>
>                         <key>UTTypeDescription</key>
>                         <string>SC3 text file</string>
>                         <key>UTTypeIdentifier</key>
>                         <string>org.supercollider.sc</string>
>                         <key>UTTypeTagSpecification</key>
>                         <dict>
>                                 <key>com.apple.ostype</key>
>                                 <string>TEXT</string>
>                                 <key>public.filename-extension</key>
>                                 <array>
>                                   <string>sc</string>
>                                   <string>scd</string>
>                                 </array>
>                         </dict>
>                 </dict>
>                 </array>
> _______________________________________________
> sc-users mailing list
> sc-users@xxxxxxxxxxxxxxx
> http://lists.create.ucsb.edu/mailman/listinfo/sc-users
> _______________________________________________
> sc-users mailing list
> sc-users@xxxxxxxxxxxxxxx
> http://lists.create.ucsb.edu/mailman/listinfo/sc-users
>
>
>
>
> ******************************************
>
> /* Joshua D. Parmenter
>
> http://www.realizedsound.net/josh/
>
>
>
>
> "Every composer – at all times and in all cases – gives his own
> interpretation of how modern society is structured: whether actively or
> passively, consciously or unconsciously, he makes choices in this regard. He
> may be conservative or he may subject himself to continual renewal; or he
> may strive for a revolutionary, historical or social palingenesis." - Luigi
> Nono*/
>
> _______________________________________________
> Sc-devel mailing list
> Sc-devel@xxxxxxxxxxxxxxx
> http://lists.create.ucsb.edu/mailman/listinfo/sc-devel
>
>


-- 
http://www.mcld.co.uk