You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ADD: multiarc.html: Note about priority plugins/external archivers.
UPD: findfiles.html: Tab 'Load/Save'.
UPD/CHG: help.html: 'Split file' and 'Combine files'.
CHG/FIX: help.html: Paragraph about pre-installed plugins.
CHG: multiarc.html: Ru: List of WCX plugins: File extensions as in the English version.
FIX: configxml.html: Use 'vertical-align: top'.
<p>Tab <spanclass="italic">Load/Save</span> – allows to save search parameters so they can be used again later.</p>
291
-
<p>Also, here we can see the templates created in the <ahref="#ConfigColorFiles">Colors > File types</a>settings section and in the <ahref="help.html#cm_MarkPlus">Select a Group</a> command dialog.</p>
291
+
<p>Also, here we can see the templates created in the program settings (<ahref="#ConfigColorFiles">Colors > File types</a>or <ahref="configuration.html#ConfigTooltips">Tooltips</a>) and in the <ahref="help.html#cm_MarkPlus">Select a Group</a> command dialog.</p>
292
292
<p>There is a field with a hint under the list of templates: for the selected template, the values of <spanclass="italic">File mask</span> and <spanclass="italic">Start in directory</span> (if it was saved) are displayed.</p>
293
293
<pclass="navback"><ahref="#topofpage">(back to top)</a></p>
<pclass="figure"><imgclass="largeimage" title="Main program window" alt="Main window" src="images/imgDC/pic1.png" width="678" height="530"></p>
94
94
<p>As can be seen from the figure, there are left file panel, a command line and a lower window that is a log viewer (it shows all the actions from the file manager).</p>
95
95
<p>Double Commander uses Total Commander plugin API, so under Windows you can use plugins from Total Commander (many of them are compatible with DC).</p>
96
-
<p>DC comes with several pre-installed plugins: <ahref="multiarc.html#withplugin">several WCX (archiver) plugins</a>to work with archives as directories (virtual file system, VFS), WFX plugin for working with FTP, some content plugins (WDX). Version for Linux includes WFX plugin for working with network storage (SMB/CIFS), search plugin (DSX) and video player plugin (WLX). Version for Windows includes two WLX plugins: Windows Media Player and Explorer preview plugin. Other plugins can be installed manually.</p>
96
+
<p>DC is distributed with several pre-installed plugins: <ahref="multiarc.html#withplugin">several packer plugins (WCX)</a>for working with archives as directories (virtual file system, VFS), file system plugin (WFX) for working with FTP, some content plugins (WDX). Version for Linux includes WFX plugin for working with network storage (SMB/CIFS), search plugin (DSX) and lister plugin (WLX) for viewing video. Version for Windows includes two WLX plugins: Windows Media Player and Explorer Preview plugin. Other plugins can be installed manually.</p>
97
97
<pclass="navback"><ahref="#topofpage">(back to top)</a></p>
<p><spanclass="italic">Link name</span> – here is the path to the link and its name. The name is the last word after the last path separator character in the line.</p>
118
118
<p><spanclass="italic">Existing destination</span> – the object, on which the link is created.</p>
119
+
119
120
<p><aname="cm_SymLink"><spanclass="bold">Create Symbolic Link...</span></a> (internal command <tt>cm_SymLink</tt>). All like the hard link above, but link is <ahref="https://en.wikipedia.org/wiki/Symlink" target="_blank">symbolic</a>.</p>
120
121
121
122
<p><spanclass="bold">Create Directory</span> (internal command <tt>cm_MakeDir</tt>) – 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 "\"), for example, <code>directory1\directory2\directory3</code>.</p>
<p><spanclass="italic">Split the file to directory</span> – specifies destination folder for the split files.</p>
183
-
<p><spanclass="italic">File size</span> – select size of split parts. You can also enter your own value. Presets are:</p>
183
+
<p><spanclass="italic">Split the file to directory</span> – specifies destination folder for the split files. By default, the directory of the inactive file panel will be used.</p>
184
+
<p>The next group of parameters allows to select the size of the split parts or its number. You can enter your own value or use one of the presets:</p>
184
185
<ul>
185
186
<li><p>1457664 B - 3.5" – Floppy drive 3.5;</p></li>
186
187
<li><p>98078 KB - ZIP 100 MB – ZIP drive;</p></li>
187
188
<li><p>650 MB - CD 650 MB – CD drive size;</p></li>
188
189
<li><p>700 MB - CD 700 MB – CD drive size;</p></li>
189
190
<li><p>4482 MB - DVD+R – DVD drive size.</p></li>
190
191
</ul>
192
+
<p>If you use the <spanclass="italic">Number of parts</span> parameter, the size of the parts is always displayed in bytes.</p>
193
+
<p>If <spanclass="italic">Require a CRC32 verification file</span> is enabled, Double Commander will create a text file with the name of the source file and the extension ".crc", which contains the name of the source file, its size and checksum (the CRC32 algorithm is used). This is an easy way to check that the file is combineed correctly and its parts have not been changed during the move.</p>
191
194
<p>On click OK button you get several files with the extension ".split" in the target directory. To combine the file again, select all ".split" parts and click <spanclass="bold">Combine files</span> (<tt>cm_FileLinker</tt>). You also need to specify the order of split parts to combine.</p>
<p>Please see the dedicated <ahref="directoryhotlist.html">Directory Hotlist</a> help page about how to use and configure it.</p>
248
251
249
-
<p><spanclass="bold"><aname="cm_SyncDirs">Synchronize dirs...</a></span> (internal command <tt>cm_SyncDirs</tt>) open the directory synchronization tool: the directories of the left and right panel will be scanned, you will see the differences in their content and you can make them the same.</p>
252
+
<p><spanclass="bold"><aname="cm_SyncDirs">Synchronize dirs...</a></span> (internal command <tt>cm_SyncDirs</tt>) open the <ahref="syncdirs.html">directory synchronization tool</a>: the directories of the left and right panel will be scanned, you will see the differences in their content and you can make them the same.</p>
250
253
<p><spanclass="bold"><aname="cm_RunTerm">Run Terminal</a></span> (internal command <tt>cm_RunTerm</tt>) opens a terminal at the current directory (settings at <ahref="configuration.html#ConfigTools">Tools</a>).</p>
251
254
<p><spanclass="bold"><aname="cm_DoAnyCmCommand">Execute internal command</a></span> (internal command <tt>cm_DoAnyCmCommand</tt>) opens a window with a list of all internal commands and their description. Commands are grouped by category, quick filter and sorting are available: you can execute the selected command, copy its name, or open the <ahref="cmds.html">Internal commands</a> page (some commands support parameters).</p>
252
255
<p><spanclass="bold"><aname="cm_FlatView">Flat view</a></span> (internal command <tt>cm_FlatView</tt>) will scan all the directories of panel to show all content in one single panel.</p>
<li><p>настраиваемая <ahref="toolbar.html">панель инструментов</a> с кнопками для запуска внешних программ или <ahref="cmds.html">внутренних команд</a></p></li>
38
-
<li><p>расширенный поиск файлов, включая поиск текста в любых файлах</p></li>
38
+
<li><p>расширенный <ahref="findfiles.html">поиск файлов</a>, включая поиск текста в любых файлах</p></li>
39
39
<li><p>инструмент <ahref="multirename.html">группового переименования</a> для выделенных файлов</p></li>
0 commit comments