cscope
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| cscope [2009/08/06 02:33] – suapapa | cscope [2013/08/03 05:04] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | cscope는 기본적으로 c소스만을 다룸 그래서: | ||
| + | <code bash> | ||
| + | #!/bin/sh | ||
| + | rm -rf cscope.files cscope.files | ||
| + | find . \( -name ' | ||
| + | cscope -b -icscope.files | ||
| + | ctags -L cscope.files | ||
| + | </ | ||
| + | 도스(cygwin)에서는 find가 도스 명령어로 먹기 때문에 다음과 같이 전체 path로 적어준다. | ||
| + | < | ||
| + | @c: | ||
| + | @c: | ||
| + | </ | ||
| + | ====== SourceCodeObedience - vim plugin ====== | ||
| + | *[[http:// | ||
| + | <code txt> | ||
| + | nnoremap c< | ||
| + | nnoremap c< | ||
| + | nnoremap c< | ||
| + | nnoremap c< | ||
| + | nnoremap c< | ||
| + | nnoremap c< | ||
| + | nnoremap c< | ||
| + | nnoremap c< | ||
| + | nnoremap c< | ||
| + | nnoremap c< | ||
| + | nnoremap c< | ||
| + | </ | ||
| + | - tags와 scope 생성 | ||
| + | - 동일 디렉토리에서 gvim 프로젝트명.sco | ||
| + | |||
| + | ====== another references ====== | ||
| *[[http:// | *[[http:// | ||
| *[[http:// | *[[http:// | ||
| - | *[[http://irdeal.tistory.com/tag/ | + | *[[http://objectmix.com/editors/149864-gvim-split-windows-cscope-linux.html|Gvim split windows for cscope |
| ====== cscope 를 사용한 확장 ====== | ====== cscope 를 사용한 확장 ====== | ||
| + | *[[http:// | ||
| *[[http:// | *[[http:// | ||
| + | *[[http:// | ||
| + | *[[http:// | ||
| + | *[[http:// | ||
cscope.1249526037.txt.gz · Last modified: 2013/08/03 05:04 (external edit)