[Pydev-cvs] org.python.pydev.help/html/userguide editor_hyperlinks.html,NONE,1.1 editor_gotopmc.html
Brought to you by:
fabioz
Update of /cvsroot/pydev/org.python.pydev.help/html/userguide In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25994/html/userguide Modified Files: preferences.html editor_syntaxh.html editor_autoi.html index.html editor_stripw.html editor_comment.html editor_blockc.html Added Files: editor_hyperlinks.html editor_gotopmc.html debug_preferences.html editor_outline.html editor_autoc.html debug.html editor_gotonmc.html editor_parsing.html editor_gotofc.html about.html Log Message: Modified in org.python.pydev.help: userguide folder - Added stylesheet, script file, and more feature pages. --- NEW FILE: editor_autoc.html --- <!--=============================================================================================== File: editor_autoc.html Author: Parhaum Toofanian, Copyright 2004 Contact: pto...@an... Created: 2004-06-14 Modified: 2004-06-14 Part of PyDev User Guide in Eclipse. Describes information about Auto-Completion and Auto Activation in the plug-in, along with screenshots and helpful information on hotkeys. ================================================================================================--> <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> <head> <script src = "includes/script.js" language="javascript" type="text/javascript"></script> <link rel = stylesheet href = "includes/style.css" type = "text/css"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>PyDev User Guide</title> </head> <body> <script language="javascript"> var heads = new Array ( ); var links = new Array ( ); var i = 0; heads[i] = 'PyDev User Guide'; links[i++] = 'index.html'; heads[i] = 'Features'; links[i++] = ''; heads[i] = 'Auto Completion'; links[i++] = 'editor_autoc.html'; writeHeading ( heads, links ); </script> <p> ... </p> </body> </html> Index: index.html =================================================================== RCS file: /cvsroot/pydev/org.python.pydev.help/html/userguide/index.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** index.html 11 Jun 2004 19:46:57 -0000 1.1 --- index.html 14 Jun 2004 20:22:13 -0000 1.2 *************** *** 1,5 **** ! <h2>PyDev User Manual</h2> ! <p> ! Welcome to the PyDev Python IDE User Manual. This section of help will contain a list detailing the features available within the PyDev IDE. ! </p> --- 1,71 ---- ! <!--=============================================================================================== ! File: about.html ! ! Author: Parhaum Toofanian, Copyright 2004 ! Contact: pto...@an... ! Created: 2004-06-14 ! Modified: 2004-06-14 ! ! Part of PyDev User Guide in Eclipse. Index page of the User Guide. ! ! ================================================================================================--> ! ! ! <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> ! <html> ! ! <head> ! <script src = "includes/script.js" language="javascript" type="text/javascript"></script> ! <link rel = stylesheet href = "includes/style.css" type = "text/css"> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! <title>PyDev User Guide</title> ! </head> ! ! <body> ! ! <script language="javascript"> ! var heads = new Array ( ); ! var links = new Array ( ); ! var i = 0; ! ! heads[i] = 'PyDev User Guide'; ! links[i++] = 'index.html'; ! ! writeHeading ( heads, links ); ! </script> ! ! <p> ! Welcome to the PyDev Python IDE User Guide. This guide is used to describe the features available within this IDE in detail, so that new users can learn quickly and easily. The following is a list of the topics available: ! </p> ! ! <ul> ! <li>Features ! <ul> ! <li><a href="editor_autoc.html">Auto Completion</a> ! <li><a href="editor_autoi.html">Auto-Indentation</a> ! <li><a href="editor_blockc.html">Block Commenting</a> ! <li><a href="editor_comment.html">Bulk Commenting</a> ! <li><a href="editor_parsing.html">Error Parsing</a> ! <li><a href="editor_gotofc.html">Go to First Character</a> ! <li><a href="editor_gotopmc.html">Go to Previous Method/Class</a> ! <li><a href="editor_gotonmc.html">Go to Next Method/Class</a> ! <li><a href="editor_hyperlinks.html">Hyperlinks</a> ! <li><a href="editor_outline.html">Outline View</a> ! <li><a href="editor_stripw.html">Strip Whitespace</a> ! <li><a href="editor_syntaxh.html">Syntax Highlighting</a> ! </ul> ! ! <li><a href="preferences.html">Preferences</a> ! ! <li><a href="debug.html">Debugger</a> ! <ul> ! <li><a href="debug_preferences.html">Preferences</a> ! </ul> ! ! <li><a href="about.html">About</a> ! </ul> ! ! </body> ! ! </html> \ No newline at end of file --- NEW FILE: editor_parsing.html --- <!--=============================================================================================== File: editor_parsing.html Author: Parhaum Toofanian, Copyright 2004 Contact: pto...@an... Created: 2004-06-14 Modified: 2004-06-14 Part of PyDev User Guide in Eclipse. Describes information about Error Parsing in the plug-in, along with screenshots and helpful information on hotkeys. ================================================================================================--> <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> <head> <script src = "includes/script.js" language="javascript" type="text/javascript"></script> <link rel = stylesheet href = "includes/style.css" type = "text/css"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>PyDev User Guide</title> </head> <body> <script language="javascript"> var heads = new Array ( ); var links = new Array ( ); var i = 0; heads[i] = 'PyDev User Guide'; links[i++] = 'index.html'; heads[i] = 'Features'; links[i++] = ''; heads[i] = 'Error Parsing'; links[i++] = 'editor_parsing.html'; writeHeading ( heads, links ); </script> <p> ... </p> </body> </html> --- NEW FILE: debug.html --- <!--=============================================================================================== File: debug.html Author: Parhaum Toofanian, Copyright 2004 Contact: pto...@an... Created: 2004-06-14 Modified: 2004-06-14 Part of PyDev User Guide in Eclipse. Describes information about the Debugger. ================================================================================================--> <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> <head> <script src = "includes/script.js" language="javascript" type="text/javascript"></script> <link rel = stylesheet href = "includes/style.css" type = "text/css"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>PyDev User Guide</title> </head> <body> <script language="javascript"> var heads = new Array ( ); var links = new Array ( ); var i = 0; heads[i] = 'PyDev User Guide'; links[i++] = 'index.html'; heads[i] = 'Debug'; links[i++] = 'debug.html'; writeHeading ( heads, links ); </script> <p>Here it is, try it out. You have: </p> <ul> <li>breakpoints</li> <li>step in/out/over</li> <li>multiple threads</li> <li>variable display</li> </ul> <p>The debugger can be invoked from the standard Eclipse debugger menus in the debug perspective, or through a context menu inside Navigator:</p> <p><img src="images/debugdialog.jpg" width="274" height="214"> or <img src="images/debug_menu.gif" width="328" height="373"></p> <p>Debug settings are configured in the standard dialog </p> <p><img src="images/debug_dialog.gif" width="612" height="434"> </p> <p>Here you can pick your program arguments, etc. The dialog will try to verify that your python interpreter is present. If it is not, go to Preferences:Pydev:Debug and configure a valid python executable.</p> <p>The program output is displayed in the console, and the errors in the console are hyperlinked back to the file:</p> <p><img src="images/debug_console.gif" width="600" height="498"> </p> <p>If you are running under the debugger, you'll get the standard debug interface:</p> <p><img src="images/debugger.gif" width="816" height="543"> </p> <p>See the <a href="http://pydev.sf.net/">pydev website</a> for the latest debugging info. </p> </body> </html> Index: editor_autoi.html =================================================================== RCS file: /cvsroot/pydev/org.python.pydev.help/html/userguide/editor_autoi.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** editor_autoi.html 11 Jun 2004 19:46:57 -0000 1.1 --- editor_autoi.html 14 Jun 2004 20:22:13 -0000 1.2 *************** *** 1,2 **** ! <h2>PyDev User Manual</h2> ! <h3>Editor :: Auto Indentation</h3> --- 1,51 ---- ! <!--=============================================================================================== ! ! File: about.html ! ! Author: Parhaum Toofanian, Copyright 2004 ! Contact: pto...@an... ! Created: 2004-06-14 ! Modified: 2004-06-14 ! ! Part of PyDev User Guide in Eclipse. Describes information about Auto-Indentation ! in the plug-in, along with screenshots and helpful information on hotkeys. ! ! ================================================================================================--> ! ! ! <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> ! <html> ! ! <head> ! <script src = "includes/script.js" language="javascript" type="text/javascript"></script> ! <link rel = stylesheet href = "includes/style.css" type = "text/css"> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! <title>PyDev User Guide</title> ! </head> ! ! <body> ! ! <script language="javascript"> ! var heads = new Array ( ); ! var links = new Array ( ); ! var i = 0; ! ! heads[i] = 'PyDev User Guide'; ! links[i++] = 'index.html'; ! ! heads[i] = 'Features'; ! links[i++] = ''; ! ! heads[i] = 'Auto Indentation'; ! links[i++] = 'editor_autoi.html'; ! ! writeHeading ( heads, links ); ! </script> ! ! <p> ! ... ! </p> ! ! </body> ! ! </html> \ No newline at end of file Index: editor_syntaxh.html =================================================================== RCS file: /cvsroot/pydev/org.python.pydev.help/html/userguide/editor_syntaxh.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** editor_syntaxh.html 11 Jun 2004 19:46:57 -0000 1.1 --- editor_syntaxh.html 14 Jun 2004 20:22:13 -0000 1.2 *************** *** 1,2 **** ! <h2>PyDev User Manual</h2> ! <h3>Editor :: Syntax Highlighting</h3> --- 1,51 ---- ! <!--=============================================================================================== ! ! File: about.html ! ! Author: Parhaum Toofanian, Copyright 2004 ! Contact: pto...@an... ! Created: 2004-06-14 ! Modified: 2004-06-14 ! ! Part of PyDev User Guide in Eclipse. Describes information about Syntax Highlighting ! in the plug-in, along with screenshots and helpful information on hotkeys. ! ! ================================================================================================--> ! ! ! <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> ! <html> ! ! <head> ! <script src = "includes/script.js" language="javascript" type="text/javascript"></script> ! <link rel = stylesheet href = "includes/style.css" type = "text/css"> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! <title>PyDev User Guide</title> ! </head> ! ! <body class = BlueGray> ! ! <script language="javascript"> ! var heads = new Array ( ); ! var links = new Array ( ); ! var i = 0; ! ! heads[i] = 'PyDev User Guide'; ! links[i++] = 'index.html'; ! ! heads[i] = 'Features'; ! links[i++] = ''; ! ! heads[i] = 'Syntax Highlighting'; ! links[i++] = 'editor_syntaxh.html'; ! ! writeHeading ( heads, links ); ! </script> ! ! <p> ! ... ! </p> ! ! </body> ! ! </html> \ No newline at end of file --- NEW FILE: editor_outline.html --- <!--=============================================================================================== File: editor_outline.html Author: Parhaum Toofanian, Copyright 2004 Contact: pto...@an... Created: 2004-06-14 Modified: 2004-06-14 Part of PyDev User Guide in Eclipse. Describes information about the Outline View in the plug-in, along with screenshots and helpful information on hotkeys. ================================================================================================--> <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> <head> <script src = "includes/script.js" language="javascript" type="text/javascript"></script> <link rel = stylesheet href = "includes/style.css" type = "text/css"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>PyDev User Guide</title> </head> <body> <script language="javascript"> var heads = new Array ( ); var links = new Array ( ); var i = 0; heads[i] = 'PyDev User Guide'; links[i++] = 'index.html'; heads[i] = 'Features'; links[i++] = ''; heads[i] = 'Outline View'; links[i++] = 'editor_outline.html'; writeHeading ( heads, links ); </script> <p> ... </p> </body> </html> --- NEW FILE: editor_gotonmc.html --- <!--=============================================================================================== File: about.html Author: Parhaum Toofanian, Copyright 2004 Contact: pto...@an... Created: 2004-06-14 Modified: 2004-06-14 Part of PyDev User Guide in Eclipse. Describes information about Goto Next Method/Class in the plug-in, along with screenshots and helpful information on hotkeys. ================================================================================================--> <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> <head> <script src = "includes/script.js" language="javascript" type="text/javascript"></script> <link rel = stylesheet href = "includes/style.css" type = "text/css"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>PyDev User Guide</title> </head> <body> <script language="javascript"> var heads = new Array ( ); var links = new Array ( ); var i = 0; heads[i] = 'PyDev User Guide'; links[i++] = 'index.html'; heads[i] = 'Features'; links[i++] = ''; heads[i] = 'Go to Next Method/Class'; links[i++] = 'editor_gotonmc.html'; writeHeading ( heads, links ); </script> <p> ... </p> </body> </html> --- NEW FILE: debug_preferences.html --- <!--=============================================================================================== File: debug_preferences.html Author: Parhaum Toofanian, Copyright 2004 Contact: pto...@an... Created: 2004-06-14 Modified: 2004-06-14 Part of PyDev User Guide in Eclipse. Describes information about the Debug Preferences in the plug-in. ================================================================================================--> <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> <head> <script src = "includes/script.js" language="javascript" type="text/javascript"></script> <link rel = stylesheet href = "includes/style.css" type = "text/css"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>PyDev User Guide</title> </head> <body class = BlueGray> <script language="javascript"> var heads = new Array ( ); var links = new Array ( ); var i = 0; heads[i] = 'PyDev User Guide'; links[i++] = 'index.html'; heads[i] = 'Debug'; links[i++] = 'debug.html'; heads[i] = 'Preferences'; links[i++] = 'debug_preferences.html'; writeHeading ( heads, links ); </script> <p>Configure your python executables here. By default, pydev will try to run "python".</p> <p><img src="images/db_prefs.gif" width="599" height="326"></p> </body> </html> --- NEW FILE: editor_gotopmc.html --- <!--=============================================================================================== File: about.html Author: Parhaum Toofanian, Copyright 2004 Contact: pto...@an... Created: 2004-06-14 Modified: 2004-06-14 Part of PyDev User Guide in Eclipse. Describes information about Goto Previous Method/Class in the plug-in, along with screenshots and helpful information on hotkeys. ================================================================================================--> <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> <head> <script src = "includes/script.js" language="javascript" type="text/javascript"></script> <link rel = stylesheet href = "includes/style.css" type = "text/css"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>PyDev User Guide</title> </head> <body> <script language="javascript"> var heads = new Array ( ); var links = new Array ( ); var i = 0; heads[i] = 'PyDev User Guide'; links[i++] = 'index.html'; heads[i] = 'Features'; links[i++] = ''; heads[i] = 'Go to Previous Method/Class'; links[i++] = 'editor_gotopmc.html'; writeHeading ( heads, links ); </script> <p> ... </p> </body> </html> --- NEW FILE: editor_gotofc.html --- <!--=============================================================================================== File: about.html Author: Parhaum Toofanian, Copyright 2004 Contact: pto...@an... Created: 2004-06-14 Modified: 2004-06-14 Part of PyDev User Guide in Eclipse. Describes information about Goto First Char in the plug-in, along with screenshots and helpful information on hotkeys. ================================================================================================--> <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> <head> <script src = "includes/script.js" language="javascript" type="text/javascript"></script> <link rel = stylesheet href = "includes/style.css" type = "text/css"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>PyDev User Guide</title> </head> <body> <script language="javascript"> var heads = new Array ( ); var links = new Array ( ); var i = 0; heads[i] = 'PyDev User Guide'; links[i++] = 'index.html'; heads[i] = 'Features'; links[i++] = ''; heads[i] = 'Go to First Character'; links[i++] = 'editor_gotofc.html'; writeHeading ( heads, links ); </script> <p> ... </p> </body> </html> Index: preferences.html =================================================================== RCS file: /cvsroot/pydev/org.python.pydev.help/html/userguide/preferences.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** preferences.html 11 Jun 2004 19:46:57 -0000 1.1 --- preferences.html 14 Jun 2004 20:22:13 -0000 1.2 *************** *** 1,2 **** ! <h2>PyDev User Manual</h2> ! <h3>Preferences</h3> --- 1,96 ---- ! <!--=============================================================================================== ! ! File: about.html ! ! Author: Parhaum Toofanian, Copyright 2004 ! Contact: pto...@an... ! Created: 2004-06-14 ! Modified: 2004-06-14 ! ! Part of PyDev User Guide in Eclipse. Describes information about the Preferences ! in the plug-in. ! ! ================================================================================================--> ! ! ! <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> ! <html> ! ! <head> ! <script src = "includes/script.js" language="javascript" type="text/javascript"></script> ! <link rel = stylesheet href = "includes/style.css" type = "text/css"> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! <title>PyDev User Guide</title> ! </head> ! ! <body class = BlueGray> ! ! <script language="javascript"> ! var heads = new Array ( ); ! var links = new Array ( ); ! var i = 0; ! ! heads[i] = 'PyDev User Guide'; ! links[i++] = 'index.html'; ! ! heads[i] = 'Preferences'; ! links[i++] = 'preferences.html'; ! ! writeHeading ( heads, links ); ! </script> ! ! <p><img src="images/ed_prefs.gif" width="600" height="260"></p> ! ! <p> ! <strong><u>Substitute spaces for tabs</u></strong> ! <br> ! Whether editor should insert spaces when you hit a tab. ! </p> ! ! <br> ! ! <p> ! <strong><u>Assume tab spacing when files contain tabs?</u></strong> ! <br> ! You'll like this preference if you swing both ways, and mix & match tabs and spaces, When this pref is on, if the file is tab-indented editor will do the right thing and leave your tabs alone. ! </p> ! ! <br> ! ! <p> ! <strong><u>Tab length</u></strong> ! <br> ! In inches. ! </p> ! ! <br> ! ! <p> ! <strong><u>Block comment separator</u></strong> ! <br> ! Used with the Add Block Comment feature (in the Source menu, or by pressing Ctrl+4). This feature adds a comment separator block to code that changes this: ! <br><br> ! print "foo"<br> ! print "bar" ! <br><br> ! Into: ! <br><br> ! #======<br> ! #print "foo"<br> ! #print "bar"<br> ! #======<br> ! <br> ! The comment separator (in this case ======, but it can be changed by the user's preference) is added to the beginning and end of the comment block. You can also select the blocked code and remove the block comment format with the Remove Block Comment feature in the Source menu, or by pressing Ctrl+5. ! </p> ! ! <br> ! ! <p> ! <strong><u>Colors</u></strong> ! <br> ! Are self-explanatary. The default colors have been borrowed from IDLE. ! </p> ! ! </body> ! ! </html> \ No newline at end of file --- NEW FILE: about.html --- <!--=============================================================================================== File: about.html Author: Parhaum Toofanian, Copyright 2004 Contact: pto...@an... Created: 2004-06-14 Modified: 2004-06-14 Part of PyDev User Guide in Eclipse. Describes general information about the plug-in and its developers. ================================================================================================--> <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> <head> <script src = "includes/script.js" language="javascript" type="text/javascript"></script> <link rel = stylesheet href = "includes/style.css" type = "text/css"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>PyDev User Guide</title> </head> <body> <script language="javascript"> var heads = new Array ( ); var links = new Array ( ); var i = 0; heads[i] = 'PyDev User Guide'; links[i++] = 'index.html'; heads[i] = 'About'; links[i++] = 'about.html'; writeHeading ( heads, links ); </script> <p> ... </p> </body> </html> Index: editor_comment.html =================================================================== RCS file: /cvsroot/pydev/org.python.pydev.help/html/userguide/editor_comment.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** editor_comment.html 11 Jun 2004 19:46:57 -0000 1.1 --- editor_comment.html 14 Jun 2004 20:22:13 -0000 1.2 *************** *** 1,27 **** ! <h2>PyDev User Manual</h2> ! <h3>Editor :: Comment</h3> ! <p> ! Besides regular commenting, PyDev allows you to comment out sections of code easily.<br> ! <br> ! From this:<br> ! <br> ! <img src="images/editor_blockc_06.jpg"><br> ! <br> ! To this:<br> ! <br> ! <img src="images/editor_blockc_05.jpg"><br> ! <br> ! In order to make bulk comments, highlight a body of text in the editor, and do one of the following:<br> ! <ul> ! <li>Source Menu -> Comment ! <li>Right-Click -> Source -> Comment ! <li>Ctrl+/ ! </ul> ! You may remove a selected bulk comment with:<br> ! <ul> ! <li>Source -> Comment ! <li>Right-Click -> Source -> Uncomment ! <li>Ctrl+\ ! </ul> ! </p> \ No newline at end of file --- 1,72 ---- ! <!--=============================================================================================== ! File: about.html ! ! Author: Parhaum Toofanian, Copyright 2004 ! Contact: pto...@an... ! Created: 2004-06-14 ! Modified: 2004-06-14 ! ! Part of PyDev User Guide in Eclipse. Describes information about Bulk Commenting ! in the plug-in, along with screenshots and helpful information on hotkeys. ! ! ================================================================================================--> ! ! ! <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> ! <html> ! ! <head> ! <script src = "includes/script.js" language="javascript" type="text/javascript"></script> ! <link rel = stylesheet href = "includes/style.css" type = "text/css"> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! <title>PyDev User Guide</title> ! </head> ! ! <body class = BlueGray> ! ! <script language="javascript"> ! var heads = new Array ( ); ! var links = new Array ( ); ! var i = 0; ! ! heads[i] = 'PyDev User Guide'; ! links[i++] = 'index.html'; ! ! heads[i] = 'Features'; ! links[i++] = ''; ! ! heads[i] = 'Bulk Comment'; ! links[i++] = 'editor_comment.html'; ! ! writeHeading ( heads, links ); ! </script> ! ! <p> ! Besides regular commenting, PyDev allows you to comment out sections of code easily.<br> ! <br> ! From this:<br> ! <br> ! <img src="images/editor_blockc_06.jpg"><br> ! <br> ! To this:<br> ! <br> ! <img src="images/editor_blockc_05.jpg"><br> ! <br> ! In order to make bulk comments, highlight a body of text in the editor, and do one of the following:<br> ! <ul> ! <li>Source Menu -> Comment ! <li>Right-Click -> Source -> Comment ! <li>Ctrl+/ ! </ul> ! You may remove a selected bulk comment with:<br> ! <ul> ! <li>Source -> Comment ! <li>Right-Click -> Source -> Uncomment ! <li>Ctrl+\ ! </ul> ! </p> ! ! </body> ! ! </html> \ No newline at end of file --- NEW FILE: editor_hyperlinks.html --- <!--=============================================================================================== File: editor_hyperlinks.html Author: Parhaum Toofanian, Copyright 2004 Contact: pto...@an... Created: 2004-06-14 Modified: 2004-06-14 Part of PyDev User Guide in Eclipse. Describes information about Hyperlinks in the plug-in, along with screenshots and helpful information on hotkeys. ================================================================================================--> <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> <html> <head> <script src = "includes/script.js" language="javascript" type="text/javascript"></script> <link rel = stylesheet href = "includes/style.css" type = "text/css"> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>PyDev User Guide</title> </head> <body> <script language="javascript"> var heads = new Array ( ); var links = new Array ( ); var i = 0; heads[i] = 'PyDev User Guide'; links[i++] = 'index.html'; heads[i] = 'Features'; links[i++] = ''; heads[i] = 'Hyperlinks'; links[i++] = 'editor_hyperlinks.html'; writeHeading ( heads, links ); </script> <p>If you press CTRL while mousing over function & import names you'll get a hyperlink to their definition. The hyperlinking only works for:</p> <ul> <li>functions defined in the same file</li> <li>imports that are on your import path. The import path includes python.exe/Lib, if you've defined python executable in your pydev:debug preferences.</li> </ul> <p><img src="images/hyperanim.gif" width="300" height="170" border="1"> </p> <p> </p> <p> </p> </body> </html> Index: editor_blockc.html =================================================================== RCS file: /cvsroot/pydev/org.python.pydev.help/html/userguide/editor_blockc.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** editor_blockc.html 11 Jun 2004 19:46:57 -0000 1.1 --- editor_blockc.html 14 Jun 2004 20:22:13 -0000 1.2 *************** *** 1,28 **** ! <h2>PyDev User Manual</h2> ! <h3>Editor :: Block Comment</h3> ! <p> ! Block Comments are lines of code with the <strong>#</strong> token preceding them, and with separators to make them stand out.<br> ! <br> ! From this:<br> ! <br> ! <img src="images/editor_blockc_06.jpg"><br> ! <br> ! To this:<br> ! <br> ! <img src="images/editor_blockc_01.jpg"><br> ! <br> ! In order to make block comments, highlight a body of text in the editor, and do one of the following:<br> ! <ul> ! <li>Source Menu -> Add Comment Block ! <li>Right-Click -> Source -> Add Comment Block ! <li>Ctrl+4 ! </ul> ! You may remove a selected comment block with:<br> ! <ul> ! <li>Source -> Remove Comment Block ! <li>Right-Click -> Source -> Remove Comment Block ! <li>Ctrl+5 ! </ul> ! The separator string (the =====) can be changed in the <a href="preferences.html">Preferences page</a>. <br> ! </p> --- 1,73 ---- ! <!--=============================================================================================== ! File: about.html ! ! Author: Parhaum Toofanian, Copyright 2004 ! Contact: pto...@an... ! Created: 2004-06-14 ! Modified: 2004-06-14 ! ! Part of PyDev User Guide in Eclipse. Describes information about Block Commenting ! in the plug-in, along with screenshots and helpful information on hotkeys. ! ! ================================================================================================--> ! ! ! <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> ! <html> ! ! <head> ! <script src = "includes/script.js" language="javascript" type="text/javascript"></script> ! <link rel = stylesheet href = "includes/style.css" type = "text/css"> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! <title>PyDev User Guide</title> ! </head> ! ! <body class = BlueGray> ! ! <script language="javascript"> ! var heads = new Array ( ); ! var links = new Array ( ); ! var i = 0; ! ! heads[i] = 'PyDev User Guide'; ! links[i++] = 'index.html'; ! ! heads[i] = 'Features'; ! links[i++] = ''; ! ! heads[i] = 'Block Comment'; ! links[i++] = 'editor_blockc.html'; ! ! writeHeading ( heads, links ); ! </script> ! ! <p> ! Block Comments are lines of code with the <strong>#</strong> token preceding them, and with separators to make them stand out.<br> ! <br> ! From this:<br> ! <br> ! <img src="images/editor_blockc_06.jpg"><br> ! <br> ! To this:<br> ! <br> ! <img src="images/editor_blockc_01.jpg"><br> ! <br> ! In order to make block comments, highlight a body of text in the editor, and do one of the following:<br> ! <ul> ! <li>Source Menu -> Add Comment Block ! <li>Right-Click -> Source -> Add Comment Block ! <li>Ctrl+4 ! </ul> ! You may remove a selected comment block with:<br> ! <ul> ! <li>Source -> Remove Comment Block ! <li>Right-Click -> Source -> Remove Comment Block ! <li>Ctrl+5 ! </ul> ! The separator string (the =====) can be changed in the <a href="preferences.html">Preferences page</a>. <br> ! </p> ! ! </body> ! ! </html> \ No newline at end of file Index: editor_stripw.html =================================================================== RCS file: /cvsroot/pydev/org.python.pydev.help/html/userguide/editor_stripw.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** editor_stripw.html 11 Jun 2004 19:46:57 -0000 1.1 --- editor_stripw.html 14 Jun 2004 20:22:13 -0000 1.2 *************** *** 1,12 **** ! <h2>PyDev User Manual</h2> ! <h3>Editor :: Strip Trailing Whitespace</h3> ! <p> ! Trailing whitespace is any tab, space, etc characters at the end of a line. ! <br><br> ! In order to strip whitespace, you can highlight a body of text in the editor, or select nothing and it will strip whitespace in the entire document. Do one of the following:<br> ! <ul> ! <li>Source Menu -> Strip Trailing Whitespace ! <li>Right-Click -> Source -> Strip Trailing Whitespace ! <li>Shift+Space ! </p> --- 1,57 ---- ! <!--=============================================================================================== ! File: about.html ! ! Author: Parhaum Toofanian, Copyright 2004 ! Contact: pto...@an... ! Created: 2004-06-14 ! Modified: 2004-06-14 ! ! Part of PyDev User Guide in Eclipse. Describes information about Strip Trailing Whitespace ! in the plug-in, along with screenshots and helpful information on hotkeys. ! ! ================================================================================================--> ! ! ! <!doctype html public "-//w3c//dtd html 4.0 transitional//en"> ! <html> ! ! <head> ! <script src = "includes/script.js" language="javascript" type="text/javascript"></script> ! <link rel = stylesheet href = "includes/style.css" type = "text/css"> ! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> ! <title>PyDev User Guide</title> ! </head> ! ! <body class = BlueGray> ! ! <script language="javascript"> ! var heads = new Array ( ); ! var links = new Array ( ); ! var i = 0; ! ! heads[i] = 'PyDev User Guide'; ! links[i++] = 'index.html'; ! ! heads[i] = 'Features'; ! links[i++] = ''; ! ! heads[i] = 'Strip Trailing Whitespace'; ! links[i++] = 'editor_stripw.html'; ! ! writeHeading ( heads, links ); ! </script> ! ! <p> ! Trailing whitespace is any tab, space, etc characters at the end of a line. ! <br><br> ! In order to strip whitespace, you can highlight a body of text in the editor, or select nothing and it will strip whitespace in the entire document. Do one of the following:<br> ! <ul> ! <li>Source Menu -> Strip Trailing Whitespace ! <li>Right-Click -> Source -> Strip Trailing Whitespace ! <li>Shift+Space ! </p> ! ! </body> ! ! </html> \ No newline at end of file |