Macro Language Reference > Macros > Tag > tbrowse
  
tbrowse
Description
Displays a list of all tags that exist in the current document in the Browse Tags dialog box. It is also possible to view tags by type and manage them from the dialog box.
 
Example 258. Select tags in the tbrowse dialog using wildcards
In the tbrowse dialog box you can use wildcards to select a tag or a group of tags by their tag type or part name.
The following macros will both select the same set of tags, although they are all of a different tag type: Ic ToC.Ctrl, Ix ToC.Strm, Rf ToC.Item.
*ToC*
*ToC.?t*
Syntax
tbrowse mode:n? ( tag name:s tag type:s? )?
tbrowse
[no parameter]
Invoke the Browse Tags dialog box.
mode
0 or Ø
Normal streams
1
Comments streams
tag name
The name of tag to be viewed
tag type
The type of tag(s) to view (see ttagmk for available tag extension types)
Additional Information
Note the wildcard syntax that must be used to select, for example, all reference tags in the document: Rf*.
Related Links