Configure Tag Files dialog box
In this dialog box, you can configure the ctags tag files and categories. You can invoke this dialog box using the Configure Tag Files menu command.Categories
This list box shows ctags tag categories that you created. For example, you can create C/C++ and Python as two separate tag categories and then switch current tag category using the Select Tag Category menu command.
Add CategoryCreates a new ctags tag category.
RemoveRemoves selected category. NOTE: You cannot remove the default category.
RenameChanges the name of selected category.
Tag filesThis list box shows ctags tag files in current category. Tag files are not automatically created. They must be already existing or created manually.
Add FileAdds ctags tag file to current category. If it has the file name only and doesn't have the full path, EditPlus searches the file in the current file directory.
Remove FileRemoves selected tag file from current category.
CommandThis combo box allows you to select a ctags command line to use with the Run Ctags menu command. To add new ctags command line to the list, press the Confiture button.
ConfigurePress this button to add new ctags command line. This button presents User Tools dialog box. Add ctags command there and press the OK button to refresh the command list.