From: Ezra B. <ezr...@us...> - 2008-10-01 03:15:32
|
Update of /cvsroot/win32forth/win32forth/Help/html/IDE In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv18386/Help/html/IDE Modified Files: Code Window.htm Editor.htm Form Designer.htm IDE.htm IDEMenus.htm IDEToolbar.htm Project Navigator.htm ProjectManager.htm Splitter Windows.htm Using Forms.htm Log Message: Doc updates. EAB Index: IDE.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/html/IDE/IDE.htm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** IDE.htm 27 Aug 2008 11:30:14 -0000 1.2 --- IDE.htm 1 Oct 2008 03:15:20 -0000 1.3 *************** *** 13,22 **** <p>The IDE has a number of other features that the user might find helpful.</p> ! <p><b>"View Source For"</b> - typing a word in this textbox in the toolbar and ! pressing "Enter" will search open the source for word if it is defined and ! position the cursor on the line where it it defined. Handy for quick look-ups ! when you can't remember the syntax for a word. Notice that you can also use ! Help or select a word and get help for it with Ctrl+F1 . This is usually faster ! and works with a large number of Forth and Libraries words.</p> <p><b>"Directory viewer"</b> from the TabWindow-</p> --- 13,20 ---- <p>The IDE has a number of other features that the user might find helpful.</p> ! <p><b>"Help on:"</b> - typing a word in this textbox in the toolbar and ! pressing "Enter" will open Help on the word. You can also use ! Help or select a word and get help for it with Ctrl+F1 . This works with a ! large number of Forth and Libraries words.</p> <p><b>"Directory viewer"</b> from the TabWindow-</p> *************** *** 56,60 **** vocabularies listing is replaced by words families, classes are shown in a top down treeview and methods are listed. You might find Help displays more meaningful ! depending of your current knowledge of Win32Forth.</p> <img src="ClassesTab.gif" alt="" border="0"> --- 54,58 ---- vocabularies listing is replaced by words families, classes are shown in a top down treeview and methods are listed. You might find Help displays more meaningful ! information depending of your current knowledge of Win32Forth.</p> <img src="ClassesTab.gif" alt="" border="0"> Index: Project Navigator.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/html/IDE/Project Navigator.htm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Project Navigator.htm 27 Aug 2008 11:30:14 -0000 1.2 --- Project Navigator.htm 1 Oct 2008 03:15:20 -0000 1.3 *************** *** 18,22 **** <p>In the IDE Preferences Dialog an option is available to allow or prevent the inclusion of library files when tracking code in a project. Usually you ! will not put this option ON as you are not to edit theese sources and as Help is able to provide any needed information about the win32Forth and Libraries words.</p> --- 18,22 ---- <p>In the IDE Preferences Dialog an option is available to allow or prevent the inclusion of library files when tracking code in a project. Usually you ! will not put this option ON as you are not to edit these sources and as Help is able to provide any needed information about the win32Forth and Libraries words.</p> *************** *** 28,32 **** <p>The root item is the name of the current project. Tracking a project (click the <b>track</b> button) scans all the files in a project and builds the Navigator tree ! from the code.</p> <p>Code is separated into objects and classes, global (i.e not private to a class --- 28,34 ---- <p>The root item is the name of the current project. Tracking a project (click the <b>track</b> button) scans all the files in a project and builds the Navigator tree ! from the code. If no project is opened any source files opened in the IDE will ! be indexed. Pressing the control key while clicking the track button will ! build the tree from opened source files even if a project is opened.</p> <p>Code is separated into objects and classes, global (i.e not private to a class *************** *** 37,54 **** file and position the cursor at the line number where the code is located.</p> ! <p>Note that in the methods tree the item in brackets is the parent class or object ! of the method.</p> <br> - <p>In the bottom window of the Project Navigator is the Bookmark window. This - allows setting markers in source files and the quick return to specific - points in such files.</p> - - <p>Click <b>Add Bookmark</b> to set a marker at the current point in a source file. - To return to that point simply click the line text in the listbox.</p> - - <p><b>Clear Bookmarks</b> clears all bookmarks.</p> - - <hr> --- 39,46 ---- file and position the cursor at the line number where the code is located.</p> ! <p>Note that in the methods/private definitions/private data tree the item in ! brackets is the parent class/object of the method/definition/data.</p> <br> <hr> Index: Form Designer.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/html/IDE/Form Designer.htm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Form Designer.htm 27 Aug 2008 11:30:14 -0000 1.2 --- Form Designer.htm 1 Oct 2008 03:15:20 -0000 1.3 *************** *** 15,19 **** <p>Form Designer is based on the stand-alone ForthForm application <IMG SRC="Forthform.gif" NAME="Graphic1" >. ! All the functionality of ForthForm are included in Form Designer.</p> <br> --- 15,19 ---- <p>Form Designer is based on the stand-alone ForthForm application <IMG SRC="Forthform.gif" NAME="Graphic1" >. ! All the functionality of ForthForm is included in Form Designer.</p> <br> Index: Code Window.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/html/IDE/Code Window.htm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Code Window.htm 27 Aug 2008 11:30:13 -0000 1.2 --- Code Window.htm 1 Oct 2008 03:15:20 -0000 1.3 *************** *** 60,67 **** <ul> ! <li><b>Refresh</b> - updates the window with any added controls or forms. Typically, this ! is done automatically.</li> ! <li><b>Save Code</b> - saves any entered code. Normally any code added is saved automaticaly, but it is a good idea to save after editing.</li> --- 60,67 ---- <ul> ! <li><b>Refresh</b> - updates the window with any added controls or forms. Normally ! this should not be necessary.</li> ! <li><b>Save Code</b> - saves any entered code. Any code added is saved automaticaly, but it is a good idea to save after editing.</li> *************** *** 73,77 **** tested from a fresh Win32Forth instance.</li> ! <li><b>Close</b> - close the Forms Code Window. The Code Window will also be closed when the last form is closed.</li> </ul> --- 73,77 ---- tested from a fresh Win32Forth instance.</li> ! <li><b>Close</b> - close the Forms Code Window. THis window will also be closed when the last form is closed.</li> </ul> Index: Using Forms.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/html/IDE/Using Forms.htm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Using Forms.htm 27 Aug 2008 11:30:15 -0000 1.2 --- Using Forms.htm 1 Oct 2008 03:15:20 -0000 1.3 *************** *** 102,110 **** :M On_Init: ( -- ) \ modify the behaviour of some controls On_Init: Super \ initialize form false Enable: chkButton \ disable this one - IDOK SetID: btnOk \ change this id \ and anything else you wish --- 102,111 ---- :M On_Init: ( -- ) \ modify the behaviour of some controls + IDOK SetID: btnOk \ change this id before starting the control + On_Init: Super \ initialize form false Enable: chkButton \ disable this one \ and anything else you wish *************** *** 167,171 **** <b>#Dirs:, #Files:</b> return the number of directories or files respectively. ! For further information please browse the file FileLister.f. Following are some other control methods that may be useful in forms. --- 168,172 ---- <b>#Dirs:, #Files:</b> return the number of directories or files respectively. ! For further information please browse the file Folderview.f. Following are some other control methods that may be useful in forms. Index: IDEMenus.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/html/IDE/IDEMenus.htm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** IDEMenus.htm 27 Aug 2008 11:30:14 -0000 1.2 --- IDEMenus.htm 1 Oct 2008 03:15:20 -0000 1.3 *************** *** 158,161 **** --- 158,162 ---- <ul> <li>Compile and debugger commands</li> + <li>Bookmark management</li> </ul> Index: Splitter Windows.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/html/IDE/Splitter Windows.htm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Splitter Windows.htm 27 Aug 2008 11:30:15 -0000 1.2 --- Splitter Windows.htm 1 Oct 2008 03:15:20 -0000 1.3 *************** *** 25,30 **** <p>The default action is to test a selected template. Other options are to copy the template code to the clipboard for pasting in other source code, and to edit ! the code using the form editor. If you want to save the source code to a file ! you can do so from the form editor.</p> <hr> --- 25,30 ---- <p>The default action is to test a selected template. Other options are to copy the template code to the clipboard for pasting in other source code, and to edit ! the code using the IDE editor. If you want to save the source code to a file ! you can do so from the IDE editor.</p> <hr> Index: IDEToolbar.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/html/IDE/IDEToolbar.htm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** IDEToolbar.htm 27 Aug 2008 11:30:14 -0000 1.2 --- IDEToolbar.htm 1 Oct 2008 03:15:20 -0000 1.3 *************** *** 14,19 **** <p>The IDE rebar allows one-click access to many of the IDE functions. It consists of three parts, (1) The Editor toolbar, (2) The Project Manager toolbar and (3) a ! combobox that allows a file containing a source word to be opened at the point ! where the word is defined. </p> <img src="IDEToolbar.gif" alt="" border="0"><br><br> --- 14,18 ---- <p>The IDE rebar allows one-click access to many of the IDE functions. It consists of three parts, (1) The Editor toolbar, (2) The Project Manager toolbar and (3) a ! combobox that allows help to be quickly found for a word. </p> <img src="IDEToolbar.gif" alt="" border="0"><br><br> *************** *** 41,51 **** <p>The drop down combobox control located in a rebar control can be used to quickly ! view the source for a word. Simply type the word in the box and press enter. If ! valid, the file containing the source for the word will be open at the point ! where the word is defined.</p> ! <p>Notice that you can also use Help or select a word and get help for it with ! Ctrl+F1 . This is usually faster and works with a large number of Forth and ! Libraries words.</p> <hr> --- 40,48 ---- <p>The drop down combobox control located in a rebar control can be used to quickly ! get help for a word. Simply type the word in the box and press enter. If ! valid, Help will be opened on the word.</p> ! <p>Notice that you can also select a word in a file and get help for it with ! Ctrl+F1 . This works with a large number of Forth and Libraries words.</p> <hr> Index: Editor.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/html/IDE/Editor.htm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Editor.htm 27 Aug 2008 11:30:14 -0000 1.2 --- Editor.htm 1 Oct 2008 03:15:20 -0000 1.3 *************** *** 50,55 **** only mode.</p> ! <p>You can check, in the lower left corner of the status bar, if a file is opened ! for editing or browsing. Only one browsed file is opened at a time.</p> <p>Optional create backup file when saving.</p> --- 50,56 ---- only mode.</p> ! <p>You can check, in the lower left corner of the status bar, or by the color of ! the window, if a file is opened for editing or browsing. These colors can be set ! in the preferences dialog.</p> <p>Optional create backup file when saving.</p> Index: ProjectManager.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/html/IDE/ProjectManager.htm,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ProjectManager.htm 27 Aug 2008 11:30:15 -0000 1.2 --- ProjectManager.htm 1 Oct 2008 03:15:20 -0000 1.3 *************** *** 63,66 **** --- 63,68 ---- <ul> <li><b>New</b> - start a new project.</li> + + <li><b>Close</b> - close the current project.</li> <li><b>Open</b> - open a previously saved project. The name of the opened project |