Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbseifert <none@none>2003-12-29 09:33:31 +0300
committerbseifert <none@none>2003-12-29 09:33:31 +0300
commite55919f1b595faeeacc471c8d11732ea24f3b06f (patch)
treef3403a4beae38631133041491b130756c07ed969 /wdshelp
parente5db0481c89887ccf48c2e6e0eb0346672d16031 (diff)
See changelog.txt
Diffstat (limited to 'wdshelp')
-rw-r--r--wdshelp/configuration.htm4
-rw-r--r--wdshelp/coupling.htm13
-rw-r--r--wdshelp/selectdrivesdialog.htm34
3 files changed, 31 insertions, 20 deletions
diff --git a/wdshelp/configuration.htm b/wdshelp/configuration.htm
index a317a27..4a69f16 100644
--- a/wdshelp/configuration.htm
+++ b/wdshelp/configuration.htm
@@ -20,11 +20,13 @@
<p>Colors for the subtree percentage presentation. Grid lines.
</p>
<h3>Treemap</h3>
- <p>Parameters for the cushion shading. Grid lines (try this!). Color of the
+ <p>Squarification style, parameters for the cushion shading, grid lines, color of the
selection rectangle.
</p>
<h3>Cleanups</h3>
<p>Here you can configure the <a href="userdefinedcleanups.htm">User Defined Cleanups</a>.
</p>
+ <h3>Report</h3>
+ <p>Administrators can customize the e-mail report feature here.</p>
</BODY>
</html>
diff --git a/wdshelp/coupling.htm b/wdshelp/coupling.htm
index 88941ae..7ccee54 100644
--- a/wdshelp/coupling.htm
+++ b/wdshelp/coupling.htm
@@ -10,12 +10,12 @@
<p>The really strong point of WinDirStat is, that the three views, Directory List,
Extension List and Treemap, are coupled with each other.
</p>
- <h3>Directory List -> Treemap</h3>
+ <h3>Directory List -&gt; Treemap</h3>
<p>When you <i>select</i> an item (directory or file) in the directory list, the
treemap also shows this item by highlighting it with a colored frame. In
particular you can see the size of directories.
</p>
- <h3>Treemap -> Directory List</h3>
+ <h3>Treemap -&gt; Directory List</h3>
<p>When you click into the treemap, the mouse always hits a file (a colored
rectangle). After that the directory list expands (if necessary) the
appropriate nodes and selects this file. So you can, e.g. by clicking on a big
@@ -25,11 +25,14 @@
<p>So, because of this mutual coupling, the selections in the directory list and in
the treemap are always the same.
</p>
- <h3>Directory List + Treemap -> Extension List</h3>
+ <h3>Directory List + Treemap -&gt; Extension List</h3>
<p>When you select a <i>file</i> in the directory list (or in the treemap), the
extension list shows the file type (the extension). The extension is selected
- and scrolled into view. So you can see the description and the
- statistics for this file type.
+ and scrolled into view. So you can see the description and the statistics for
+ this file type.
</p>
+ <h3>Extension List -&gt; Treemap</h3>
+ <p>When you select a file type in the extension list, the treemap highlights all
+ files of this type.</p>
</BODY>
</html>
diff --git a/wdshelp/selectdrivesdialog.htm b/wdshelp/selectdrivesdialog.htm
index bcbe7d5..a3cb5e5 100644
--- a/wdshelp/selectdrivesdialog.htm
+++ b/wdshelp/selectdrivesdialog.htm
@@ -11,23 +11,29 @@
</p>
<p>You can select one or more drives from the list or choose a directory.
</p>
- <p>The list shows all present drives (hard disks, inserted floppy disks or CDs,
- and network drives).</p>
+ <p>The list shows all present drives (hard disks, inserted floppy disks or CDs, and
+ network drives).</p>
<h3>Columns</h3>
<p>
- <ul>
- <li><u>Name</u>. Name and drive letter of the drive.</li>
- <li><u>Total</u>. Capacity of the drive.</li>
- <li><u>Free</u>. Free space on the drive.</li>
- <li><u>Used/Total</u> Percentage of used space, related to the capacity.</li>
- <li><u>Used/Total</u> The same information in percent.</li>
- </ul>
+ <ul>
+ <li>
+ <u>Name</u>. Name and drive letter of the drive.</li>
+ <li>
+ <u>Total</u>. Capacity of the drive.</li>
+ <li>
+ <u>Free</u>. Free space on the drive.</li>
+ <li>
+ <u>Used/Total</u> Percentage of used space, related to the capacity.</li>
+ <li>
+ <u>Used/Total</u> The same information in percent.</li>
+ </ul>
</p>
<h3>Operation</h3>
- <p>The dialog box has three "radio buttons": "All local drives", "Individual drives"
- and "A folder". The default is "All local drives", that is all drives, which are not
- network drives. Simply click on OK to begin the scan.</p>
- <p>The selection is persistent, i.e. when you open the dialog the next time,
- the default setting will be that which you made the last time.</p>
+ <p>The dialog box has three "radio buttons": "All local drives", "Individual
+ drives" and "A folder". The default is "All local drives", that is all drives,
+ which are not network drives and which are not created with SUBST. Simply click
+ on OK to begin the scan.</p>
+ <p>The selection is persistent, i.e. when you open the dialog the next time, the
+ default setting will be that which you made the last time.</p>
</BODY>
</html>