During installation UltraEdit-32 creates a file called taglist.txt in the directory to which UltraEdit is installed. If you are not sure where this file is located you can find the path to "taglist.txt" by typing CTRL+F8 to activate the Tag List dialog and pressing the Modify button. The full path of taglist.txt will be displayed at the bottom of the dialog box in a textbox labeled "Filename:". The Tag List file contains three section labels: [TagList] [Group List] [Tag Group] [TagList] This identifies the most recently used tag group. If you are creating a new tag list you do not have to have this section label in your tag list; UltraEdit will add it. However, if you do not have an ActiveGroup specified here the Tag List dialog will appear blank until you select a tag group from the combobox at the bottom of the dialog. If you do want to specify a tag group to appear in the Tag List dialog on startup it should be specified as follows: [TagList] ActiveGroup=HTML - Tags [Group List] This identifies the list of all Tag Groups that will be recognized in the rest of the file and displayed in the Tag List dialog. It is important that Tag Groups are referenced exactly as they appear in the Tag Group header described below. If they are not referenced exactly as they appear in the Tag Group header they will not be displayed in the Tag List dialog. Example: [Group List] 0=HTML - Special Characters 1=HTML - Tags 2= [Tag Group] This will head each language-specific tag group (e.g.): [Tag Group - HTML - Special Characters]. Without this section header, UltraEdit will not recognize a tag list. Please note: Format IS important. If you choose to create your own tag list please ensure that you follow these guidelines. All lines in a tag group must be preceded by sequential line numbers starting with a "0" at the beginning of the tag group. The line number must be followed by an equal sign and terms defined for the tag group must be enclosed in double quotes (e.g.): 0="Á" 1="á" 2="Â" For languages that allow open and close tags you may list both so that text may be highlighted and tags may be inserted bracketing the selected text. Please specify these tags as follows: 0="" 1=" ... " 2=" ... " Adding Individual Tag Lists --------------------------- If you wish to add tag lists to the default taglist.txt for UltraEdit-32 please append the tag list you download at the end of the file taglist.txt. [Group List] 0=COLD FUSION - Tags 1=HTML - Special Characters 2=HTML - Tags Any tag lists you append to taglist.txt must be listed under "[Group List]" to be active. The full group name should follow the number assigned to the tag group. Ensure you type the entire description which appears at the top of the tag group in the brackets (i.e. for Cold Fusion you would type "0=COLD FUSION - Tags"). [Tag Group - HTML - Special Characters] Any tag group you add must have a header as shown above. All information between "[Tag Group - " and the closing bracket "]" should be used to identify your tag group under [TagList] and [Group List]. Replacing the Default Tag List with Any Available Tag List ---------------------------------------------------------- If you wish to replace the default Tag List with any available tag lists please rename taglist.txt to taglist.bak and open the selected file and copy it to taglist.txt in the directory where you have installed UltraEdit.