<?xml version="1.0" encoding="utf-8"?><?xml-stylesheet title="XSL formatting" type="text/xsl" href="http://blog.pabloprieto.net/index.php/feed/rss2/xslt" ?><rss version="2.0"
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:wfw="http://wellformedweb.org/CommentAPI/"
  xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
  <title>Pablo Prieto - Blog - textmate</title>
  <link>http://blog.pabloprieto.net/index.php/</link>
  <description>&quot;Faire des sites web c'est pas facile tous les jours&quot;</description>
  <language>fr</language>
  <pubDate>Sun, 09 Nov 2008 05:45:06 +0100</pubDate>
  <copyright></copyright>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Dotclear</generator>
  
    
  <item>
    <title>TextMate et Actionscript 3</title>
    <link>http://blog.pabloprieto.net/index.php/post/2008/01/07/TextMate-et-Actionscript-3</link>
    <guid isPermaLink="false">urn:md5:c4a7c30918d26022f18486ce4bd4513f</guid>
    <pubDate>Mon, 07 Jan 2008 11:47:00 +0100</pubDate>
    <dc:creator>Pab.</dc:creator>
        <category>Actionscript/Flash/Flex</category>
        <category>actionscript</category><category>mac</category><category>textmate</category>    
    <description>&lt;p&gt;je débarque un peu sur ce coup là, vu que ça fait quelque temps que j'ai pas développé sur Mac (PC au boulot oblige) mais un bundle Actionscript 3 est disponible pour TextMate depuis quelques mois...&lt;/p&gt;    &lt;p&gt;Ce bundle est disponible via Subversion (déjà présent dans Leopard, sinon &lt;a href=&quot;http://metissian.com/projects/macosx/subversion/&quot; hreflang=&quot;en&quot;&gt;installez-le&lt;/a&gt;). Il faut pour cela ouvrir le terminal (dans Applications/Utilitaires) et &lt;del&gt;recopier&lt;/del&gt; copier/coller les commandes suivantes&amp;nbsp;:&lt;/p&gt;

&lt;pre&gt;
mkdir -p /Library/Application\ Support/TextMate/Bundles
cd /Library/Application\ Support/TextMate/Bundles
export LC_CTYPE=en_US.UTF-8
echo “… update Flex bundle”
svn co http://macromates.com/svn/Bundles/trunk/Review/Bundles/Flex.tmbundle
echo “… update As3 bundle”
svn co http://macromates.com/svn/Bundles/trunk/Review/Bundles/ActionScript\ 3.tmbundle
osascript -e ‘tell app “TextMate” to reload bundles’
&lt;/pre&gt;


&lt;p&gt;Voilà, vous avez maintenant un nouveau sous-menu &quot;Actionscript 3&quot; dans le menu Bundles, avec plein de commandes prêtes à l'emploi. Des templates de classe, interface, etc... sont également disponibles.&lt;/p&gt;</description>
    
    
    
          <comments>http://blog.pabloprieto.net/index.php/post/2008/01/07/TextMate-et-Actionscript-3#comment-form</comments>
      <wfw:comment>http://blog.pabloprieto.net/index.php/post/2008/01/07/TextMate-et-Actionscript-3#comment-form</wfw:comment>
      <wfw:commentRss>http://blog.pabloprieto.net/index.php/feed/rss2/comments/34</wfw:commentRss>
      </item>
    
</channel>
</rss>