Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/en/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ <h2><a name="presentation">1. Presentation</a></h2>
<li><p>all operations work in the background with threading operations support</p></li>
<li><p>tabbed panels interface</p></li>
<li><p>custom <a href="toolbar.html">toolbar</a> with buttons to launch external programs or <a href="cmds.html">internal commands</a></p></li>
<li><p>extended search function with full text search in any files</p></li>
<li><p>extended <a href="findfiles.html">search function</a> with full text search in any files</p></li>
<li><p>multiple files name <a href="multirename.html">rename</a> at once</p></li>
<li><p>directory synchronization</p></li>
<li><p><a href="syncdirs.html">directory synchronization</a></p></li>
<li><p>request administrator/root privileges for file operations (if necessary)</p></li>
<li><p>customizable columns</p></li>
<li><p>built-in file viewer (<kbd>F3</kbd>) to view files of ANY SIZE in hexadecimal, binary or text format</p></li>
Expand Down
60 changes: 30 additions & 30 deletions doc/en/configxml.html

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion doc/en/findfiles.html
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ <h2><a name="plugins">4. Tab "Plugins"</a></h2>
<div>
<h2><a name="templates">5. Tab "Load/Save"</a></h2>
<p>Tab <span class="italic">Load/Save</span>&nbsp;&ndash; allows to save search parameters so they can be used again later.</p>
<p>Also, here we can see the templates created in the <a href="#ConfigColorFiles">Colors&nbsp;&gt; File types</a> settings section and in the <a href="help.html#cm_MarkPlus">Select a Group</a> command dialog.</p>
<p>Also, here we can see the templates created in the program settings (<a href="#ConfigColorFiles">Colors&nbsp;&gt; File types</a> or <a href="configuration.html#ConfigTooltips">Tooltips</a>) and in the <a href="help.html#cm_MarkPlus">Select a Group</a> command dialog.</p>
<p>There is a field with a hint under the list of templates: for the selected template, the values of <span class="italic">File mask</span> and <span class="italic">Start in directory</span> (if it was saved) are displayed.</p>
<p class="navback"><a href="#topofpage">(back to top)</a></p>
</div>
Expand Down
11 changes: 7 additions & 4 deletions doc/en/help.html
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ <h2><a name="usage">1.2. Usage</a></h2>
<p class="figure"><img class="largeimage" title="Main program window" alt="Main window" src="images/imgDC/pic1.png" width="678" height="530"></p>
<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>
<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>
<p>DC comes with several pre-installed plugins: <a href="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>
<p>DC is distributed with several pre-installed plugins: <a href="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>
<p class="navback"><a href="#topofpage">(back to top)</a></p>
</div>

Expand All @@ -116,6 +116,7 @@ <h2><a name="mnu_file">2.1.1. "Files"</a></h2>
<p class="figure"><img class="largeimage" title="Hard link" alt="Hard link" src="images/imgDC/pic15.png" width="370" height="171"></p>
<p><span class="italic">Link name</span>&nbsp;&ndash; 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>
<p><span class="italic">Existing destination</span>&nbsp;&ndash; the object, on which the link is created.</p>

<p><a name="cm_SymLink"><span class="bold">Create Symbolic Link...</span></a> (internal command <tt>cm_SymLink</tt>). All like the hard link above, but link is <a href="https://en.wikipedia.org/wiki/Symlink" target="_blank">symbolic</a>.</p>

<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 "\"), for example, <code>directory1\directory2\directory3</code>.</p>
Expand Down Expand Up @@ -179,15 +180,17 @@ <h2><a name="mnu_file">2.1.1. "Files"</a></h2>

<p>Items <a name="cm_FileSpliter"><span class="bold">Split file</span></a> and <a name="cm_FileLinker"><span class="bold">Combine files</span></a> (internal commands <tt>cm_FileSpliter</tt> and <tt>cm_FileLinker</tt>)</p>
<p class="figure"><img class="largeimage" title="Split file" alt="Split file" src="images/imgDC/pic24.png" width="502" height="272"></p>
<p><span class="italic">Split the file to directory</span>&nbsp;&ndash; specifies destination folder for the split files.</p>
<p><span class="italic">File size</span>&nbsp;&ndash; select size of split parts. You can also enter your own value. Presets are:</p>
<p><span class="italic">Split the file to directory</span>&nbsp;&ndash; specifies destination folder for the split files. By default, the directory of the inactive file panel will be used.</p>
<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>
<ul>
<li><p>1457664 B - 3.5"&nbsp;&ndash; Floppy drive 3.5;</p></li>
<li><p>98078 KB - ZIP 100 MB&nbsp;&ndash; ZIP drive;</p></li>
<li><p>650 MB - CD 650 MB&nbsp;&ndash; CD drive size;</p></li>
<li><p>700 MB - CD 700 MB&nbsp;&ndash; CD drive size;</p></li>
<li><p>4482 MB - DVD+R&nbsp;&ndash; DVD drive size.</p></li>
</ul>
<p>If you use the <span class="italic">Number of parts</span> parameter, the size of the parts is always displayed in bytes.</p>
<p>If <span class="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>
<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 <span class="bold">Combine files</span> (<tt>cm_FileLinker</tt>). You also need to specify the order of split parts to combine.</p>
<p class="figure"><img class="largeimage" title="Combine files" alt="Combine files" src="images/imgDC/pic25.png" width="394" height="372"></p>
<p>This function is very useful, if you have small drives and large files. It is possible to move the file parts.</p>
Expand Down Expand Up @@ -246,7 +249,7 @@ <h2><a name="mnu_commands">2.1.3. "Commands"</a></h2>
</ul>
<p>Please see the dedicated <a href="directoryhotlist.html">Directory Hotlist</a> help page about how to use and configure it.</p>

<p><span class="bold"><a name="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>
<p><span class="bold"><a name="cm_SyncDirs">Synchronize dirs...</a></span> (internal command <tt>cm_SyncDirs</tt>) open the <a href="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>
<p><span class="bold"><a name="cm_RunTerm">Run Terminal</a></span> (internal command <tt>cm_RunTerm</tt>) opens a terminal at the current directory (settings at <a href="configuration.html#ConfigTools">Tools</a>).</p>
<p><span class="bold"><a name="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 <a href="cmds.html">Internal commands</a> page (some commands support parameters).</p>
<p><span class="bold"><a name="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>
Expand Down
5 changes: 3 additions & 2 deletions doc/en/multiarc.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,10 @@ <h2><a name="resources">2. Resources to work with compressed files</a></h2>
<p>Double Commander is versatile enough to use external programs to deal with compressed files through it own interface.</p>
<p>It uses two different principles to deal with the compressed files:</p>
<ul>
<li>Through plugins</li>
<li>Through exiting external archiver application controllable via command line</li>
<li>through plugins;</li>
<li>through exiting external archiver application controllable via command line.</li>
</ul>
<p>When we try to open an archive, Double Commander first checks the list of available packer plugins.</p>
<p class="navback"><a href="#topofpage">(back to top)</a></p>
</div>

Expand Down
4 changes: 2 additions & 2 deletions doc/ru/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ <h2><a name="presentation">1. Описание</a></h2>
<li><p>все операции выполняются в фоновом режиме с поддержкой потоков</p></li>
<li><p>поддержка вкладок файловых панелей</p></li>
<li><p>настраиваемая <a href="toolbar.html">панель инструментов</a> с кнопками для запуска внешних программ или <a href="cmds.html">внутренних команд</a></p></li>
<li><p>расширенный поиск файлов, включая поиск текста в любых файлах</p></li>
<li><p>расширенный <a href="findfiles.html">поиск файлов</a>, включая поиск текста в любых файлах</p></li>
<li><p>инструмент <a href="multirename.html">группового переименования</a> для выделенных файлов</p></li>
<li><p>синхронизация каталогов</p></li>
<li><p><a href="syncdirs.html">синхронизация каталогов</a></p></li>
<li><p>запрос привилегий администратора/root для файловых операций (если необходимо)</p></li>
<li><p>настраиваемые колонки</p></li>
<li><p>встроенный просмотрщик файлов (<kbd>F3</kbd>) для просмотра файлов ЛЮБЫХ РАЗМЕРОВ в шестнадцатеричном, двоичном или текстовом формате</p></li>
Expand Down
Loading