Lint. 80 character line limit

This commit is contained in:
Chris Pinnock 2004-01-11 13:10:48 +00:00 committed by Thomas Klausner
parent ab96ff5175
commit 3690773bab

View file

@ -1,5 +1,5 @@
The MlView project is an on going effort to develop an xml editor for
GNOME environment. It is written in C and uses the gnome libraries (libxml2,
The MlView project is an on going effort to develop an xml editor for
GNOME environment. It is written in C and uses the gnome libraries (libxml2,
gtk+, libgnome*, etc).
Some features ...
@ -12,11 +12,11 @@ Some features ...
* edition of xml elements and attributes can be made directly on the tree
* namespace support
* on-demand validation
* graphical error reporting. Parse/validation time errors reported graphically.
This feature is new so it may be buggy or not well polished ...
* when validation is switched on, MlView proposes an elements/attributes
completion feature. When an element is added to the tree, MlView also adds the
children elements required by the DTD for the document to be valid.
* Validation can be switched off. The xml document editon can then be done
* graphical error reporting. Parse/validation time errors reported
graphically. This feature is new so it may be buggy or not well polished...
* when validation is switched on, MlView proposes an elements/attributes
completion feature. When an element is added to the tree, MlView also
adds the children elements required by the DTD for the document to be valid.
* Validation can be switched off. The xml document editon can then be done
without any constraint.
* a clean code ;)