Skip to content

Commit 483db4e

Browse files
author
mgricken
committed
Removed 'working directory' from documentation.
git-svn-id: file:///tmp/test-svn/trunk@3973 fe72c1cf-3628-48e9-8b72-1c46755d3cff
1 parent 803b152 commit 483db4e

File tree

2 files changed

+1
-13
lines changed

2 files changed

+1
-13
lines changed

docs/src/quickstart/quickstart.docbook

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -951,12 +951,7 @@ To save a file, either click on the "Save" button or choose "File, Save." If you
951951
<title>Indent Level:</title>
952952
<para>Specifies the number of spaces that make up a "tab" in DrJava. This is used for auto-indenting.</para>
953953
</formalpara></listitem>
954-
955-
<listitem><formalpara>
956-
<title>Working Directory:</title>
957-
<para>The directory you are currently working from--where DrJava should first try to open and safe files from, and where DrJava should tell the compiler to look for class files.</para>
958-
</formalpara></listitem>
959-
954+
960955
<listitem><formalpara>
961956
<title>Size of Interactions History:</title>
962957
<para>Specifies how many interactions will be stored in the history for you to scroll through using the up arrow.</para>

docs/src/user/userdoc.docbook

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1562,13 +1562,6 @@ public class Student {
15621562
</listitem>
15631563
</varlistentry>
15641564

1565-
<varlistentry>
1566-
<term>Working Directory (<varname>working.directory = ""</varname>)</term>
1567-
<listitem>
1568-
<para>Specifies the "current" directory for the Interactions pane, i.e. <command>new File(".")</command> or <command>System.getProperty("user.dir")</command> when not in project mode (when a project is open, this setting is superseded by the "Working Directory" setting in the <link linkend="project-properties">Project Properties</link>). The open and save dialogs will start here if this option is set. The Interactions classpath will also include this directory.</para>
1569-
</listitem>
1570-
</varlistentry>
1571-
15721565
<varlistentry>
15731566
<term>Size of Interactions History (<varname>history.max.size = 500</varname>)</term>
15741567
<listitem>

0 commit comments

Comments
 (0)