diff options
author | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
---|---|---|
committer | toma <toma@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2009-11-25 17:56:58 +0000 |
commit | 84da08d7b7fcda12c85caeb5a10b4903770a6f69 (patch) | |
tree | 2a6aea76f2dfffb4cc04bb907c4725af94f70e72 /kate/xmltools/README | |
download | tdeaddons-84da08d7b7fcda12c85caeb5a10b4903770a6f69.tar.gz tdeaddons-84da08d7b7fcda12c85caeb5a10b4903770a6f69.zip |
Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features.
BUG:215923
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kate/xmltools/README')
-rw-r--r-- | kate/xmltools/README | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/kate/xmltools/README b/kate/xmltools/README new file mode 100644 index 0000000..4187023 --- /dev/null +++ b/kate/xmltools/README @@ -0,0 +1,43 @@ +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 |