sakura/en/Tag Jump

Last-modified: 2008-03-30 (日) 09:22:31

Tag Jump

When the file name is described in the cursor line, the file can be easily opened.
Moreover, it is possible to return to the editor window in the tag jump origin by the tag jump backing (Tag Jump Back).

Tag Jump to File

A pertinent file can be opened directly from the line with the following descriptions.
The cursor moves to the line when the line number is described.
Tag can jump directly from the retrieval result of Grep.
One of the line numbers is a head ..each line-feed...
One of the column numbers is a head by the number of bytes from the head of the line at the time of each line-feed.

  • filename
  • filename line
  • filename (line)
  • filename(line):
  • filename lineColumn
  • filename (line,column)
  • filename(line,column):
  • etc...

Tag Jump to C/C++ include file

Tag can jump from the line with the following descriptions to the include file etc.
However, tag can jump only to the file of the same folder as the jump origin or the relative path.

#include <filename>
#include "filename"

Direct Tag Jump

If the tag file is made when tag cannot usually jump, the direct tag jump is tried.

Macro Syntax

  • Syntax
    TagJump( );
  • Record
    Support

[star] See: "Outline"