タグ

関連タグで絞り込む (1)

タグの絞り込みを解除

textmateに関するnitsujiのブックマーク (5)

  • Catalyst Texmate bundle

    This is my Catalyst Textmate bundle. It features snippet shortcuts that should make you a more productive Catalyst developer. Happy coding. Catalyst/trunk/misc/textmate_bundle/ Use SVN to grab it. So what can you do with it? Snippet Command Output

  • TextMate の日本語入力 - d.hetima

    語の入力はダイアログを経由する inputCJK.tmbundle でとりあえず可能(Typing Japanese in TextMate | Samurai Coder を tmbundle にしたものだと思われる)。しかしこの方法だと、入力前にショートカットを押さないとダイアログが出てこない。 TextMate のテキスト表示部分は OakTextView という view で、NSView を直接継承している。ほとんどの処理は C++ で行われているのでつけ入る隙がない。NSTextInput プロトコルは実装されているものの、中身は何もしていない。setMarkedText:selectedRange: を横取りして、日語が入力されたら別の NSTextView を出して続きを入力させるという方法を試してみた。最初の1文字をどうやって受け渡すかで少々迷ったものの、とりあえず

  • TextMate で日本語をわりとまともに表示する - d.hetima

    TextMate という Mac OS X のエディタがあるんです。Mac でプログラミングの screencast やってたらまず間違いなくこれが使われています。今やエディタの定番であり Mac のキラーアプリケーションなのです。ぐぐってみるとみんなベタ褒め。唯一の欠点は「日語が駄目」ということだけ。……これが致命的なんですよね。 「日語が駄目」な理由はふたつあって、 入力をまったく受け付けてくれない 文字が重なって表示され非常に読みにくい、選択しにくい 入力に関してはダイアログを出すという方法でなんとかしたり、他からペーストしたりで、まあなんとかなるのですが(わりとシームレスに日本語入力できる CJK-Input.tmplugin を作りました)、表示の方は手の出しようがない。このエディタは文字幅をすべて決め打ちで計算しているので、アスキー文字より幅の広い日語文字も強制的にアスキ

    TextMate で日本語をわりとまともに表示する - d.hetima
  • TextMate Blog » Faking CJK Support

    When I released TextMate two years ago it was intended as a source code editor, and choices made during development reflects that, like its bias toward fixed width fonts and western input methods. It has since surpassed my wildest expectations about what it would be used for, though until recently, CJK was still not an option. But devoted users have made CJK bearable, the “hack” comes in two parts

  • HTML Screencast (Inserting Tags)

    Here you have it, the first screencast to demonstrate HTML editing (8 MB). It’s a bit short in content as it only shows how to create HTML tags (and a bit of multi-line editing towards the end), but at seven and a half minute, I figured it was best to keep it like that, and I guess tag creation is the number one productivity gain for HTML writers. Update: Be vary of kernel panics if you pause and

    nitsuji
    nitsuji 2006/04/30
    すごい。ショートカット憶えたら最強だな
  • 1