Skip to content

Commit 0babf4c

Browse files
authored
UPD: Some small updates/changes, up to current 1.1.22
1 parent 0239eab commit 0babf4c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+56
-40
lines changed

doc/en/configuration.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -894,7 +894,7 @@ <h2><a name="settings">2. Configuration</a></h2>
894894
<p>These options can be changed on the fly directly in the quick search/filter bar. Also you can toggle between search and filter.</p>
895895
<p>Options:</p>
896896
<ul>
897-
<li><p><span class="italic">Hide filter panel when not focused</span>&nbsp;&ndash; The quick search/filter panel will hide automatically as soon as you move the focus to the file panel.</p></li>
897+
<li><p><span class="italic">Hide filter panel when not focused</span>&nbsp;&ndash; The quick search/filter panel will hide automatically as soon as you move the focus to the file panel. In <a href="help.html#iface_files">brief view</a> hiding the panel does not work correctly, so the option is ignored until a suitable solution is found.</p></li>
898898
<li><p><span class="italic">Keep saving setting modifications for next session</span>&nbsp;&ndash; By default, all parameters that have been changed in the quick search panel will be kept in memory only until the program is closed, the option allows to change this behavior.</p></li>
899899
</ul>
900900
<br>
@@ -982,7 +982,7 @@ <h2><a name="settings">2. Configuration</a></h2>
982982

983983
<p><span class="bold"><a name="ConfigTooltips">2.22. Tooltips</a></span></p>
984984
<p>This section contains the settings for tooltips when the mouse cursor is hovering over a file.</p>
985-
<p class="figure"><img class="largeimage" title="Tooltips" alt="Tooltips" src="images/imgDC/pic47.png" width="726" height="416"></p>
985+
<p class="figure"><img class="largeimage" title="Tooltips" alt="Tooltips" src="images/imgDC/pic47.png" width="724" height="416"></p>
986986
<p><span class="italic">Show tooltip for files in the file panel</span>&nbsp;&ndash; enables the ability to use tooltips.</p>
987987
<p><span class="italic">File types</span>&nbsp;&ndash; contains a list of file groups. Double Commander checks the list from top to bottom until the first match: a file group higher in the list will overlap any file group below.</p>
988988
<p>Buttons:</p>

doc/en/configxml.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ <h2><a name="manualed">3. Options to change manually</a></h2>
393393
<tr>
394394
<td class="cmdcell"><div class="firstcolumnaleft"><a name="CustomIcons">&lt;CustomIcons&gt;</a></div></td>
395395
<td class="hintcell">
396-
Windows only: this option will help to determine if the icons used for drives, folders or archives will be the default ones from the system or if it will be custom ones that we may set ourselves.<br>
396+
This option will help to determine if the icons used for drives, folders or archives will be the default ones from the system or if it will be custom ones that we may set ourselves.<br>
397397
The <code>CustomIcons</code> option will be set to a single number representing the sum of the numbers from the following table depending on what are our preferences:<br>
398398
<table class="innercmddesc">
399399
<tr class="rowinnerdesc">
@@ -404,17 +404,17 @@ <h2><a name="manualed">3. Options to change manually</a></h2>
404404
<tr>
405405
<td class="innerdescvaluecell">Drives</td>
406406
<td class="innerdescdesccell">0</td>
407-
<td class="innerdescdesccell">1</td>
407+
<td class="innerdescdesccell">1 (Windows only)</td>
408408
</tr>
409409
<tr>
410410
<td class="innerdescvaluecell">Folders</td>
411411
<td class="innerdescdesccell">0</td>
412-
<td class="innerdescdesccell">2</td>
412+
<td class="innerdescdesccell">2 (all except Haiku)</td>
413413
</tr>
414414
<tr>
415415
<td class="innerdescvaluecell">Archives</td>
416416
<td class="innerdescdesccell">0</td>
417-
<td class="innerdescdesccell">4</td>
417+
<td class="innerdescdesccell">4 (Windows, Linux and FreeBSD)</td>
418418
</tr>
419419
</table>
420420
<br>

doc/en/copymove.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ <h2><a name="confirmation">1. Copy/move dialog window</a></h2>
5252
<p><span class="italic">Ask</span> (by default) provides more possible actions (see below).</p>
5353
<p>The next group is a filter, the ability to specify which files to copy or move (file masks, age and so on). Here we can see the selected template and:</p>
5454
<ul>
55-
<li><p>The <span class="italic">Choose template</span> button (<img title="Template..." alt="Template..." src="images/imgDC/btemplate.png" width="18" height="18">) opens a window with a list of saved templates and with the ability to add a new one.</p></li>
55+
<li><p>The <span class="italic">Choose template</span> button (<img title="Template..." alt="Template..." src="images/imgDC/btemplate.png" width="16" height="16">) opens a window with a list of saved templates and with the ability to add a new one.</p></li>
5656
<li><p><span class="italic">Exclude empty directories</span>&nbsp;&ndash; If enabled, only non-empty directories will be copied or moved. Works only with templates.</p></li>
5757
</ul>
5858
<p>The list of the following parameters will vary depending on the type of file operation and operating system family.</p>

doc/en/help.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ <h2><a name="mnu_file">2.1.1. "Files"</a></h2>
130130

131131
<p><span class="bold">Create Directory</span> (internal command <tt>cm_MakeDir</tt>)&nbsp;&ndash; creates a new subdirectory in the current directory. The file name (without extension) or directory name under the cursor will be offered, this is useful for creating multiple directories with similar names. You can also create several subdirectories in one operation, just separate the subdrectories with the directory separator (in Unix/Linux system it will be "/" and in Windows it will be "\").</p>
132132
<p class="figure"><img class="largeimage" title="Create Directory" alt="Create Directory" src="images/imgDC/pic55.png" width="352" height="144"></p>
133+
<p>The button with an arrow opens the history of the entered names. The button to the right of the input field allows to enable or disable auto-completion from the directory creation history.</p>
133134
<p>If <span class="italic">Extended syntax</span> is enabled, the <code>&lt;[]</code> template can be used to insert the current date/time: inside square brackets you can use <a href="configuration.html#dt_format">date and time formatting characters</a> and any characters allowed for filenames.</p>
134135

135136
<p><span class="bold">Create Shortcut</span> (Windows only)&nbsp;&ndash; Double Commander creates a shortcut (Microsoft Windows .lnk file) to the file under the cursor and places it in the folder opened in the opposite panel.</p>
@@ -151,7 +152,7 @@ <h2><a name="mnu_file">2.1.1. "Files"</a></h2>
151152
<p class="figure"><img class="largeimage" title="Calculate size" alt="Calculate size" src="images/imgDC/pic19.png" width="293" height="103"></p>
152153

153154
<p><a name="cm_CompareContents"><span class="bold">Compare by Contents</span></a> (internal command <tt>cm_CompareContents</tt>) shows a window with two panels with the files to compare (usually text).</p>
154-
<p class="figure"><img class="largeimage" title="Compare dialog" alt="Compare dialog" src="images/imgDC/pic20.png" width="768" height="278"></p>
155+
<p class="figure"><img class="largeimage" title="Compare dialog" alt="Compare dialog" src="images/imgDC/pic20.png" width="768" height="384"></p>
155156
<p>It's a simple visual comparison and merging tool with a typical features: navigation between differences (next, previous, first or last), copying blocks of text from right to left and from left to right, editing files in-place, undo and redo the last changes, saving with a different name and other.</p>
156157
<p>Options:</p>
157158
<ul>
@@ -400,7 +401,7 @@ <h2><a name="mnu_help">2.1.9. "Help"</a></h2>
400401

401402
<div>
402403
<h2><a name="iface_toolbar">2.2. Button toolbar</a></h2>
403-
<p class="figure"><img class="largeimage" title="Toolbar sample" alt="Toolbar sample" src="images/imgDC/toolbarsample.png" width="713" height="39"></p>
404+
<p class="figure"><img class="largeimage" title="Toolbar sample" alt="Toolbar sample" src="images/imgDC/toolbarsample.png" width="756" height="38"></p>
404405
<p>The toolbar is holding buttons to execute internal command and launch our applications.</p>
405406
<p>A default configuration is propose but we will certainly each and every one configure it to our needs since it's probably the most configurable part of Double Commander.</p>
406407
<p>That's why a dedicated page is made just for that under <a href="toolbar.html">this link</a>.</p>

doc/en/images/imgDC/copymove1.png

-17 Bytes
Loading

doc/en/images/imgDC/luaimg1.png

49 Bytes
Loading

doc/en/images/imgDC/luaimg3.png

67 Bytes
Loading

doc/en/images/imgDC/luaimg4.png

1.34 KB
Loading

doc/en/images/imgDC/luaimg5.png

1 Byte
Loading

doc/en/images/imgDC/pic20.png

6.76 KB
Loading

0 commit comments

Comments
 (0)