EmacsCodeBrowser
ソースブラウザ
インストール
elibなどが必要です。JDEEを参考にしてください。
コンパイルする時MakeFileの変更が一部必要になります。
#以下に正確なパスを指定
LOADPATH=../elib ../semantic ../eieio ../jde/lisp
MAKEINFO=/sw/bin/makeinfo
TEXI2DVI=/sw/bin/texi2dvi
DVIPDFM=/usr/local/bin/dvipdfm
DVIPS=/sw/bin/dvips
PS2PDF=/sw/bin/ps2pdf
EMACSINFOPATH=/usr/local/share/info
INSTALLINFO=/sw/sbin/install-info
設定後makeする。
(add-to-list 'load-path (expand-file-name "~/emacs/lisp/ecb"))
(require 'ecb)
ウィンドウ移動
ウィンドウ名称は以下のようになる。
------------------------------------------------------------------
| | |
| Directories | |
| | |
|--------------| |
| | |
| Sources | |
| | |
|--------------| Edit-window(s) |
| | (can be splitted in two windows) |
| Methods | |
| | |
|--------------| |
| | |
| History | |
| | |
------------------------------------------------------------------
| |
| Compilation-window (optional) |
| |
------------------------------------------------------------------
||C-c . 1||ecb-goto-window-edit1||編集ウィンドウ1へ移動|| ||C-c . 2||ecb-goto-window-edit2||編集ウィンドウ2へ移動|| ||C-c . h||ecb-goto-window-history||ヒストリウィンドウへ移動|| ||C-c . m||ecb-goto-window-methods||メソッドウィンドウへ移動|| ||C-c . s||ecb-goto-window-sources||ソースウィンドウへ移動|| ||C-c . d||ecb-goto-window-directories||ディレクトリウィンドウへ移動|| ||C-c . c||ecb-goto-window-compilation||compilationウィンドウへ移動||
よくある質問
行がウィンドウから右にでてしまう
(setq truncate-partial-width-windows nil)
