wxWidgets/utils/wxPython/modules/lseditor
Robin Dunn 5148fc8e35 New build system for wxPython. (Still needs some polish but is stable
for me.  Will be doing more testing tomorrow on other platforms and
then will remove the old wxPython build stuff...)


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3456 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
1999-08-24 07:46:54 +00:00
..
gtk started adding swigged sources 1999-08-23 18:00:34 +00:00
msw Adding new SWIGified sources for wxPython modules 1999-08-24 07:15:52 +00:00
test lots'o' wxpython modules files 1999-08-11 17:14:49 +00:00
.cvsignore New build system for wxPython. (Still needs some polish but is stable 1999-08-24 07:46:54 +00:00
BUGS updates to some readme's 1999-08-11 17:23:17 +00:00
build.cfg New build system for wxPython. (Still needs some polish but is stable 1999-08-24 07:46:54 +00:00
config.h lots'o' wxpython modules files 1999-08-11 17:14:49 +00:00
controlarea.h lots'o' wxpython modules files 1999-08-11 17:14:49 +00:00
COPYING lots'o' wxpython modules files 1999-08-11 17:14:49 +00:00
editorpl.h lots'o' wxpython modules files 1999-08-11 17:14:49 +00:00
finddlg.cpp lots'o' wxpython modules files 1999-08-11 17:14:49 +00:00
finddlg.h lots'o' wxpython modules files 1999-08-11 17:14:49 +00:00
lseditor.i lots'o' wxpython modules files 1999-08-11 17:14:49 +00:00
lseditorc.def lots'o' wxpython modules files 1999-08-11 17:14:49 +00:00
lseditorpl.cpp lots'o' wxpython modules files 1999-08-11 17:14:49 +00:00
lseditorpl.h lots'o' wxpython modules files 1999-08-11 17:14:49 +00:00
Makefile.pre.in lots'o' wxpython modules files 1999-08-11 17:14:49 +00:00
makefile.vc small makefile.vc fixes. 1999-08-17 15:14:08 +00:00
markup.cpp lots'o' wxpython modules files 1999-08-11 17:14:49 +00:00
markup.h lots'o' wxpython modules files 1999-08-11 17:14:49 +00:00
plugin.cpp lots'o' wxpython modules files 1999-08-11 17:14:49 +00:00
plugin.h lots'o' wxpython modules files 1999-08-11 17:14:49 +00:00
README lots'o' wxpython modules files 1999-08-11 17:14:49 +00:00
Setup.in lots'o' wxpython modules files 1999-08-11 17:14:49 +00:00
sourcepainter.cpp lots'o' wxpython modules files 1999-08-11 17:14:49 +00:00
sourcepainter.h lots'o' wxpython modules files 1999-08-11 17:14:49 +00:00
tdefs.cpp lots'o' wxpython modules files 1999-08-11 17:14:49 +00:00
tdefs.h lots'o' wxpython modules files 1999-08-11 17:14:49 +00:00
wxsdefs.h lots'o' wxpython modules files 1999-08-11 17:14:49 +00:00
wxstlac.h lots'o' wxpython modules files 1999-08-11 17:14:49 +00:00
wxstldefs.h lots'o' wxpython modules files 1999-08-11 17:14:49 +00:00
wxstllst.h lots'o' wxpython modules files 1999-08-11 17:14:49 +00:00
wxstlvec.h lots'o' wxpython modules files 1999-08-11 17:14:49 +00:00

Aug. 2 1999 Harm van der Heijden

What's in here:

lseditorplugin
	-- minimal wrap of Alexanders Gluchovas' editor plugin. The code was
	ransacked from the wxStudio (http://wxstudio.linuxbox.com) project.
	Since the editor is released under the Gnu Public License, this
	module, as a derivative work, is also released under this licence
	and NOT THE WXWINDOWS LICENSE. See the file COPYING for details.
	the file 'editor.py' contains a sample implementation using the
	editorplugin object.