[Pydev-cvs] org.python.pydev.help toc_main.xml,1.2,1.3
Brought to you by:
fabioz
From: Parhaum T. <dre...@us...> - 2004-06-11 20:04:12
|
Update of /cvsroot/pydev/org.python.pydev.help In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6357 Modified Files: toc_main.xml Log Message: Modified in org.python.pydev: PyAddCommentBlock - Extends PyComment, works on multiple lines PyComment - Selects newly commented lines after performing action PyUnComment - Selects newly uncommented lines after performing action Plugin.xml - Added PyRemoveCommentBlock and PyStripTrailingWhitespace functionality to menu, context, and hotkey (Ctrl+5) PluginPrefs - Made block comment separator a user-defined string Modified in org.python.pydev.help: toc_main.xml - user guide structure New: PyRemoveCommentBlock - Created to undo AddCommentBlock action PyStripTrailingWhitespace - Created to strip trailing whitespace from a selection or the document Index: toc_main.xml =================================================================== RCS file: /cvsroot/pydev/org.python.pydev.help/toc_main.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** toc_main.xml 10 Jan 2004 03:15:28 -0000 1.2 --- toc_main.xml 11 Jun 2004 20:04:03 -0000 1.3 *************** *** 1,3 **** ! <toc label="Pydev" topic="html/index.html"> <topic label="Editor" href="html/editor.html"> <topic label="Preferences" href="html/ed_prefs.html"/> --- 1,3 ---- ! <toc label="PyDev" topic="html/index.html"> <topic label="Editor" href="html/editor.html"> <topic label="Preferences" href="html/ed_prefs.html"/> *************** *** 6,8 **** --- 6,20 ---- <topic label="Preferences" href="html/db_prefs.html"/> </topic> + <topic label="User Guide" href="html/userguide/index.html"> + <topic label="Editor"> + <topic label="Syntax Highlighting" href="html/userguide/editor_syntaxh.html"/> + <topic label="Auto-Indentation" href="html/userguide/editor_autoi.html"/> + <topic label="Comment" href="html/userguide/editor_comment.html"/> + <topic label="Block Comment" href="html/userguide/editor_blockc.html"/> + <topic label="Strip Trailing Whitespace" href="html/userguide/editor_stripw.html"/> + </topic> + <topic label="Preferences" href="html/userguide/preferences.html"/> + <topic label="Debugger"/> + <topic label="Developer Guide" href="html/devguide/index.html"/> + </topic> </toc> \ No newline at end of file |