GtkEditor v0.0.3
Thomas Mailund <mailund@daimi.au.dk>

A source editor widget for GTK.

In time this should evolve into a nice editor widget with syntax
highlighting, paranthesis match, indenter etc.

It is far from complete, but at least it's good enough for editing
it's own test program (test.c).

Currently only syntax hightlighting is implemented...and it only works
with GNUs regex library. If you are on a Linux box, that is probably
what you got. (Look for re_compile_pattern etc. in your
regex.h).

It needs a few changes to the text widget. Mostly to be able to do the
highligthing. I could do that without the changes I think, but I have
also other plans for this...To get the changes you must patch with
gtktext.patch.

Comments, suggestions and bugfixes are wellcome...complaints are not.

Regards.
         /mailund

---------------------------------------------------------------------

WARNING: 'cause not all systems have the regex routines mentioned
above, they are distributed with this tarball.  You should be warned
though, if your system already *has* the routines they might not be
entirely compatible whith these, so if you link with your systems
regex library, you should also include your systems header file(s).

The default is to read the regex.h distributed with the editor widget,
to prevent this, remove regex.[hc] from this dir, delete the files
from the Makefile.am file, and run automake again.
