From: Kevin A. <ka...@us...> - 2004-08-25 18:08:40
|
Update of /cvsroot/pythoncard/PythonCard/tools/codeEditor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25582/tools/codeEditor Modified Files: restEditor.py Log Message: started adding reStructuredText markup, added self.html to keep rendered Index: restEditor.py =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/tools/codeEditor/restEditor.py,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** restEditor.py 17 Aug 2004 21:52:38 -0000 1.5 --- restEditor.py 25 Aug 2004 18:08:18 -0000 1.6 *************** *** 52,55 **** --- 52,56 ---- curdir = os.getcwd() self.previewWindow.components.html.text = html + self.html = html os.chdir(curdir) |