⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 gtags.conf

📁 代码检索工具GLOBAL源码。可用来浏览分析LINUX源码。
💻 CONF
字号:
## Copyright (c) 1998, 1999, 2000, 2001, 2002, 2003#	Tama Communications Corporation## This file is part of GNU GLOBAL.## GNU GLOBAL is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2, or (at your option)# any later version.## GNU GLOBAL is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA.## *# Configuration file for GNU GLOBAL source code tag system.## GLOBAL doesn't need 'gtags.conf' because it has the default values in it.# But if you have this file as '/etc/gtags.conf' or "$HOME/.globalrc"# then GLOBAL system overwrite default values with the values from the file.## 'gtags.conf' is termcap style file.# 'default' is default target.# You can specify target with GTAGSLABEL environment variable.## Variable 'suffixes' is obsoleted but is acceptable because it is needed# for plugged-in parser. If you use gtags-parser(1) then you should use# variable 'langmap' instead.#default:\	:tc=gtags:tc=htags:#---------------------------------------------------------------------# Configuration for gtags(1)# See gtags(1).#---------------------------------------------------------------------common:\	:skip=GPATH,GTAGS,GRTAGS,GSYMS,HTML/,html/,tags,TAGS,ID,y.tab.c,y.tab.h,.notfunction,cscope.out,.gdbinit,SCCS/,RCS/,CVS/,CVSROOT/,{arch}/,.svn/,.cvsrc,.cvsignore,.cvspass,.cvswrappers,.deps/,autom4te.cache/,.snprj/:\	:langmap=c\:.c.h,yacc\:.y,asm\:.s.S,java\:.java,cpp\:.c++.cc.cpp.cxx.hxx.hpp.C.H,php\:.php.php3.phtml:\	:format=standard:## [gtags-parser]## This command is distributed as part of GLOBAL.# The %s is replaced with the path of source file.# You need not use --langmap=xxx option. Gtags-parser(1) get the value# from environment variable.#gtags:\	:tc=common:\	:GTAGS=gtags-parser -dt %s:\	:GRTAGS=gtags-parser -dtr %s:\	:GSYMS=gtags-parser -dts %s:## [Emacs's ctags]## This ctags is distributed as a part of Emacs editor.## supported suffixes by etags.##      lisp: l,el,lsp,lisp,cl,clisp#    scheme: sm,scm,scheme,t,sch,ss,SM,SCM# assembly: s,a,sa,asm,src,def,ins,inc#       C++: C,H,cpp,cxx,hxx,hpp,cc#        C*: cs,hs#    c,yacc: c,h,y#  pl,p,pas: pascal#   fortran: f,for## [Installation]# % cd <emacs source directory>/lib-src# % make ctags# # cp ctags /usr/local/bin/ctags-emacs#ctags-emacs|ctags based on etags|GNU Emacs ctags:\	:tc=common:\	:suffixes=el,s,a,sa,asm,C,H,cpp,cxx,hxx,hpp,cc,c,h,y:\	:extractmethod:\	:GTAGS=/usr/local/bin/ctags-emacs -x -d -T -w %s:## [Exuberant Ctags]## This ctags is distributed as a part of Vim editor.## [Installation]# % cd <Vim source directory>/src/ctags# % make# # cp ctags /usr/local/bin/ctags-exuberant#ctags-exuberant|Exuberant Ctags|ctags by Darren Hiebert:\	:tc=common:\	:suffixes=s,a,sa,asm,C,H,cpp,cxx,hxx,hpp,cc,c,h,y:\	:extractmethod:\	:GTAGS=/usr/local/bin/ctags-exuberant -xu %s | perl -ne '\		if (/^operator \\S+\\s+function\\s/) { s/^operator //; }\		($name, $type, $no, $path, $line) = split(/[ \\t]+/, $_, 5);\		printf(STDOUT "%-16s %4d %-16s %s", $name, $no, $path, $line);':#---------------------------------------------------------------------# Configuration for htags(1)# Let's paint hypertext with your favorite colors!# See htags(1).#---------------------------------------------------------------------htags:\	:body_begin=<body>:body_end=</body>:\	:table_begin=<table>:table_end=</table>:\	:title_begin=<h1><font color='#cc0000'>:title_end=</font></h1>:\	:comment_begin=<i><font color='green'>:comment_end=</font></i>:\	:sharp_begin=<font color='darkred'>:sharp_end=</font>:\	:brace_begin=<font color='blue'>:brace_end=</font>:\	:warned_line_begin=<span style='background-color\:yellow'>:warned_line_end=</span>:\	:reserved_begin=<b>:reserved_end=</b>:script_alias=/cgi-bin/:\	:ncol#4:tabs#8:normal_suffix=html:gzipped_suffix=ghtml:\	:definition_header=no:

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -