Prog/TagSystem/ebrowse
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
]
開始行:
#topicpath
/////////////////////////////////////////////////////////...
* 目次 [#l3c32c6b]
#contents();
/////////////////////////////////////////////////////////...
* ebrowse (ebrowse for Emacs)の利用 [#w65b0682]
- etags/ctags 同様、C++ のコードから class のデータベース...
- まずは、 BROWSE file を生成する
$ cd ${PROGRAM_TOP_DIR}
$ find | grep "C$\|h$" | xargs ebrowse -f # 対象となる...
- emacs に BROWSE ファイルを読みこませる
C-x C-f: ${PROGRAM_TOP_DIR}/BROWSE
- emacs から操作する
|~Key binding |~command |~description |
|return |ebrowse-find-class-declaration| 当該の cl...
|C-x 4 . |find-tag-other-window |- |
|C-x 5 . |find-tag-other-frame | - |
//=======================================================...
** Links [#l734dbc6]
- [[A Class Browser for C++>https://www.gnu.org/software/...
終了行:
#topicpath
/////////////////////////////////////////////////////////...
* 目次 [#l3c32c6b]
#contents();
/////////////////////////////////////////////////////////...
* ebrowse (ebrowse for Emacs)の利用 [#w65b0682]
- etags/ctags 同様、C++ のコードから class のデータベース...
- まずは、 BROWSE file を生成する
$ cd ${PROGRAM_TOP_DIR}
$ find | grep "C$\|h$" | xargs ebrowse -f # 対象となる...
- emacs に BROWSE ファイルを読みこませる
C-x C-f: ${PROGRAM_TOP_DIR}/BROWSE
- emacs から操作する
|~Key binding |~command |~description |
|return |ebrowse-find-class-declaration| 当該の cl...
|C-x 4 . |find-tag-other-window |- |
|C-x 5 . |find-tag-other-frame | - |
//=======================================================...
** Links [#l734dbc6]
- [[A Class Browser for C++>https://www.gnu.org/software/...
ページ名: