Warning, /utilities/kate/addons/xmltools/README is written in an unsupported language. File is not indexed.
0001 Kate XML plugin 0.9, 2002-07-20, Daniel Naber <daniel.naber@t-online.de> 0002 0003 This plugin gives hints about what's allowed at a certain position in 0004 an XML file, according to the file's DTD. It will list possible 0005 elements, attributes, attribute values or named entities, depending 0006 on the cursor position. It's also possible to close the nearest 0007 not-yet-closed element (this function's scope is limited to some 0008 hundred characters). 0009 0010 -> See the user documentation available in Kate's Help menu 0011 0012 CHANGES 0013 0014 0.8.1 -> 0.9: 0015 -re-show the completion popup when it disappeared after a typo but 0016 backspace was pressed 0017 -knows about empty elements 0018 -other small fixes 0019 0020 0.8 -> 0.8.1: 0021 -Every open document can now have its own meta DTD. More than 0022 one view per document is still not supported correctly. 0023 0024 0.7 -> 0.8: 0025 -Now uses the completion interface. Trigger completion with <, ", & or Space, 0026 depending on your cursor's position 0027 0028 0.6.1 -> 0.7: 0029 -Ported to KDE3.0, makes some things faster 0030 0031 0.6 -> 0.6.1: 0032 -Show if PCDATA is allowed inside an element 0033 -If the element is unknown, say so (vs. the element has no sub-elements etc) 0034 0035 0.5 -> 0.6: 0036 -Comes with its own Makefile etc, i.e. doesn't need CVS stuff anymore 0037 (thanks to Olaf Hartig) 0038 -Don't display some allowed elements twice 0039 -Network transparent loading of meta DTDs 0040 -New versions of the XHTML meta DTDs (second edition of XHTML 1.0) 0041 -Attribute values CDATA, ID etc. not taken literally anymore 0042 -Selected attribute values replace old values 0043 -Support for single quote as attribute value delimiter