From: George H. <geo...@us...> - 2013-12-17 19:25:53
|
Update of /cvsroot/win32forth/win32forth In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv25360 Modified Files: WinEdColorize.f fkernel.exe Log Message: Minor bug fixes and enhancements Index: WinEdColorize.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/WinEdColorize.f,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** WinEdColorize.f 13 May 2007 07:52:25 -0000 1.3 --- WinEdColorize.f 17 Dec 2013 19:25:20 -0000 1.4 *************** *** 26,69 **** 9 13 CALL 1 16 ENTRY ! 1 18 CODE defining words that come in pairs 1 12 CFA-CODE green 1 12 CFA-FUNC 1 12 END-CODE yellow 1 12 C; ! 9 9 : 9 1 :M does not color the second word like it should ! 1 9 :NONAME ! 1 9 ; ! 1 9 :M ! 1 9 ;M ! 1 9 :CLASS ! 1 9 ;CLASS ltyellow ! 1 9 :OBJECT ! 1 9 ;OBJECT ! 1 9 EXIT unusual control things that should stand out ! 1 9 ?EXIT ! 1 9 LEAVE ! 1 9 UNLOOP ! 1 9 QUIT ! 1 9 RECURSE ! 1 9 IF control structures ! 1 9 -IF ! 1 9 ELSE ! 1 9 THEN ! 1 9 BEGIN ! 1 9 WHILE ! 1 9 REPEAT ! 1 9 AGAIN ! 1 9 UNTIL ! 1 9 CONTINUE ! 1 9 DO ! 1 9 ?DO ! 1 9 DO-THRU ! 1 9 LOOP ! 1 9 +LOOP ! 1 9 CASE ! 1 9 OF ! 1 9 ENDOF ! 1 9 ENDCASE 1 6 HERE dictionary and search order 1 6 ORG --- 26,69 ---- 9 13 CALL 1 16 ENTRY ! 1 12 CODE defining words that come in pairs 1 12 CFA-CODE green 1 12 CFA-FUNC 1 12 END-CODE yellow 1 12 C; ! 9 12 : 9 1 :M does not color the second word like it should ! 1 12 :NONAME ! 1 12 ; ! 1 12 :M ! 1 12 ;M ! 1 12 :CLASS ! 1 12 ;CLASS ltyellow ! 1 12 :OBJECT ! 1 12 ;OBJECT ! 1 12 EXIT unusual control things that should stand out ! 1 12 ?EXIT ! 1 12 LEAVE ! 1 12 UNLOOP ! 1 12 QUIT ! 1 12 RECURSE ! 1 12 IF control structures ! 1 12 -IF ! 1 12 ELSE ! 1 12 THEN ! 1 12 BEGIN ! 1 12 WHILE ! 1 12 REPEAT ! 1 12 AGAIN ! 1 12 UNTIL ! 1 12 CONTINUE ! 1 12 DO ! 1 12 ?DO ! 1 12 DO-THRU ! 1 12 LOOP ! 1 12 +LOOP ! 1 12 CASE ! 1 12 OF ! 1 12 ENDOF ! 1 12 ENDCASE 1 6 HERE dictionary and search order 1 6 ORG *************** *** 81,85 **** 1 6 MARKER 1 6 ANEW ! 1 13 VALUE single defining words 1 5 CONSTANT 1 5 VARIABLE --- 81,85 ---- 1 6 MARKER 1 6 ANEW ! 1 5 VALUE single defining words 1 5 CONSTANT 1 5 VARIABLE *************** *** 342,346 **** 1 11 FLOOR 1 11 F-ROT ! 1 11 FPICK 1 11 FSQRT 1 11 FTUCK --- 342,346 ---- 1 11 FLOOR 1 11 F-ROT ! 1 11 FPICK 1 11 FSQRT 1 11 FTUCK *************** *** 425,492 **** \ 10 2 (( \ 11 2 )) - \ 3 0 ((( - - \s - #entry creates - entry creates - VALUES - entry# - entry-#bytes - editAsBinary? - WinEdWindow - WinEdToolbar - ConsoleWindow - - printed-columns - find-top-margin - - -right-edge - - low-right-edge - - start-text-size - - start-width - start-height - drag-barV - drag-barH - drag-thick - edit-min - console-height - listHeight - listHeightDefault - - using98/NT? - console-savelines - first-line-saved - - show-console? - recent-files? - - findComboEdit - addFileMenu - - colorize? - page-lines? - auto-new? - auto-margin? - mousedown? - focusing? - minimized? - tool-bar? - floating-bar? - min-tool-bar? - save-find? - WinEd-web? - save-margin? - all-occur? - - save-minutes - open-previous? - term-canceled? - as-pc? - start-browse? - interpreting? - max-toolbar - displayingLine --- 425,427 ---- Index: fkernel.exe =================================================================== RCS file: /cvsroot/win32forth/win32forth/fkernel.exe,v retrieving revision 1.66 retrieving revision 1.67 diff -C2 -d -r1.66 -r1.67 Binary files /tmp/cvsde5VcO and /tmp/cvs2a5KgJ differ |