|
From: Markus B. <mba...@us...> - 2005-09-18 15:21:35
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.doc.user In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30805 Modified Files: docbook.xml Log Message: removed empty tips and tricks chapter, added news for 0.6.0 Index: docbook.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.doc.user/docbook.xml,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** docbook.xml 17 Sep 2005 21:48:08 -0000 1.16 --- docbook.xml 18 Sep 2005 15:21:27 -0000 1.17 *************** *** 746,754 **** </section> </chapter> - <chapter id="TipsNTricks"> - <title>Tips and tricks</title> - </chapter> <chapter id="WhatsNew"> <title>What's new</title> <para>New in RDT 0.5.0:</para> <itemizedlist> --- 746,761 ---- </section> </chapter> <chapter id="WhatsNew"> <title>What's new</title> + <para>New in RDT 0.6.0:</para> + <itemizedlist> + <listitem> Code folding </listitem> + <listitem> Syntax error Annotations </listitem> + <listitem> The <link linkend='RiView'>RI View</link> is a frontend for ruby's ri command</listitem> + <listitem> <link linkend='TaskList'>Task tags</link> (like TODO) are recognized and displayed in the Tasks View</listitem> + <listitem> Auto-complete of brackets, parens, and single/double quotes </listitem> + <listitem> Debugger: <link linkend='codeReload'>Code reload</link> and <link linkend='quickInspect'>inspection shortcuts</link> </listitem> + <listitem> <ulink url="http://jruby.sourceforge.net/">JRuby</ulink> does the parsing behind the scenes </listitem> + </itemizedlist> <para>New in RDT 0.5.0:</para> <itemizedlist> |