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:
Diffstat (limited to 'wdshelp/sorting.htm')
-rw-r--r--wdshelp/sorting.htm30
1 files changed, 30 insertions, 0 deletions
diff --git a/wdshelp/sorting.htm b/wdshelp/sorting.htm
new file mode 100644
index 0000000..644e836
--- /dev/null
+++ b/wdshelp/sorting.htm
@@ -0,0 +1,30 @@
+<html>
+ <head>
+ <title>Sorting</title>
+ <META http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+ <meta name="vs_targetSchema" content="http://schemas.microsoft.com/intellisense/ie5">
+ <link rel="stylesheet" type="text/css" href="format.css">
+ </head>
+ <BODY>
+ <h2>Sorting</h2>
+ <p>All lists in WinDirStat can be sorted at will. The current sorting is
+ indicated by the symbols &lt; and &gt; in the column headings.
+ &lt; means ascending sort, &gt; means descending sort.
+ </p>
+ <p>You can set the desired sorting by a mouse click on a column heading.
+ </p>
+ <p>Actually two columns are drawn on the sorting. First that one, on which
+ you clicked last, and second - if the elements are equal regarding this column -
+ that, which sorted before.
+ </p>
+ <p>Note that the sorting of the directory list of course respects the
+ tree structure: sorting occurs only within one level.
+ </p>
+ <p></p>
+ <h3>Annotation</h3>
+ <p>The column widths and column order can be adjusted via drag 'n drop.
+ The widths and column order are persistent; that is, at program
+ start they are automatically restored as you have set them last.
+ </p>
+ </BODY>
+</html>