symfony.el始めました。

一昨日くらいからsymfony.elを作り始めました。
rails.el や rinari.el, symfony.vim とか見ながら作ってます。
コードはgithub上にあります。

http://github.com/imakado/emacs-symfony/tree/master

絶賛開発中でございます。

Installation

`anything.el' http://www.emacswiki.org/emacs/anything.el
`anything-match-plugin.el'  http://www.emacswiki.org/emacs/anything-match-plugin.el
`anything-project.el' http://github.com/imakado/emacs-symfony/tree/master
`symfony.el' http://github.com/imakado/emacs-symfony/tree/master

いれて、

(require 'symfony)

で行けると思います。

Commands

今のところあるコマンド

;;(loop for (key . command) in (sf:command-infomation)
;;      do (insert  "["key"]" "  "  command "\n"))

[C-c C-n]  sf-cmd:relative-files
[C-c C-p]  sf-cmd:primary-switch
[C-c <down>]  sf-cmd:relative-files
[C-c <up>]  sf-cmd:primary-switch
[C-c C-c l]  sf-cmd:open-log-file
[C-c C-c g T]  sf-cmd:test-files
[C-c C-c g a]  sf-cmd:action-files
[C-c C-c g h]  sf-cmd:helper-files
[C-c C-c g m]  sf-cmd:model-files
[C-c C-c g t]  sf-cmd:template-files