ReSTのcsv-tableスニペット
2010年01月08日(金) 18:51
すぐに忘れるので、TextMateのrestructuredtext用スニペットをメモしておく。
.. csv-table:: ${1:title}
:header: "$2", "$3"
:widths: ${4:15}, ${5:15}
"$6", "$7"
"$8", "$9"
TextMateでMercurialを使う準備
2009年10月13日(火) 00:00
TextMateのMercurialバンドルについてのメモ
バンドルをとってきて有効にする。
$ mkdir -p /Library/Application\ Support/TextMate/Bundles $ cd !$ $ svn co http://svn.textmate.org/trunk/Bundles/Mercurial.tmbundle/ $ osascript -e 'tell app "TextMate" to reload bundles'
あとは、プロジェクトドロワーでcontrol+shift+Mキーでメニューが起動する。
