From: Jos v.d.V. <jo...@us...> - 2007-02-25 19:05:00
|
Update of /cvsroot/win32forth/win32forth/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv22347 Modified Files: Extend.f Log Message: Jos: Enabled F12 in Win32Forth and ForthForm in order to compile a project in a quick way. The last opened projectfile of the IDE is used Index: Extend.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/Extend.f,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** Extend.f 28 Sep 2006 10:16:48 -0000 1.11 --- Extend.f 25 Feb 2007 19:04:53 -0000 1.12 *************** *** 76,79 **** --- 76,80 ---- FLOAD src\keysave.f \ keyboard macro recording FLOAD src\tools\tools.f \ load various tool's when they are needed + FLOAD src\lib\LoadProject.f \ Loads the latest known project FLOAD src\console\ConsoleMenu.f \ menu bar for the console sys-FLOAD src\console\ConsoleStatBar.f \ status bar for the console window |