From: Dirk B. <db...@us...> - 2005-09-15 16:36:17
|
Update of /cvsroot/win32forth/win32forth/apps/SciEdit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv16338/apps/SciEdit Modified Files: Main.f Log Message: Replaced our Html display control (w32fHtmlDisplay.dll) with Tom's ActiveX control. So the file w32fHtmlDisplay.dll isn't needed any more. Index: Main.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/SciEdit/Main.f,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** Main.f 31 Aug 2005 17:03:19 -0000 1.10 --- Main.f 15 Sep 2005 16:36:08 -0000 1.11 *************** *** 279,283 **** InitScintillaControl \ Dienstag, August 03 2004 dbu - InitHtmlControl \ Dienstag, August 03 2004 dbu AccelTable EnableAccelerators \ init the accelerator table GetHandle: self Create: ScintillaStatusbar --- 279,282 ---- *************** *** 299,303 **** save-defaults \ save properties in registry ExitScintillaControl \ terminate the Scintilla control - ExitHtmlControl \ terminate the html control AccelTable DisableAccelerators \ free the accelerator table bye \ then terminate the program --- 298,301 ---- |