From: Kevin A. <ka...@us...> - 2004-08-14 21:51:49
|
Update of /cvsroot/pythoncard/PythonCard/docs/html/framework In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24155/framework Modified Files: general_concepts_and_limitations.html resource_files.html Log Message: updated codeEditor.html links Index: resource_files.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/framework/resource_files.html,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** resource_files.html 14 Aug 2004 21:05:15 -0000 1.2 --- resource_files.html 14 Aug 2004 21:51:40 -0000 1.3 *************** *** 55,59 **** <p>It is possible to have a fairly short edit/run cycle by keeping the layout of your app open in the <a href="../resource_editor_overview.html">resourceEditor</a> (layout editor) and the source code ! open in the <a href="http://pythoncard.sourceforge.net/codeEditor.html">codeEditor</a> or your favorite editor/IDE and then launching the app using the Run command under the File menu or from the command-line or a directory browser (Explorer) as you make changes. If you have an error in your source that --- 55,59 ---- <p>It is possible to have a fairly short edit/run cycle by keeping the layout of your app open in the <a href="../resource_editor_overview.html">resourceEditor</a> (layout editor) and the source code ! open in the <a href="http://pythoncard.sourceforge.net/tools/codeEditor.html">codeEditor</a> or your favorite editor/IDE and then launching the app using the Run command under the File menu or from the command-line or a directory browser (Explorer) as you make changes. If you have an error in your source that Index: general_concepts_and_limitations.html =================================================================== RCS file: /cvsroot/pythoncard/PythonCard/docs/html/framework/general_concepts_and_limitations.html,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** general_concepts_and_limitations.html 14 Aug 2004 21:05:15 -0000 1.3 --- general_concepts_and_limitations.html 14 Aug 2004 21:51:40 -0000 1.4 *************** *** 24,28 **** <p>PythonCard does have a layout editor (<a href="../resource_editor_overview.html">resourceEditor</a>) and ! source code editor (<a href="http://pythoncard.sourceforge.net/codeEditor.html">codeEditor</a>) to help users build applications.</p> --- 24,28 ---- <p>PythonCard does have a layout editor (<a href="../resource_editor_overview.html">resourceEditor</a>) and ! source code editor (<a href="http://pythoncard.sourceforge.net/tools/codeEditor.html">codeEditor</a>) to help users build applications.</p> |