gedit XMLHelper Plugin

This plugin assists you in composing XML documents (and only XML documents, it cannot edit anything which is not a well-formed XML document). It doesn't have any clue about the structure of a document, so it is not by equal to nXML mode for Emacs or heavy weights like that, but should be sufficient to replace (now non-functional) plugin in bug 163014.

So far, the only two things which it is able to do is:

* Close the currently opened element.

* Open new element same as the last closed one.

Python code is xmlhelper.py

GEdit metadata file is xmlhelper.gedit-plugin

Git repository for the plugin is available

Use command

git clone http://mcepl.fedorapeople.org/repo/xmlhelper.git

to get a local copy.

Gedit/XMLHelperPlugin (last edited 2008-02-03 14:47:13 by localhost)