From: Alex M. <ale...@us...> - 2004-12-21 00:19:11
|
Update of /cvsroot/win32forth/win32forth/doc/ProMgr In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22981/doc/ProMgr Added Files: ProjectManager.htm prjFile Menu.gif prjHelp Menu.gif prjProject Menu.gif prjProject Window.gif Log Message: Commit of base Win32Forth --- NEW FILE: prjProject Window.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: prjProject Menu.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: prjFile Menu.gif --- (This appears to be a binary file; contents omitted.) --- NEW FILE: ProjectManager.htm --- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Project Manager Help</title> </head> <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 as a standard zip file or by simply copying the files. A built in file browser allows previewing of 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, resources, auxiliary files and docs. <br>Modules - Forth .f files <br>Forms - Form files, *.frm <br>DLLs - any Dlls needed <br>Resources - bitmap or icon files <br>Docs - .htm and .txt files. <br>Auxiliary - any other files <p> The toolbar provides one-click access to most functions available, which are also accessible from the menu. Hovering the mouse cursor over a button will pop up a tooltip describing the button's function. <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 the browsing of text files or .bmp and .ico resource files. Binary files are displayed as a hex view. For a hex view only the first 10k of a file is hex dumped. Double-clicking on the selected file opens the default application to edit the file. If there is none an error message will be displayed. <br>The ability to hyperlink between source files has also been added. To browse to a word select it in the preview window and press the right mouse button. To get back hold the Ctrl-Key and press the right mouse button. The Hyperlinking is using the browse information from the word headers, so only words that are part or Win32Forth.exe can be found. <br><br>The path name for a selected file is not shown in the treeview, however the full pathname is stored in the project manager. Note too that even if more than one file references or includes the same file only one copy is saved in the tree. <p>That's all folks. Have fun! <p><a href="mailto:ezr...@ya...">Ezra Boyce</a> <p><a href="http://www.evrsoft.com/1stpage/"><img src="http://www.evrsoft.com/1stpage/1st-now.gif" border="0" alt="Made with 1st Page 2000 - Professional tools for real minds."></a> </body> </html> --- NEW FILE: prjHelp Menu.gif --- (This appears to be a binary file; contents omitted.) |