#########################################################################
""" __init__.py -- Scintilla text editor module

Copyright (c) 1999-2000, Archaeopteryx Software, Inc.  All rights reserved.

Written by Stephan R.A. Deibel (sdeibel@arachne.org) and John Ehresman
(jpe@arachne.org)

-------------
Modifications:

$Log: __init__.py,v $
Revision 1.2  2000/06/15 21:15:36  sdeibel
Updated to support all lexers in scintilla 1.26 and removed old colorizing
code and added some usage docs

Revision 1.1  2000/03/28 00:39:36  jpe
Initial check in of restructured sources.

Revision 1.5  2000/02/02 14:57:55  sdeibel
Updated copyright dates

Revision 1.4  1999/11/25 04:27:09  sdeibel
Started syntax colorization rewrite; intermed checkin for backup only

Revision 1.3  1999/11/05 22:47:58  sdeibel
Now comes up in piggyback implementation

Revision 1.2  1999/11/05 21:08:20  sdeibel
Scintilla actually comes up now in the modified 0.6.3 version of pygtk
(but not in the piggyback module on scintilla directory)

Revision 1.1  1999/11/05 17:09:49  sdeibel
Intermediate checkin; trying to get this to link w/ gtk


"""
#########################################################################


__all__ = [ 'scintilla' ]


