#7023
Yutaka Emura
Keymaster

shx wrote:
Thanks for a great product.

I am confused about Ctags and symbol lists. Is this something that works only in “c”

Is there a way of defining them for the language I am using?

Thanks

Steven

Not only “C”. Please see Ctags website http://ctags.sourceforge.net/ for information about the supported file list and available options.
On version 8.0x, EmEditor Projects plug-in uses the following command line to pass to ctags.exe.

useroption -n –fields=fKs -f tagfile -L filelist

useroption can be defined by a user in the Projects plug-in (Properties for Current Solution Template > Symbols > Additional Parameters to Ctags). Both tagfile and filelist are temporary files the plug-in creates.