From: Rod O. <rod...@us...> - 2005-09-05 19:58:45
|
Update of /cvsroot/win32forth/win32forth/doc/ProMgr In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12229/doc/ProMgr Modified Files: ProjectManager.htm Added Files: prjFileMenu.gif prjHelpMenu.gif prjProjectMenu.gif prjProjectWindow.gif prjViewMenu.gif Log Message: Rod: Project Manager v2.01.00. Corrected bug in finding .res file. Build project now finds AddCursor and AddIcon, .ico and .cur files added to resources section. Cursor drawn in right pane for .cur file Updated doc. --- NEW FILE: prjFileMenu.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: prjHelpMenu.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: prjProjectMenu.gif --- (This appears to be a binary file; contents omitted.) Index: ProjectManager.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/ProMgr/ProjectManager.htm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** ProjectManager.htm 21 Dec 2004 00:19:01 -0000 1.1 --- ProjectManager.htm 5 Sep 2005 19:58:34 -0000 1.2 *************** *** 8,12 **** <body> ! <h1 align="center"> Forth Project Manager</h1> <p> Project Manager is a utility written to help manage the files associated with a Forth project. It allows files associated with an application to be easily transferred to other disk media --- 8,12 ---- <body> ! <h1 align="center"> Forth Project Manager Version 2</h1> <p> Project Manager is a utility written to help manage the files associated with a Forth project. It allows files associated with an application to be easily transferred to other disk media *************** *** 14,20 **** a selected file. Associated applications can be opened on a selected file. ! <p> To start Project Manager go to the folder where it was installed and run the file <b>project.exe</b>. ! The following window will be displayed. (Click on the "+" next to project to show the full tree).<br> ! <p align="center"> <img src="prjProject Window.gif" width="508" height="346" alt="" border="0" > <p>Files for an application are divided into the six categories shown: modules, forms, dlls, --- 14,22 ---- a selected file. Associated applications can be opened on a selected file. ! <p> To start Project Manager go to the folder where it was installed and run the file <b>Project.exe</b>. ! The following window will be displayed. You can also open Project Manager with a previously saved project ! (.fpj) file by double clicking it if the file association has been set up. (Ctrl + + will fully open the ! tree).<br> ! <p align="center"> <img src="prjProjectWindow.gif" width="622" height="480" alt="" border="0" > <p>Files for an application are divided into the six categories shown: modules, forms, dlls, *************** *** 31,57 **** <p>Menu Functions:<br> ! <pre><b>File Project Help</pre></b> ! <img src="prjFile Menu.gif" width="146" height="152" alt="" border="0" align="top"> ! <img src="prjProject Menu.gif" width="166" height="117" alt="" border="0" align="top"> ! <img src="prjHelp Menu.gif" width="76" height="40" alt="" border="0"><BR CLEAR=LEFT><br> ! ! <pre><b>New Module</b> - creates a blank .f file, adds it to the module list and opens the default application on ! the file. ! <b>Remove from project</b> - deletes highlighted file. ! <b>Add files to project</b> - opens a dialog allowing single or multiple file selection. ! <b>Add open Forms</b> - If ForthForm is open add any forms open. Requires ForthForm 2.02 or later. ! <b>Copy files</b> - copy all project files to selected location. ! <b>Zip files</b> - archive project files to zip file of choice. ! <b>New</b> - start a new project ! <b>Open</b> - open a previously saved project <b>Save</b> - save current project. A project is saved as a standard text file. ! <b>Rename</b> - rename current project i.e the root name ! <b>Set search path for build</b> - set the path to search for files with option to save to disk <b>Build</b> - build project. The build file would be the main file of the project. Scans the build file for needs, include and fload statements and add specified files. Recurses found files. ! <b>Help</b> - opens this help file ! <b>About</b> - about dialog</pre> <p>When a file is selected in the treeview a viewer is opened in the right window. This viewer allows --- 33,68 ---- <p>Menu Functions:<br> ! <pre><b>File View Project Help</pre></b> ! <img src="prjFileMenu.gif" width="129" height="117" alt="" border="0" align="top"> ! <img src="prjViewMenu.gif" width="134" height="100" alt="" border="0" align="top"> ! <img src="prjProjectMenu.gif" width="204" height="195" alt="" border="0" align="top"> ! <img src="prjHelpMenu.gif" width="102" height="57" alt="" border="0"><BR CLEAR=LEFT><br> ! <pre><b>New</b> - start a new project. ! <b>Open</b> - open a previously saved project. <b>Save</b> - save current project. A project is saved as a standard text file. ! <b>Save As</b> - save a copy of the project. ! <b>Rename</b> - rename current project i.e the root name. ! <b>Exit</b> - you will be prompted to save a modified project file. ! ! <b>Flat Toolbar</b> - choose whether the toolbar is flat or has buttons. ! <b>Toolbar</b> - show/hide the toolbar. ! <b>Statusbar</b> - show/hide the statusbar. ! <b>Build</b> - build project. The build file would be the main file of the project. Scans the build file for needs, include and fload statements and add specified files. Recurses found files. + <b>Set search path for build</b> - set the path to search for files with option to save to disk. + <b>Compile</b> - opens a forth console and floads the main build file. + <b>Set Forth Name</b> - give the full path to Win32For.exe, defaults to the directory Project.exe is in. + <b>New Module</b> - creates a blank .f file, adds it to the module list and opens the default application on + the file. + <b>Add files to project</b> - opens a dialog allowing single or multiple file selection. + <b>Delete from project</b> - deletes highlighted file. + <b>Add open Forms</b> - If ForthForm is open add any forms open. Requires ForthForm 2.02 or later. + <b>Copy/Zip files</b> - copy or zip project files to selected location. ! <b>Help</b> - opens this help file. ! <b>About</b> - about dialog. ! <b>Uninstall</b> - closes this application and removes all settings saved in the registry.</pre> <p>When a file is selected in the treeview a viewer is opened in the right window. This viewer allows --- NEW FILE: prjViewMenu.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: prjProjectWindow.gif --- (This appears to be a binary file; contents omitted.) |