Added tag insertion function
Posted by mholmes on 28 May 2008 in Activity log
I've now added a dialog box which is invoked by Control + E (or an appropriate edit menu control), which pops up an XML tag insertion dialog box. This allows you to type the name of a tag, or the name followed by attributes with their values (i.e. the interior of an XML open tag). It will then tag the selected text (if any) with a complete tag automatically. It also makes use of the FormState.pas state-saving code to remember up to 16 tags you've used, in order, and show them in the combo box, so you can easily choose tags you've used before.