You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeaddons/kate/xmltools
Michele Calgaro 7e9d8ea452
Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines
5 months ago
..
CMakeL10n.txt Add CMakeL10n rules. 5 years ago
CMakeLists.txt Desktop file translations: 4 years ago
ChangeLog Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
Makefile.am Rename kiobuffer and KHTML 12 years ago
README Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
html4-loose.dtd.xml Remove additional unneeded tq method conversions 13 years ago
html4-strict.dtd.xml Remove additional unneeded tq method conversions 13 years ago
katexmltools.desktop Desktop file translations: 4 years ago
kcfg.dtd.xml Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
kde-docbook.dtd.xml Finish renaming kiconedit->tdeiconedit. 10 years ago
kpartgui.dtd.xml Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
language.dtd.xml Additional renaming of kde to tde 13 years ago
plugin_katexmltools.cpp Use new TQ_METHOD, TQ_SIGNAL, TQ_SLOT defines 5 months ago
plugin_katexmltools.h Replace Q_OBJECT with TQ_OBJECT 11 months ago
pseudo_dtd.cpp Removed code formatting modelines. 4 years ago
pseudo_dtd.h Removed code formatting modelines. 4 years ago
simplify_dtd.xsl Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
testcases.xml Remove additional unneeded tq method conversions 13 years ago
ui.rc Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago
xhtml1-frameset.dtd.xml Remove additional unneeded tq method conversions 13 years ago
xhtml1-strict.dtd.xml Remove additional unneeded tq method conversions 13 years ago
xhtml1-transitional.dtd.xml Remove additional unneeded tq method conversions 13 years ago
xslt-1.0.dtd.xml Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. 15 years ago

README

Kate XML plugin 0.9, 2002-07-20, Daniel Naber <daniel.naber@t-online.de>

This plugin gives hints about what's allowed at a certain position in
an XML file, according to the file's DTD. It will list possible
elements, attributes, attribute values or named entities, depending
on the cursor position. It's also possible to close the nearest
not-yet-closed element (this function's scope is limited to some
hundred characters).

-> See the user documentation available in Kate's Help menu

CHANGES

0.8.1 -> 0.9:
-re-show the completion popup when it disappeared after a typo but
 backspace was pressed
-knows about empty elements
-other small fixes

0.8 -> 0.8.1:
-Every open document can now have its own meta DTD. More than
one view per document is still not supported correctly.

0.7 -> 0.8:
-Now uses the completion interface. Trigger completion with <, ", & or Space,
depending on your cursor's position

0.6.1 -> 0.7:
-Ported to KDE3.0, makes some things faster

0.6 -> 0.6.1:
-Show if PCDATA is allowed inside an element
-If the element is unknown, say so (vs. the element has no sub-elements etc)

0.5 -> 0.6:
-Comes with its own Makefile etc, i.e. doesn't need CVS stuff anymore
 (thanks to Olaf Hartig)
-Don't display some allowed elements twice
-Network transparent loading of meta DTDs
-New versions of the XHTML meta DTDs (second edition of XHTML 1.0)
-Attribute values CDATA, ID etc. not taken literally anymore
-Selected attribute values replace old values
-Support for single quote as attribute value delimiter