<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Sunfox &#187; textmate</title>
	<atom:link href="http://sunfox.org/blog/tags/textmate/feed/" rel="self" type="application/rss+xml" />
	<link>http://sunfox.org</link>
	<description>Le blogue de Sunny Ripert</description>
	<lastBuildDate>Tue, 10 Apr 2012 14:10:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Raccourcis clavier pour changer d&#8217;onglet dans TextMate</title>
		<link>http://sunfox.org/blog/2010/11/16/raccourci-clavier-pour-changer-donglet-dans-textmate/</link>
		<comments>http://sunfox.org/blog/2010/11/16/raccourci-clavier-pour-changer-donglet-dans-textmate/#comments</comments>
		<pubDate>Tue, 16 Nov 2010 10:15:01 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[articles]]></category>
		<category><![CDATA[clavier]]></category>
		<category><![CDATA[os x]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[textmate]]></category>

		<guid isPermaLink="false">http://sunfox.org/?p=2208</guid>
		<description><![CDATA[La mise à jour 1.5.10 de TextMate change les raccourcis pour aller à l&#8217;onglet précédent et suivant. À la place de ⌥⌘← et ⌥⌘→. Ils sont maintenant ⌘⇧⌥5 and ⌘⇧⌥° sur un clavier français. La raison pour ce changement est que c&#8217;est la façon de changer d&#8217;onglet dans Safari. Je sais pas vous mais je [...]]]></description>
			<content:encoded><![CDATA[<p><img style="float:right;margin:0 0 1em 1em" src="http://sunfox.org/blog/wp-content/uploads/2010/11/textmate-logo.png" alt="Logo TextMate" title="" width="148" height="142" class="alignnone size-full wp-image-2218" /></p>
<p>La <a href="http://blog.macromates.com/2010/textmate-1-5-10/" hreflang="en" title="La mise à jour en question sur le blog de TextMate">mise à jour 1.5.10</a> de TextMate change les raccourcis pour aller à l&#8217;onglet précédent et suivant. À la place de <kbd class="help" title="Option Commande Flèche gauche">⌥⌘←</kbd> et <kbd class="help" title="Option Commande Flèche droite">⌥⌘→</kbd>. Ils sont maintenant <kbd class="help" title="Commande Majuscule Option 5">⌘⇧⌥5</kbd> and <kbd class="help" title="Commande Majuscule Option Degré">⌘⇧⌥°</kbd> sur un clavier français.</p>
<p>La raison pour ce changement est que c&#8217;est la façon de changer d&#8217;onglet dans Safari. Je sais pas vous mais je préfère les raccourcis précédents et ceux de Firefox…</p>
<p>Changez les raccourcis en allant dans Préférences Système, Clavier, Raccourcis clavier, Raccourcis d&#8217;applications et ajoutez vos raccourcis. Choisissez l&#8217;application Textmate et entrez les titres de menu <span lang="en">&laquo;&nbsp;Next File Tab&nbsp;&raquo;</span> et <span lang="en">&laquo;&nbsp;Previous File Tab&nbsp;&raquo;</span>.</p>
<p>Et pour couronner le tout, désindenter un bloc de code avec <kbd class="help" title="Option Shift Tabulation">⌥⇧↦</kbd> ne fonctionne plus pour les claviers français à cause d&#8217;un bug. Pour le réparer avant d&#8217;attendre la prochaine mise à jour ajouter <code>"~$\t" = "shiftLeft:";</code> dans /Applications/TextMate.app/Contents/Resources/KeyBindings.dict</p>
<p><ins datetime="2010-11-18T17:24:30+00:00">Après cette mise à jour les développeurs de Textmate se sont &laquo;&nbsp;<a href="http://blog.macromates.com/2010/tabbing-shortcuts/" hreflang="en" title="Article de blog qui parle de la nouvelle version">rendus compte que tout le monde n&#8217;utilisait pas un clavier US</a>&nbsp;&raquo; et ont donc remis les raccourci précédents ainsi que réparé le second bug d&#8217;indentation. <span lang="en">Sigh.</span></ins></p>
]]></content:encoded>
			<wfw:commentRss>http://sunfox.org/blog/2010/11/16/raccourci-clavier-pour-changer-donglet-dans-textmate/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Git&#8217;s raison d&#8217;être?</title>
		<link>http://sunfox.org/blog/2008/02/17/gits-raison-detre/</link>
		<comments>http://sunfox.org/blog/2008/02/17/gits-raison-detre/#comments</comments>
		<pubDate>Sun, 17 Feb 2008 21:53:34 +0000</pubDate>
		<dc:creator>Sunny</dc:creator>
				<category><![CDATA[cvs]]></category>
		<category><![CDATA[english]]></category>
		<category><![CDATA[git]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[scm]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[textmate]]></category>

		<guid isPermaLink="false">http://sunfox.org/blog/2008/02/17/gits-raison-detre/</guid>
		<description><![CDATA[Whilst Git was created by Linus for managing the Linux project, I get the feeling that Git’s raison d’être was to manage TextMate bundles. Weird since Linus probably doesn’t use TextMate. &#171;&#160;Using Git within a project&#160;&#187; Github is fun :)]]></description>
			<content:encoded><![CDATA[<blockquote cite="http://drnicwilliams.com/2008/02/03/using-git-within-a-team/" lang="en"><p>Whilst Git was created by Linus for managing the Linux project, I get the feeling that Git’s raison d’être was to manage TextMate bundles. Weird since Linus probably doesn’t use TextMate. <cite><a title="Dr Nic Williams on forking git" href="http://drnicwilliams.com/2008/02/03/using-git-within-a-team/" hreflang="en">&laquo;&nbsp;Using Git within a project&nbsp;&raquo;</a></cite></p></blockquote>
<p lang="en"><a hreflang="en" title="Git repository hosting" href="http://github.com/">Github</a> is fun :)</p>
]]></content:encoded>
			<wfw:commentRss>http://sunfox.org/blog/2008/02/17/gits-raison-detre/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

