2002-05-11 (Sat) (や)は九州 [長年日記]

html-helper-mode

更新。すげーよくなってる。M-x html-script-narrow-to-asp か (C-c C-z a)で Java のコードブロックだけが表示されるようになり、JDEモードで編集できる。最強。

;;; html-helper
(autoload 'html-helper-mode "html-helper-mode" "Yay HTML" t)
(autoload 'jsp-html-helper-mode "html-helper-mode" "Yay HTML" t)
(autoload 'asp-html-helper-mode "html-helper-mode" "Yay HTML" t)
(setq auto-mode-alist (cons '("\.html$" . html-helper-mode) auto-mode-alist))
(setq auto-mode-alist (cons '("\.asp$" . asp-html-helper-mode) auto-mode-alist))
(setq auto-mode-alist (cons '("\.phtml$" . html-helper-mode) auto-mode-alist))
(setq auto-mode-alist (cons '("\.jsp$" . jsp-html-helper-mode) auto-mode-alist))
 
(add-hook 'html-helper-mode-hook '(lambda () (auto-fill-mode 0)))

Meadowで開発

あとでデバッカの設定やECBを設定してみよう。以下、まだ手に馴染んでいない機能。

  • import 文の自動追加、削除、ソート
  • jtagsによるジャンプ
  • Setter/Getter自動追加
  • ステップ実行
  • Ant呼び出し
  • interface/abstract の実装メソッドの自動生成
なんとももったいないな。

Firebired

もとBoland - InterBase。Unicodeも使えるみたいだし、いいかもな。