komenda etags użycie etags co to jest
Jak użyć ETAGS? Definicja w konsoli programming source file . etags generates tags for use by emacs.
Znaczenie komenda etags użycie etags definicja.

Czy przydatne?

Komenda/polecenie: Jak użyć etags

Uruchomienie, wykonanie: etags [options] files

Jak działa ETAGS, co robi ETAGS: Create a list of function and macro names defined in a programming source file. etags generates tags for use by emacs. (ctags produces an equivalent tags file for use with vi.) More than one file may be specified. etags understands many programming languages, including C, C++, FORTRAN, Java, Perl, Python, flex, yacc, and bison. The output list (named TAGS by default) contains lines of the form:

name file context

where name is the function or macro name, file is the source file in which name is defined, and context is a search pattern that shows the line of code containing name. After the list of tags is created, you can invoke Emacs on any file and type:

M-x visit-tags-table

You will be prompted for the name of the tag table; the default is TAGS. To switch to the source file associated with the name listed in tagsfile, type:

M-x find-tag

You will be prompted for the tag you would like Emacs to search for

Dostępne opcje, wywołanie ETAGS: -a, --append

Append tag output to existing list of tags.

-d, --defines

Include tag entries for C preprocessor definitions.

-i file, --include=file

Add a note to the tags file that file should be consulted in addition to the normal input file.

-l language, --language=language

Consider the files that follow this option to be written in language. Use the -h option for a list of languages and their default filename extensions.

-o file, --output=file

Write to file.

-r regexp, --regex=regexp

Include a tag for each line that matches regexp in the files following this option.

-C, --c++

Expect .c and .h files to contain C++, not C, code.

-D, --no-defines

Do not include tag entries for C preprocessor definitions.

-H, -h, --help

Print usage information.

-R, --noregex

Do not include tags based on regular-expression matching for the files that follow this option.

-S, --ignore-indentation

Normally, etags uses indentation to parse the tag file; this option tells it to rely on it less.

-V, --version

Print the version number.

Co znaczy :
Definicja Play the file through the EsounD system co znaczy.
Co znaczy :
Definicja media such as a CD-ROM, floppy, tape, or JAZ or ZIP disk. You may name the device by its /dev or /mnt filename. The /dev and /mnt prefixes are optional for any items in the /dev and /mnt directories krzyżówka.
Co znaczy :
Definicja Convert tabs in given files (or standard input, if the file is named -) to appropriate number of spaces; write results to standard output co to jest.
Co znaczy :
Definicja as expressions and print the results. Arguments and operators must be separated by spaces. In most cases, an argument is an integer, typed literally or represented by a shell variable. There are słownik.
Co znaczy :
Definicja An interactive command-based editor. For more information, see Chapter 9 czym jest.

Użycie ETAGS zastosowanie komendy na linii poleceńw Słownik E .

  • Dodano:
  • Autor: