From: Ezra B. <ezr...@us...> - 2009-04-10 16:20:29
|
Update of /cvsroot/win32forth/win32forth/Help/html/IDE In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv14887/Help/html/IDE Modified Files: FormDesignerTab.gif Project Navigator.htm Log Message: IDE Enhancements. Bug Fixes. Doc Updates. Index: FormDesignerTab.gif =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/html/IDE/FormDesignerTab.gif,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 Binary files /tmp/cvsfZePqa and /tmp/cvsnSlbVa differ Index: Project Navigator.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/Help/html/IDE/Project Navigator.htm,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Project Navigator.htm 1 Oct 2008 03:15:20 -0000 1.3 --- Project Navigator.htm 10 Apr 2009 16:20:19 -0000 1.4 *************** *** 35,43 **** or object) definitions, private definitions, methods and data (consisting of values, variables, ints etc.) Clicking a tree item will expand the list. When ! a code item is clicked the source file where it can be found and the line number ! is displayed in the status bar. Clicking the <b>Goto</b> button will open the source ! 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> --- 35,51 ---- or object) definitions, private definitions, methods and data (consisting of values, variables, ints etc.) Clicking a tree item will expand the list. When ! a code item is clicked some useful information, including the source file where it can be found ! and the line number is displayed in the status bar.</p> ! <p>Navigator also builds a list of references for code words that are found. If an item ! is referenced in a project it will have a '+' symbol next to it. Clicking the symbol expands the ! item to show what words reference it.</p> ! ! <p>The <b>Goto</b> button will open the source file and position the cursor at the ! line number where the code is located. If the control key is pressed while the Goto button ! is clicked it will enable auto mode. This allows single-clicking of an item ! in the Navigator to open its source file.</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> |