How to Quicklook your AS files in Snow Leopard

28
Dec/09
0

Here is a great tip to be able to preview your AS code in quicklook in Snow Leopard. It even supports colours!!
Download and install this http://code.google.com/p/qlcolorcode/
Then go into the package file of this plugin and edit the plist file and edit the top part so it looks like this
<key>LSItemContentTypes</key>
<array>
<string>public.source-code</string>
<string>com.apple.applesingle-archive</string>
<string>public.archive.applesingle</string>

<string>public.xml</string>
<string>com.apple.property-list</string>
<string>org.tug.tex</string>
<string>public.plain-text</string>
</array>

Now you can change your file associations to textedit or any other text tool and now you have cool quicklook for your as files

Filed under: AS3

Understanding the PureMVC Open Source Framework

5
Jun/09
0

puremvcPureMVC Framework Tutorial

Understanding a framework can take a lot of time, but once you’re happy with your knowledge, you can literally code at the speed of thought. PureMVC is a great framework for AS3; some may say it’s a bit difficult to get your head around, but you’ll be happy you did.