[Pydev-cvs] org.python.pydev.help/html/userguide editor_syntaxh.html,NONE,1.1 preferences.html,NONE,
Brought to you by:
fabioz
Update of /cvsroot/pydev/org.python.pydev.help/html/userguide In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24587/html/userguide Added Files: editor_syntaxh.html preferences.html editor_autoi.html editor_stripw.html index.html editor_comment.html editor_blockc.html Log Message: Modified in org.python.pydev.help: ed_prefs.gif - New screenshot showing new preference page with block separator field ed_prefs.html - Added description of block comment separator userguide folder - contains an idea of a user guide for complete newbies --- NEW FILE: index.html --- <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> --- NEW FILE: editor_comment.html --- <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> --- NEW FILE: editor_autoi.html --- <h2>PyDev User Manual</h2> <h3>Editor :: Auto Indentation</h3> --- NEW FILE: editor_syntaxh.html --- <h2>PyDev User Manual</h2> <h3>Editor :: Syntax Highlighting</h3> --- NEW FILE: editor_stripw.html --- <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> --- NEW FILE: editor_blockc.html --- <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> --- NEW FILE: preferences.html --- <h2>PyDev User Manual</h2> <h3>Preferences</h3> |