From: Alex M. <ale...@us...> - 2004-12-21 00:18:56
|
Update of /cvsroot/win32forth/win32forth/apps/ProMgr In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22981/apps/ProMgr Added Files: AboutForm.f ProjectManager.f zipper.f Log Message: Commit of base Win32Forth --- NEW FILE: ProjectManager.f --- \ $Id: ProjectManager.f,v 1.1 2004/12/21 00:18:46 alex_mcdonald Exp $ anew -ProjectManager.f comment: May 15, 2004 08:57:31 PM - factored out project manager into a separate application First integrated into ForthForm, butI thought that it would be a little cumbersome to have the additional files required - especially the Zip32.dll and w32fScintilla.dll - distributed with ForthForm. Sonntag, Mai 30 2004 - dbu - Changed to display up to 1MB Text in the preview window under WinNT 4 and later. Under all other Windows versions 64KB Text is displayed. - Changed to store the Paths relative to &forthdir in the Projekt file - Made the text preview window readonly - Changed to save/restore the window position of the main window - Added simple command line handling to open a project file - Changed to include into the next Win32Forth distribution [...1592 lines suppressed...] :noname ( -- ) init-console if initialization-chain do-chain then exception@ if bye then default-application ; is default-hello 0 0 ' projectmanager application project 1 pause-seconds bye [ELSE] \ debug ProjectManager ProjectManager [THEN] |