Lugaru's Epsilon
Programmer's
Editor 14.04

Context:
Epsilon User's Manual and Reference
   . . .
   Commands by Topic
      Getting Help
      Moving Around
      Changing Text
      . . .
      Miscellaneous
   Command Reference
      . . .
      tabify-buffer
      tabify-region
      tag-files
      tcl-indent-and-show-matching-delimiter
      tcl-indent-cmd
      . . .
   Variable Reference
      abort-file-io
      abort-file-matching
      abort-key
      . . .
      yank-rectangle-to-corner
   . . .

Previous   Up    Next
tabify-region  Command Reference   tcl-indent-and-show-matching-delimiter


Epsilon User's Manual and Reference > Command Reference >

tag-files

Locate all tags in the given files.  Ctrl-x Alt-.

This command prompts for a file name or file pattern. In each file, it locates each subroutine or function and makes a tag for it, so commands like goto-tag can find it later. You can use extended file patterns to tag files in multiple directories, even using a pattern like **\*.{c,cpp,h} to tag all the .c, .cpp, and .h files in a hierarchy. See Extended file patterns.

With a prefix numeric argument, this command tags function declarations as well as function definitions, and external variable declarations as well as variable definitions. Use a numeric argument if you have an #include file for a package but no source file, and you want tag references to a function in the package to go to the #include file.

More info:

Tags



Previous   Up    Next
tabify-region  Command Reference   tcl-indent-and-show-matching-delimiter


Lugaru Epsilon Programmer's Editor 14.04 manual. Copyright (C) 1984, 2021 by Lugaru Software Ltd. All rights reserved.