From: Ezra B. <ezr...@us...> - 2009-05-10 03:55:45
|
Update of /cvsroot/win32forth/win32forth/apps/Win32ForthIDE In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv1629/apps/Win32ForthIDE Modified Files: ScintillaMDI.f Log Message: Bug fixes . Couple minor enhancements. Index: ScintillaMDI.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/Win32ForthIDE/ScintillaMDI.f,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** ScintillaMDI.f 10 Apr 2009 16:46:26 -0000 1.11 --- ScintillaMDI.f 10 May 2009 03:55:41 -0000 1.12 *************** *** 76,81 **** :M SetColors: { fore back -- } ! STYLE_DEFAULT fore StyleSetFore: ChildWindow ! STYLE_DEFAULT back StyleSetBack: ChildWindow \ the following two lines work but unfortunately breaks colorizing \ 0 0 SCI_STYLECLEARALL GetHandle: ChildWindow send-window --- 76,82 ---- :M SetColors: { fore back -- } ! STYLE_DEFAULT fore StyleSetFore: ChildWindow ! STYLE_DEFAULT back StyleSetBack: ChildWindow ! SCE_FORTH_DEFAULT fore StyleSetFore: ChildWindow \ the following two lines work but unfortunately breaks colorizing \ 0 0 SCI_STYLECLEARALL GetHandle: ChildWindow send-window |