|
From: Markus B. <mba...@us...> - 2005-09-18 18:46:17
|
Update of /cvsroot/rubyeclipse/org.rubypeople.rdt.doc.user In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8214 Modified Files: docbook.xml Log Message: updated syntax errors and problems view Index: docbook.xml =================================================================== RCS file: /cvsroot/rubyeclipse/org.rubypeople.rdt.doc.user/docbook.xml,v retrieving revision 1.18 retrieving revision 1.19 diff -C2 -d -r1.18 -r1.19 *** docbook.xml 18 Sep 2005 17:17:22 -0000 1.18 --- docbook.xml 18 Sep 2005 18:46:03 -0000 1.19 *************** *** 268,282 **** </para> </section> ! <section id="ProblemsView"> ! <title>Problems View</title> ! <para> ! The problems view shows you warnings and errors in your ruby files. ! You can read more about this view in the Workbench User Guide ! </para> <figure> <title>Syntax errors in the problem view</title> <graphic fileref="../images/syntaxError.png" format="PNG"/> </figure> ! </section> <section id="TaskList"> --- 268,291 ---- </para> </section> ! <section id="SyntaxErrorsAndProblemsView"> ! <title>Syntax Errors and the Problems View</title> ! <para> After saving a ruby file it is parsed and syntax errors are displayed. The ! errors show up in the vertical ruler on the left side of the editor and in the ! Problems View. </para> <figure> <title>Syntax errors in the problem view</title> <graphic fileref="../images/syntaxError.png" format="PNG"/> </figure> ! <para> The error position is often not very exact, which results in long red ! underlings of text in the editor. The underlining can be switched off in the ! preferences: right click on the vertical ruler on the left side of the editor ! and select <emphasis>Preferences...</emphasis>. The screenshot below ! shows the settings for the error annotations. In the upper right part ! deselect <emphasis>Text as squiggles</emphasis>.</para> ! <figure> ! <title>Configure error annotations</title> ! <graphic fileref="../images/configureErrorAnnotations.png" ! format="PNG"/> ! </figure> </section> <section id="TaskList"> *************** *** 765,769 **** <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> --- 774,778 ---- <itemizedlist> <listitem> Code folding </listitem> ! <listitem> Syntax error <link linkend='SyntaxErrorsAndProblemsView'>Annotations and Problems View</link></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> |