[Pydev-cvs] org.python.pydev.help toc_main.xml,1.3,1.4
Brought to you by:
fabioz
From: Parhaum T. <dre...@us...> - 2004-06-14 20:22:23
|
Update of /cvsroot/pydev/org.python.pydev.help In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25994 Modified Files: toc_main.xml Log Message: Modified in org.python.pydev.help: userguide folder - Added stylesheet, script file, and more feature pages. Index: toc_main.xml =================================================================== RCS file: /cvsroot/pydev/org.python.pydev.help/toc_main.xml,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** toc_main.xml 11 Jun 2004 20:04:03 -0000 1.3 --- toc_main.xml 14 Jun 2004 20:22:13 -0000 1.4 *************** *** 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 User Guide" topic="html/index.html"> <topic label="Editor" href="html/editor.html"> <topic label="Preferences" href="html/ed_prefs.html"/> *************** *** 8,20 **** <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 --- 8,28 ---- <topic label="User Guide" href="html/userguide/index.html"> <topic label="Editor"> ! <topic label="Auto Indentation" href="html/userguide/editor_autoi.html"/> <topic label="Block Comment" href="html/userguide/editor_blockc.html"/> + <topic label="Bulk Comment" href="html/userguide/editor_comment.html"/> + <topic label="Error Parsing" href="html/userguide/editor_parsing.html"/> + <topic label="Go to First Character" href="html/userguide/editor_gotofc.html"/> + <topic label="Go to Previous Method/Class" href="html/userguide/editor_gotopmc.html"/> + <topic label="Go to Next Method/Class" href="html/userguide/editor_gotonmc.html"/> + <topic label="Hyperlinks" href="html/userguide/editor_hyperlinks.html"/> + <topic label="Outline View" href="html/userguide/editor_outline.html"/> <topic label="Strip Trailing Whitespace" href="html/userguide/editor_stripw.html"/> + <topic label="Syntax Highlighting" href="html/userguide/editor_syntaxh.html"/> </topic> <topic label="Preferences" href="html/userguide/preferences.html"/> ! <topic label="Debugger" href="html/userguide/debug.html"> ! <topic label="Preferences" href="html/userguide/debug_preferences.html"/> ! </topic> ! <topic label="About" href="html/userguide/about.html"/> </topic> </toc> \ No newline at end of file |