help-global
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

gtags search buffter


From: liangbo
Subject: gtags search buffter
Date: Tue, 21 Dec 2010 10:15:18 +0800 (CST)

target program: C language
SourceCodeTag: gtags

when using command of 'M-x gtags-find-rtag',
the following four columns messages were displayed on search buffer.
.Tag Name
.LineNo.
.Files Name
.contents

My question is how to add one more column such as Funcation's Name?

For example:
change before:(*GTAGS SELECT*(CONTEXT)AAAA)
  AAAA  101  src/foo.c  case AAAA:
  AAAA  78   src/oof.c  i = AAAA:
change after:
  AAAA  101  src/foo.c  case AAAA:   test()
  AAAA  78   src/oof.c  i = AAAA:    main()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]