みなさん元気にSublime Text2使ってますか?
たまには懐かしのTextMateを使ってみるのはいかがでしょうか?
TextMate2は長い間日本語対応が放置されていましたがオープンソース版のTextMateは初めから日本語が使えます。(細長くありません!)
インストールは簡単なのでぜひ試してみましょう。
コンパイル方法はGithubに書いてますが簡単にまとめておきます。
https://github.com/textmate/textmate
環境: MacOSX 10.8, HomeBrewインストール済み
$ brew install ragel boost multimarkdown hg ninja proctools
$ git clone https://github.com/textmate/textmate.git
$ cd textmate
$ git submodule update --init
$ ./configure && ninja