Skip to content

Commit d855f42

Browse files
committed
ADD: cmds.html: 'cm_MainFontZoomOut', 'cm_MainFontZoomIn', 'cm_MapNetworkDrive', parameter for the 'cm_RenameTab' command.
ADD: configuration.html: Move DirectoryHotList to 'localconfig.xml'. ADD: configuration.html: Main password (WCX/WFX) and Argon2. ADD: configuration.html: SyncDirs: Selected color option. ADD: configuration.html, help.html: iCloud Drive support. ADD: configuration.html, help.html: Quick search/filter: Ignore diacritics and ligatures. ADD: configuration.html: 'Zoom with Ctrl + Scroll Wheel', 'ModernUI'. ADD: configxml.html: 'AutoCopyBackward', 'DriveBarFreeSpace', 'MaxStringItems', 'SynEditSpecialChars'. ADD: faq.html: 4.12. ADD: findfiles.html: 'close=0/1' for 'cm_GoToFile'. ADD: help.html: 'Calculate check sum': XXH128. Create separate checksum file for each directory. ADD: help.html: Use up/down arrows to rename next/previous file. ADD: multiarc.html: 'AskHistoryN', 'FallBackArchivers', 'IgnoreStringN' and 'SizeStripChars' ('Additional settings' subsection); 'Show as normal files'. ADD: multirename.html: 'Replace also in file extensions' option. ADD: toolbar.html: 'Line break' separator styles. ADD: viewer.html: JPEG XL support. ADD: viewer.html: Capability to switch between images in ICO-files. ADD: viewer.html: Shows the general information about the folder. APD: shortcuts.html: Up/down arrows, 'cm_MapNetworkDrive'. UPD: cmds.html: cm_EditNew: Add note about new folder(s). UPD: configuration.html, help.html: Using comments (descript.ion). UPD: configuration.html, multiarc.html: The 'c' expression now works. UPD: configuration.html: Section 'Colors > File types': Remove the 'Apply' button. UPD: configuration.html: Section 'Icons': Show overlay icons. UPD: copymove.html, findfiles.html: Using checksums (verification/duplicate files). UPD: copymove.html: Support verify after copy in macOS (experimentally). UPD: faq.html: 2.4, 3.7. UPD: findfiles.html: 'Plugins' tab: A note about small assistants (calculator and calendar). UPD: lua.html: Add Lua 5.5 to the list of supported versions. UPD: lua.html: DC.LogWrite: Default values. UPD: plugins.html: SevenZip was ported to Linux. UPD: plugins.html: zip.wcx: Add Brotli. UPD: regexp.html: Add \G, \K, \R, (?R), (?modifier:expr). Upd lookbehind limitations. FIX: faq.html: 1.2, link to snapshots. UPD: Screenshots. CHG: btemplate.png from DC icon theme. Other small fixes/changes.
1 parent 507474e commit d855f42

174 files changed

Lines changed: 741 additions & 433 deletions

File tree

Some content is hidden

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

doc/en/cmds.html

Lines changed: 33 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -309,23 +309,23 @@ <h2><a name="catactivepanel">2.1. Active Panel</a></h2>
309309
<tr>
310310
<td class="innerdescparamcell" rowspan="5">column</td>
311311
<td class="innerdescvaluecell">name</td>
312-
<td class="innerdescdesccell">sorted columns will be the "name-ext"</td>
312+
<td class="innerdescdesccell">sort by name and extension</td>
313313
</tr>
314314
<tr>
315315
<td class="innerdescvaluecell">ext</td>
316-
<td class="innerdescdesccell">sorted column will be the "ext"</td>
316+
<td class="innerdescdesccell">sort by name and extension</td>
317317
</tr>
318318
<tr>
319319
<td class="innerdescvaluecell">size</td>
320-
<td class="innerdescdesccell">sorted column will be the "size"</td>
320+
<td class="innerdescdesccell">sort by size</td>
321321
</tr>
322322
<tr>
323323
<td class="innerdescvaluecell">datetime</td>
324-
<td class="innerdescdesccell">sorted column will be the "datetime"</td>
324+
<td class="innerdescdesccell">sort by modification date</td>
325325
</tr>
326326
<tr>
327327
<td class="innerdescvaluecell"><i>(absent)</i></td>
328-
<td class="innerdescdesccell">sorted column will be the "name"</td>
328+
<td class="innerdescdesccell">sort by name and extension</td>
329329
</tr>
330330
<tr>
331331
<td class="innerdescparamcell" rowspan="3">order</td>
@@ -602,15 +602,15 @@ <h2><a name="catfileoperations">2.4. File Operations</a></h2>
602602
</tr>
603603
</table>
604604
<br>
605-
If several files are selected, the first selected file will be opened (as in the <a href="#cm_View">viewer</a>): at the moment, the command's work with several selected files is not fully implemented, so you can deselect files, add "cursor=1" or use <a href="#cm_EditNew">cm_EditNew</a>.
605+
If several files are selected, the first selected file will be opened (as in the <a href="#cm_View">viewer</a>): at the moment, the command's work with several selected files is not fully implemented, so we can deselect files, add "cursor=1" or use <a href="#cm_EditNew">cm_EditNew</a>.
606606
</td>
607607
</tr>
608608
<tr>
609609
<td class="cmdcell"><img class="IntCmdImage" title="cm_EditNew" alt="cm_EditNew" src="../../pixmaps/dctheme/32x32/actions/cm_editnew.png">
610610
<div class="cmdname"><a name="cm_EditNew">cm_EditNew</a></div>
611611
<div class="shrtctkey">Shift+F4</div></td>
612612
<td class="cmdhintcell">Create a new text file in the current directory and open in the editor (see <a href="configuration.html#ConfigToolsEditor">Tools&nbsp;&gt; Editor</a>) or open existing file (if a file with the same name already exists).<br>
613-
You can enter the full name of the file (with path) and it will be created in the specified directory.</td>
613+
We can enter the full name of the file (with path) and it will be created in the specified directory. Keep in mind that the command does not create new folders in the path.</td>
614614
</tr>
615615
<tr>
616616
<td class="cmdcell"><img class="IntCmdImage" title="cm_Copy" alt="cm_Copy" src="../../pixmaps/dctheme/32x32/actions/cm_copy.png">
@@ -1110,6 +1110,18 @@ <h2><a name="catnetwork">2.6. Network</a></h2>
11101110
<div class="cmdname"><a name="cm_CopyNetNamesToClip">cm_CopyNetNamesToClip</a></div></td>
11111111
<td class="cmdhintcell">Windows only: copy names with UNC path.</td>
11121112
</tr>
1113+
<tr>
1114+
<td class="cmdcell"><img class="IntCmdImage" title="cm_MapNetworkDrive" alt="cm_MapNetworkDrive" src="../../pixmaps/dctheme/32x32/actions/cm_mapnetworkdrive.png">
1115+
<div class="cmdname"><a name="cm_MapNetworkDrive">cm_MapNetworkDrive</a></div>
1116+
<div class="shrtctkey">Ctrl+K</div></td>
1117+
<td class="cmdhintcell">This command allows to connect network devices, the behavior depends on the operating system:
1118+
<ul>
1119+
<li>Windows: will call the Windows system dialog to connect network drives.</li>
1120+
<li>macOS: similar to the "Connect to Server" command in Finder.</li>
1121+
<li>Linux and other Unix-like systems: Double Commander will prompt to specify the path, we can use GVfs paths (see <a href="faq.html#gvfs">FAQ</a> for more details) or specify a local directory. Thus, the result of this command is similar to the <a href="#cm_EditPath">cm_EditPath</a> command.</li>
1122+
</ul>
1123+
</td>
1124+
</tr>
11131125
</table>
11141126
<p class="navback"><a href="#topofpage">(back to top)</a></p>
11151127
</div>
@@ -1213,6 +1225,16 @@ <h2><a name="catmiscellaneous">2.7. Miscellaneous</a></h2>
12131225
</table>
12141226
</td>
12151227
</tr>
1228+
<tr>
1229+
<td class="cmdcell"><img class="IntCmdImage" title="cm_MainFontZoomOut" alt="cm_MainFontZoomOut" src="../../pixmaps/dctheme/32x32/actions/cm_mainfontzoomout.png">
1230+
<div class="cmdname"><a name="cm_MainFontZoomOut">cm_MainFontZoomOut</a></div></td>
1231+
<td class="cmdhintcell">Decrease the main font (for file panels) size.</td>
1232+
</tr>
1233+
<tr>
1234+
<td class="cmdcell"><img class="IntCmdImage" title="cm_MainFontZoomIn" alt="cm_MainFontZoomIn" src="../../pixmaps/dctheme/32x32/actions/cm_mainfontzoomin.png">
1235+
<div class="cmdname"><a name="cm_MainFontZoomIn">cm_MainFontZoomIn</a></div></td>
1236+
<td class="cmdhintcell">Increase the main font (for file panels) size.</td>
1237+
</tr>
12161238
</table>
12171239
<p class="navback"><a href="#topofpage">(back to top)</a></p>
12181240
</div>
@@ -1485,7 +1507,7 @@ <h2><a name="catmark">2.8. Mark</a></h2>
14851507
<td class="cmdcell"><img class="IntCmdImage" title="cm_SaveSelectionToFile" alt="cm_SaveSelectionToFile" src="../../pixmaps/dctheme/32x32/actions/cm_saveselectiontofile.png">
14861508
<div class="cmdname"><a name="cm_SaveSelectionToFile">cm_SaveSelectionToFile</a></div></td>
14871509
<td class="cmdhintcell">Save the current selection to a file.<br>
1488-
You may specify the output filename into the first parameter.<br>
1510+
We may specify the output filename into the first parameter.<br>
14891511
If no parameter is supplied, Double Commander will prompt user to enter one.</td>
14901512
</tr>
14911513
<tr>
@@ -1504,7 +1526,7 @@ <h2><a name="catmark">2.8. Mark</a></h2>
15041526
<td class="cmdcell"><img class="IntCmdImage" title="cm_SaveFileDetailsToFile" alt="cm_SaveFileDetailsToFile" src="../../pixmaps/dctheme/32x32/actions/cm_savefiledetailstofile.png">
15051527
<div class="cmdname"><a name="cm_SaveFileDetailsToFile">cm_SaveFileDetailsToFile</a></div></td>
15061528
<td class="cmdhintcell">Save all shown columns of selected items to file.<br>
1507-
You may specify the output filename into the first parameter.<br>
1529+
We may specify the output filename into the first parameter.<br>
15081530
If no parameter is supplied, Double Commander will prompt user to enter one.</td>
15091531
</tr>
15101532
</table>
@@ -2587,7 +2609,8 @@ <h2><a name="cattabs">2.16. Tabs</a></h2>
25872609
<tr>
25882610
<td class="cmdcell"><img class="IntCmdImage" title="cm_RenameTab" alt="cm_RenameTab" src="../../pixmaps/dctheme/32x32/actions/cm_renametab.png">
25892611
<div class="cmdname"><a name="cm_RenameTab">cm_RenameTab</a></div></td>
2590-
<td class="cmdhintcell">Prompt user to rename current tab of active panel.</td>
2612+
<td class="cmdhintcell">Prompt user to rename current tab of active panel.<br>
2613+
Also we can specify a new tab name as a parameter.</td>
25912614
</tr>
25922615
<tr>
25932616
<td class="cmdcell"><img class="IntCmdImage" title="cm_CloseTab" alt="cm_CloseTab" src="../../pixmaps/dctheme/32x32/actions/cm_closetab.png">

0 commit comments

Comments
 (0)