source-navigation.rst
changeset 1905 fba288d59662
child 1912 8b81a8f0f692
equal deleted inserted replaced
1904:78357d58b7ab 1905:fba288d59662
       
     1 .. -*- coding: utf-8; -*-
       
     2 .. include:: HEADER.rst
       
     3 
       
     4 ===================
       
     5  Source navigation
       
     6 ===================
       
     7 .. contents::
       
     8    :local:
       
     9 
       
    10 etags
       
    11 =====
       
    12 
       
    13 For Emacs.
       
    14 
       
    15 ctags (Exuberant Ctags)
       
    16 =======================
       
    17 
       
    18 For Emacs/Vim.
       
    19 
       
    20   http://ctags.sourceforge.net
       
    21     Home page.
       
    22 
       
    23 GNU GLOBAL
       
    24 ==========
       
    25 
       
    26   http://www.gnu.org/software/global
       
    27     Home page.
       
    28 
       
    29 ID Utils
       
    30 ========
       
    31 
       
    32   http://www.gnu.org/software/idutils/idutils.html
       
    33     Home page.
       
    34 
       
    35 cscope
       
    36 ======
       
    37 
       
    38 For Vim.
       
    39 
       
    40 cbrowser
       
    41 ========
       
    42 
       
    43 Cbrowser is a graphical C/C++ source code searching and browsing tool, and a
       
    44 hierarchical function call viewer.
       
    45 
       
    46 Cbrowser is implemented in Tcl/Tk.
       
    47 
       
    48   http://www.ziplink.net/~felaco/cbrowser
       
    49 
       
    50 OpenGrok
       
    51 ========
       
    52 
       
    53 Written on Java. Allow WEB hosting and highlighting.
       
    54 
       
    55   http://ru.wikipedia.org/wiki/OpenGrok
       
    56