Skip to content

Commit 4139324

Browse files
author
mgricken
committed
Updating documentation.
git-svn-id: file:///tmp/test-svn/trunk@4931 fe72c1cf-3628-48e9-8b72-1c46755d3cff
1 parent d9a226b commit 4139324

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

docs/src/quickstart/quickstart.docbook

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -910,7 +910,7 @@ read -1, indicating of the end of the stream.</para>
910910

911911
<listitem><formalpara>
912912
<title>Auto-Import after Breakpoint/Step:</title>
913-
<para>Allows you full usage of any default imported classes within the Interactions pane from DrJava Preferences or any imported classes from the Pane while the program was halted at a previous breakpoint. </para>
913+
<para>Automatically imports all classes and packages again that had been imported when the program was last suspended, i.e. before the breakpoint was hit or before the last step was taken.</para>
914914
</formalpara></listitem>
915915

916916
<listitem><formalpara>

docs/src/user/userdoc.docbook

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ File f
516516

517517
<formalpara>
518518
<title>Default Imports</title>
519-
<para>Under the DrJava's Preferences, the user is allowed to add or remove any classes that the user would like to import for the Interactions Pane, after the pane has been reset. After the Interactions Pane has been reset, the user acquires full access to these imported classes in the Interactions Pane. The user specifies what class to add or remove through the add/remove buttons. </para></formalpara>
519+
<para>In DrJava's preferences under "Miscellaneous", the user can add or remove classes and packages that the user would like to automatically import in the Interactions Pane whenver the pane has been reset. After the Interactions Pane has been reset, these classes and packages are immediately available.</para></formalpara>
520520
</section>
521521
</chapter>
522522

@@ -846,7 +846,7 @@ learning tool.</para>
846846

847847
<formalpara>
848848
<title>Automatic Trace</title>
849-
<para>The Automatic Trace command will step into all lines of the code without stopping. In the middle of an automatic trace, the user has the option to disable the automatic trace by pressing the disable automatic trace button accordingly. If automatic trace is not diabled within the progression of the trace, the debugger will automatically end the trace when the program terminates. In addition, the user also has the ability to set the delay interval for stepping into a different line of the code. This option can be located under DrJava's preferences. </para>
849+
<para>The Automatic Trace command allows the user to execute periodic "Step Into" commands, by default every 1000 milliseconds. This will cause DrJava to execute the program line by line, entering called methods. After such a periodic step, the user has the option oof disabling the automatic trace by pressing the "Disable Automatic Trace" button. If the automatic trace is not disabled, the program will run its course, and the automatic trace will be turned off at the end of the program. The user can change the delay interval for stepping located in DrJava's preferences.</para>
850850
</formalpara>
851851
</section>
852852

@@ -1558,7 +1558,7 @@ public class Student {
15581558
<varlistentry>
15591559
<term>Auto-Import after Breakpoint/Step (<varname>debug.auto.import = true</varname>)</term>
15601560
<listitem>
1561-
<para>Any default import classes from DrJava Preferences Panel as well as any imported classes used in the Interactions Pane from previous breakpoints will also be available for usage in the Interactions Pane after stepping into another breakpoint. </para>
1561+
<para>Automatically imports all classes and packages again that had been imported when the program was last suspended, i.e. before the breakpoint was hit or before the last step was taken.</para>
15621562
</listitem>
15631563
</varlistentry>
15641564

drjava/lib/docs.jar

727 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)