GtkEditor v0.02
Thomas Mailund <mailund@daimi.aau.dk> 1998

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). Otherwise you can get the library at ft.gnu.org or some
mirror. That's what I did. (look for something like
regex-0.12.tar.gz).

If you have the right regex, you should set the flag GNU_REGEXP_LIB,
(se the makefile).

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...

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

Regards.
         /mailund