<?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/"
		xmlns:xhtml="http://www.w3.org/1999/xhtml"
>

<channel>
	<title>you know something? &#187; TextMate</title>
	<atom:link href="http://yamayo.to/wp/category/textmate/feed/" rel="self" type="application/rss+xml" />
	<link>http://yamayo.to/wp</link>
	<description>Use it for myself.</description>
	<lastBuildDate>Tue, 05 Oct 2010 20:36:33 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://yamayo.to/wp/category/textmate/feed/" />
		<item>
		<title>TODO bundle is excellent!</title>
		<link>http://yamayo.to/wp/textmate/27/</link>
		<comments>http://yamayo.to/wp/textmate/27/#comments</comments>
		<pubDate>Wed, 31 Oct 2007 09:27:36 +0000</pubDate>
		<dc:creator>toomore_such</dc:creator>
				<category><![CDATA[TextMate]]></category>

		<guid isPermaLink="false">http://yamayo.textdriven.com/wp/?p=27</guid>
		<description><![CDATA[TextMate の TODO bundle を使った。 結論から言うと、これ、スゲー便利。 使いこなしているヒトから見れば、今さらでしょうけど、 私にとっては、とても新鮮でした。 使い方は、いたって簡単。 例えば、python であれば、 手元の適当なプロジェクトファイルを開いて、 やはり適当なソースに、 # TODO： ここの修正を忘れんな。 と、コメントを挿入しておきます。 で、ctrl + shift + t を押すと… 別途、ウインドウが開いて、 プロジェクト内の TODO の走査が、始まります。 終了すれば、 FIXME がいくつ。TODO がいくつ。CHANGED がいくつ。合計がいくつ。 そして、その下には、それぞれの詳細とファイルへのリンクが表示されますので、 後は、希望のモノをクリックすれば、ファイル内の該当箇所に飛んで行きます。 これが有れば、ブックマークなんて、要らねーんじゃね? 走査対象は、Preferences に正規表現で定義できるので、 色んな使い道がありそう。 いやはや、さすがフルセット。 参りました。]]></description>
		<wfw:commentRss>http://yamayo.to/wp/textmate/27/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://yamayo.to/wp/textmate/27/" />
	</item>
		<item>
		<title>Welcome TextMate2!</title>
		<link>http://yamayo.to/wp/textmate/24/</link>
		<comments>http://yamayo.to/wp/textmate/24/#comments</comments>
		<pubDate>Fri, 26 Oct 2007 01:44:10 +0000</pubDate>
		<dc:creator>toomore_such</dc:creator>
				<category><![CDATA[TextMate]]></category>

		<guid isPermaLink="false">http://yamayo.textdriven.com/wp/?p=24</guid>
		<description><![CDATA[本家にも TextMate2 の Wiki が、いよいよ立ち上がりましたね。 事前情報が、とにかく少ないんで、どうなってるの? っていう感じ。 私の関心は、3つ。 まず、一つ目は、CJK の入力はどうなるのか? 以前のコメントは、「対応はするけんど、でもなぁ…」みたいなノリだったので、 ちょっと心配。 二つ目は、果してキーオペレーションにメスは入るのか? とにかく、Emacs ばりの 2タッチオペレーションを、 実現してくれれば、HHK Pro で幸せになることができるんだけどなぁ… Text selection while staying on the home row. Setting the mark (C-SPC) and moving the cursor to select a region of text. I don’t like moving my right hand over to the arrow keys to make [...]]]></description>
		<wfw:commentRss>http://yamayo.to/wp/textmate/24/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://yamayo.to/wp/textmate/24/" />
	</item>
		<item>
		<title>PythonTidy.py brings order to chaos.</title>
		<link>http://yamayo.to/wp/textmate/22/</link>
		<comments>http://yamayo.to/wp/textmate/22/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 03:05:09 +0000</pubDate>
		<dc:creator>toomore_such</dc:creator>
				<category><![CDATA[TextMate]]></category>

		<guid isPermaLink="false">http://yamayo.textdriven.com/wp/?p=22</guid>
		<description><![CDATA[# -\*- mode: rst -\*- 私は、コードの整形に PythonTidy.py_ を、ありがたく使わせてもらっています。 Django では、Field やら、Admin やらでパラメータの数が結構多く、 頭を揃えて縦にキレイに並べていましたので、 妙に横へ連結したがる傾向に、最初は「とっても」違和感がありましたが、 最近は慣れました (Apple的には、横幅「だけ」は異様に有るディスプレイが多いので、縦よりも横の方が有りかな? とも思います)。 むしろ、コードがある一定の規則性で整形されることにより、 視覚的にも理解しやすい状況が生まれていますし、 何より、実行時にシンタックスエラーを吐いてくれるので、 ちょっとウッカリ防止にもなっちゃったりしています。 で、これも、TextMate で使うことができるようにしっちゃってるんだな、これが。 .. _PythonTidy.py: http://pypi.python.org/pypi/PythonTidy/1.15 * まず、落としてきた PythonTidy.py_ を適当なディレクトリに配置。 * 次に、Text / Filter Through Command を選択。 * Command: に PythonTidy.py を入力。 * Input は Document を、Output は Replace Document を選択。 あとは、Excute ボタンをクリックするだけ。簡単ですね。 ちなみに、Macros として登録しておいて、 [...]]]></description>
		<wfw:commentRss>http://yamayo.to/wp/textmate/22/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://yamayo.to/wp/textmate/22/" />
	</item>
		<item>
		<title>Python Django.tmbundle</title>
		<link>http://yamayo.to/wp/textmate/21/</link>
		<comments>http://yamayo.to/wp/textmate/21/#comments</comments>
		<pubDate>Thu, 25 Oct 2007 01:44:13 +0000</pubDate>
		<dc:creator>toomore_such</dc:creator>
				<category><![CDATA[TextMate]]></category>

		<guid isPermaLink="false">http://yamayo.textdriven.com/wp/?p=21</guid>
		<description><![CDATA[# -\*- mode: rst -\*- いかん。 MacVim に手間を掛けるはずが、 そうは言っても、と、TextMate のカスタマイズを始めたら、 楽しくなってきてしまった・・・ いかん。 ということで、Python Django.tmbundle に 修正を加えたものを、晒しておきます。 とは言え、ちゃんとカラーシンタックスされるようにするだけの 簡単な修正だけですが。 修正箇所は、下記の通り。 * support.type.django.model に forms と 0.97pre の Field を追加。 * support.other.django.module で django のみでもカラーシンタックスされるように変更(newform の時用)。 * variable.other.django.settings に 0.97pre の項目を追加。 * support.function.django.model に absolute_url を追加。 :: { scopeName = &#8216;source.python.django&#8217;; fileTypes = ( ); foldingStartMarker = [...]]]></description>
		<wfw:commentRss>http://yamayo.to/wp/textmate/21/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://yamayo.to/wp/textmate/21/" />
	</item>
		<item>
		<title>You must use Transformations for TextMate.</title>
		<link>http://yamayo.to/wp/textmate/20/</link>
		<comments>http://yamayo.to/wp/textmate/20/#comments</comments>
		<pubDate>Wed, 24 Oct 2007 03:59:06 +0000</pubDate>
		<dc:creator>toomore_such</dc:creator>
				<category><![CDATA[TextMate]]></category>

		<guid isPermaLink="false">http://yamayo.textdriven.com/wp/?p=20</guid>
		<description><![CDATA[HHKPro のキータッチは、 ADB の AppleKeyboard に肩を並べるほど、 個人的には「最高！」なんだが、 カーソルキーを使わない訳には行かない TextMate との相性は、 とても微妙、っていうか、コードも 3,000行辺りを超えると、 右手の小指辺りが、さすがに痛くなってきてしまう。 CarbonEmacs を使っていた頃は、そんなことは無かった。 それは、2キーオペレーションのおかげ。 特に、CTRL+SPACE は、偉大だった。 これがあるだけも、相当違う。 そんなこんなで、キーボードを取り替えたものか、 しかし、店頭で色々試してみるものの、 HHKPro を超えるモノなど、あるはずもなく (新Apple Keyboard に期待したのだが、私には合わなかった)、 さりとて、括弧だらけの Lisp には戻りたくない。 ってな感じで Vim に辿り着いたものの、 日本語の表示が、これまた美しくない。 Terminal か iTerm ならば、それなりにはなるが、 カラーシンタックスは限定されてしまうし、 それに大体、GUI 時代にターミナルは無いでしょ、 とまぁ、福田節のツッコミを、してしまう始末。 ただ、ようやく最近 MacVim が良くなってきたので、 TextMate とも、いよいよお別れか? と、考えてはいます。 いますが、TextMate 並の環境に到達するまでには、 相当鍛えてやらないとイケない訳で、時間の関係上、 当面は、TextMate との二頭立て。 ならば、TextMate の方も、ボチボチこき使ってやらねば (っていうか、こっちは代金を支払っているので)、 [...]]]></description>
		<wfw:commentRss>http://yamayo.to/wp/textmate/20/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	<xhtml:link rel="alternate" media="handheld" type="text/html" href="http://yamayo.to/wp/textmate/20/" />
	</item>
	</channel>
</rss>

