Skip to content

Commit

Permalink
ADD: configxml.html: 'Count' attribute in 'DirHistory'.
Browse files Browse the repository at this point in the history
ADD: syncdirs.html: 'Unknown' filter. UPD: Screenshots.

alpha ? ADD: cmds.html, faq.html, shortcuts.html: 'cm_MapNetworkDrive' and some related changes/updates.
  • Loading branch information
Skif-off committed Aug 16, 2024
1 parent f8e340c commit af13a9b
Show file tree
Hide file tree
Showing 17 changed files with 66 additions and 4 deletions.
12 changes: 12 additions & 0 deletions doc/en/cmds.html
Original file line number Diff line number Diff line change
Expand Up @@ -1110,6 +1110,18 @@ <h2><a name="catnetwork">2.6. Network</a></h2>
<div class="cmdname"><a name="cm_CopyNetNamesToClip">cm_CopyNetNamesToClip</a></div></td>
<td class="cmdhintcell">Windows only: copy names with UNC path.</td>
</tr>
<tr>
<td class="cmdcell"><img class="IntCmdImage" title="cm_MapNetworkDrive" alt="cm_MapNetworkDrive" src="../../pixmaps/dctheme/32x32/actions/cm_mapnetworkdrive.png">
<div class="cmdname"><a name="cm_MapNetworkDrive">cm_MapNetworkDrive</a></div>
<div class="shrtctkey">Ctrl+K</div></td>
<td class="cmdhintcell">This command allows to connect network devices, the behavior depends on the operating system:
<ul>
<li>Windows: will call the Windows system dialog to connect network drives.</li>
<li>macOS: similar to the "Connect to Server" command in Finder.</li>
<li>Linux and other Unix-like systems: Double Commander will prompt to specify the path, you 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>
</ul>
</td>
</tr>
</table>
<p class="navback"><a href="#topofpage">(back to top)</a></p>
</div>
Expand Down
3 changes: 2 additions & 1 deletion doc/en/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -865,11 +865,12 @@ <h2><a name="settings">2. Configuration</a></h2>
<li><p><span class="italic">Main window state</span>&nbsp;&ndash; Size and position of the application window.</p></li>
<li><p><span class="italic">Folder tabs</span>&nbsp;&ndash; List of tabs that are open in the left and right panels.</p></li>
<li><p><span class="italic">Search/Replace history</span>&nbsp;&ndash; <a href="findfiles.html">File search</a> history (except for file name masks, see below), history of masks in the <a href="multirename.html">Multi-Rename Tool</a> and history of searching and replacing text: search by file contents, viewer, built-in editor and built-in differ, search and replace in directory hotlist and toolbar settings. The state of the text search options (<span class="italic">Case sensitive</span>, <span class="italic">Regular expressions</span> and <span class="italic">Hexadecimal</span>) for each entry is also saved.</p></li>
<li><p><span class="italic">Directory history</span>&nbsp;&ndash; List of all visited directories.</p></li>
<li><p><span class="italic">Directory history</span>&nbsp;&ndash; List of all visited directories (see note below).</p></li>
<li><p><span class="italic">Command line history</span>&nbsp;&ndash; Commands that were used at the <a href="help.html#iface_path">command line</a>.</p></li>
<li><p><span class="italic">File mask history</span>&nbsp;&ndash; Double Commander saves a general history of used file masks for several tools: find files, filters in <a href="syncdirs.html">directory synchronization</a> and <a href="help.html#cm_ExtractFiles">archive unpacking</a>, commands for <a href="help.html#cm_MarkPlus">selecting and deselecting a group of files</a>.</p></li>
</ul>
<p>The maximum number of entries in history is limited to 50.</p>
<p>Note about the history of visited directories: During the session, Double Commander stores up to 255 visited directories in memory (however, when the program is closed, only the last 50 entries will be saved). You can change the number of history entries in the popup menu when calling the <a href="cmds.html#cm_DirHistory">cm_DirHistory</a> command (default value is 30, see the <code>Count</code> attribute in the <a href="configxml.html">&lt;DirHistory&gt;</a> tag), but when using the <a href="#ConfigTreeMenu">Tree View Menu</a>, all available history will be shown.</p>
<p>Note: Search templates are not related to the history and are saved separately (in the <tt>doublecmd.xml</tt> configuration file). To manage the list of templates, you can use the <a href="findfiles.html#templates">file search</a> tool.</p>
<p>You can choose how the list of settings sections will look:</p>
<ul>
Expand Down
13 changes: 13 additions & 0 deletions doc/en/configxml.html
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,19 @@ <h2><a name="manualed">3. Options to change manually</a></h2>
<td colspan="2"></td>
</tr>

<tr>
<td class="cmdcell"><div class="firstcolumnaleft">Attribute <i>Count</i><br><small>from &lt;History&gt;&lt;DirHistory&gt;</small></div></td>
<td class="hintcell">
The <code>Count</code> attribute allows to specify the number of entries from the list of visited directories that will be displayed in the popup menu (the <a href="cmds.html#cm_DirHistory">cm_DirHistory</a> command).
When using the Tree View Menu, the attribute value will be ignored.<br>
Default value is 30.
</td>
</tr>

<tr>
<td colspan="2"></td>
</tr>

<tr>
<td class="cmdcell"><div class="firstcolumnaleft">&lt;CustomIcons&gt;<br><small>from &lt;Icons&gt;</small></div></td>
<td class="hintcell">
Expand Down
2 changes: 1 addition & 1 deletion doc/en/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ <h2>2. Issues related to GNU/Linux</h2>
<p>First, packages <tt>gvfs</tt>, <tt>gvfs-backends</tt> and <tt>gvfs-fuse</tt> should be installed.
Keep in mind that some distributions have not packages <tt>gvfs-backends</tt> and <tt>gvfs-fuse</tt>,
because they are part of package <tt>gvfs</tt>, or it can be several packages with names <tt>gvfs-backends-*</tt> or <tt>gvfs-*</tt>.</p>
<p>Now insert GVfs path in the address bar: click by right mouse button at address bar to edit it (or call internal command <tt>cm_EditPath</tt>).</p>
<p>Now insert GVfs path in the address bar: click by right mouse button at address bar to edit it (or call internal command <tt>cm_EditPath</tt>). Alternatively, you can use the internal command <a href="cmds.html#cm_MapNetworkDrive">cm_MapNetworkDrive</a>.</p>
<p>For example, access to</p>
<ul>
<li>FTP: <code>ftp://ftpuser@ftpserver</code></li>
Expand Down
Binary file modified doc/en/images/imgDC/syncdirs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/en/images/imgDC/syncdirscomp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions doc/en/shortcuts.html
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,10 @@ <h2><a name="main_window">2. Main window</a></h2>
<td class="varcell"><div class="shortcutname">Ctrl+H</div></td>
<td class="hintcell">Invoke directory history drop-down menu</td>
</tr>
<tr>
<td class="varcell"><div class="shortcutname">Ctrl+K</div></td>
<td class="hintcell">Map network drive (see <a href="cmds.html#cm_MapNetworkDrive">cm_MapNetworkDrive</a>)</td>
</tr>
<tr>
<td class="varcell"><div class="shortcutname">Ctrl+L</div></td>
<td class="hintcell">Calculate occupied space (for selected items)</td>
Expand Down
1 change: 1 addition & 0 deletions doc/en/syncdirs.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ <h2><a name="window">2. Directory synchronization tool window</a></h2>
<li><p><span class="italic">&gt;</span>&nbsp;&ndash; Show files to be copied or deleted on the left.</p></li>
<li><p><span class="italic">=</span>&nbsp;&ndash; Show files that are considered identical with the current comparison parameters.</p></li>
<li><p><span class="italic">&#8800;</span>&nbsp;&ndash; Show non-identical files.</p></li>
<li><p><span class="italic">?</span>&nbsp;&ndash; Show files with the "unknown" status (for example, broken (or dangling) symbolic links or files that cannot be read when compared by content)</p></li>
<li><p><span class="italic">&lt;</span>&nbsp;&ndash; Show files to be copied or deleted on the right.</p></li>
<li><p><span class="italic">duplicates</span>&nbsp;&ndash; Show files that exist on both sides.</p></li>
<li><p><span class="italic">singles</span>&nbsp;&ndash; Show files that only exist on one side.</p></li>
Expand Down
12 changes: 12 additions & 0 deletions doc/ru/cmds.html
Original file line number Diff line number Diff line change
Expand Up @@ -1108,6 +1108,18 @@ <h2><a name="catnetwork">2.6. Сеть</a></h2>
<div class="cmdname"><a name="cm_CopyNetNamesToClip">cm_CopyNetNamesToClip</a></div></td>
<td class="cmdhintcell">Только Windows: копировать в буфер имена с UNC-путём.</td>
</tr>
<tr>
<td class="cmdcell"><img class="IntCmdImage" title="cm_MapNetworkDrive" alt="cm_MapNetworkDrive" src="../../pixmaps/dctheme/32x32/actions/cm_mapnetworkdrive.png">
<div class="cmdname"><a name="cm_MapNetworkDrive">cm_MapNetworkDrive</a></div>
<div class="shrtctkey">Ctrl+K</div></td>
<td class="cmdhintcell">Команда позволяет подключить сетевые устройства, поведение зависит от операционной системы:
<ul>
<li>Windows: вызывает системный диалог Windows для подключения сетевых дисков.</li>
<li>macOS: аналогично команде "Подключение к серверу" в Finder.</li>
<li>Linux и другие Unix-подобные системы: Double Commander предложит указать путь: вы можете использовать пути GVfs (подробнее смотрите в <a href="faq.html#gvfs">FAQ</a>) или указать локальный каталог. Таким образом, по результату работы эта команда схожа с командой <a href="#cm_EditPath">cm_EditPath</a>.</li>
</ul>
</td>
</tr>
</table>
<p class="navback"><a href="#topofpage">(наверх)</a></p>
</div>
Expand Down
3 changes: 2 additions & 1 deletion doc/ru/configuration.html
Original file line number Diff line number Diff line change
Expand Up @@ -865,11 +865,12 @@ <h2><a name="settings">2. Настройки</a></h2>
<li><p><span class="italic">Состояние главного окна</span>&nbsp;&ndash; Размер и положение окна приложения.</p></li>
<li><p><span class="italic">Вкладки каталогов</span>&nbsp;&ndash; Список вкладок, открытых в левой и правой панелях.</p></li>
<li><p><span class="italic">Историю поиска/замены</span>&nbsp;&ndash; История <a href="findfiles.html">поиска файлов</a> (кроме масок имён файлов, смотрите ниже), история масок в инструменте <a href="multirename.html">группового переименования</a> и история поиска и замены текста: поиск по содержимому файлов, просмотрщик, встроенные редактор и инструмент сравнения файлов, поиск и замена в настройках избранных каталогов и панели инструментов. Также сохраняется состояние параметров поиска текста (<span class="italic">С учётом регистра</span>, <span class="italic">Регулярные выражения</span> и <span class="italic">Шестнадцатеричное</span>) для каждой записи.</p></li>
<li><p><span class="italic">Историю каталогов</span>&nbsp;&ndash; Список всех посещённых каталогов.</p></li>
<li><p><span class="italic">Историю каталогов</span>&nbsp;&ndash; Список всех посещённых каталогов (смотрите примечание ниже).</p></li>
<li><p><span class="italic">Историю командной строки</span>&nbsp;&ndash; Команды, использованные в <a href="help.html#iface_path">командной строке</a>.</p></li>
<li><p><span class="italic">Историю масок файлов</span>&nbsp;&ndash; Double Commander сохраняет общую историю использованных масок файлов для нескольких инструментов: поиск файлов, фильтры в <a href="syncdirs.html">синхронизации каталогов</a> и <a href="help.html#cm_ExtractFiles">распаковке архивов</a>, команды <a href="help.html#cm_MarkPlus">выделения группы файлов и снятия выделения</a>.</p></li>
</ul>
<p>Максимальное количество записей в истории ограничено 50.</p>
<p>Примечание об истории посещённых каталогов: В течении сессии Double Commander хранит в памяти до 255 посещённых каталогов (тем не менее при закрытии программы будут сохранены только последние 50 записей). Вы можете изменить количество записей истории во всплывающем меню при вызове команды <a href="cmds.html#cm_DirHistory">cm_DirHistory</a> (по умолчанию 30, смотрите атрибут <code>Count</code> в теге <a href="configxml.html">&lt;DirHistory&gt;</a>), однако при использовании <a href="#ConfigTreeMenu">древовидного меню</a> будет показана вся доступная история.</p>
<p>Примечание: Шаблоны поиска не относятся к истории и сохраняются отдельно (в файле конфигурации <tt>doublecmd.xml</tt>). Для управления списком шаблонов вы можете использовать инструмент <a href="findfiles.html#templates">поиска файлов</a>.</p>
<p>Вы можете выбрать, как будет выглядеть список разделов настроек:</p>
<ul>
Expand Down
13 changes: 13 additions & 0 deletions doc/ru/configxml.html
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,19 @@ <h2><a name="manualed">3. Параметры, изменяемые вручну
<td colspan="2"></td>
</tr>

<tr>
<td class="cmdcell"><div class="firstcolumnaleft">Атрибут <i>Count</i><br><small>в &lt;History&gt;&lt;DirHistory&gt;</small></div></td>
<td class="hintcell">
Атрибут <code>Count</code> позволяет указать количество записей из списка посещённых каталогов, которые будут отображаться в выпадающем меню (команда <a href="cmds.html#cm_DirHistory">cm_DirHistory</a>).
При использовании древовидного меню значение атрибута будет проигнорировано.<br>
По умолчанию 30.
</td>
</tr>

<tr>
<td colspan="2"></td>
</tr>

<tr>
<td class="cmdcell"><div class="firstcolumnaleft">&lt;CustomIcons&gt;<br><small>в &lt;Icons&gt;</small></div></td>
<td class="hintcell">
Expand Down
2 changes: 1 addition & 1 deletion doc/ru/faq.html
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ <h2>2. Вопросы, связанные с GNU/Linux</h2>
<p>Во-первых, должны быть установлены пакеты <tt>gvfs</tt>, <tt>gvfs-backends</tt> и <tt>gvfs-fuse</tt>.
Имейте в виду, что в некоторых дистрибутивах нет пакетов <tt>gvfs-backends</tt> и <tt>gvfs-fuse</tt>,
потому что они часть пакета <tt>gvfs</tt>, или же может быть несколько пакетов с именами <tt>gvfs-backends-*</tt> или <tt>gvfs-*</tt>.</p>
<p>Теперь вставьте путь GVfs в строку адреса: для редактирования щёлкните правой кнопкой мыши по панели текущего адреса (или вызовите внутреннюю команду <tt>cm_EditPath</tt>).</p>
<p>Теперь вставьте путь GVfs в строку адреса: для редактирования щёлкните правой кнопкой мыши по панели текущего адреса (или вызовите внутреннюю команду <tt>cm_EditPath</tt>). В качестве альтернативы вы можете использовать внутреннюю команду <a href="cmds.html#cm_MapNetworkDrive">cm_MapNetworkDrive</a>.</p>
<p>Например, доступ к</p>
<ul>
<li>FTP: <code>ftp://ftpuser@ftpserver</code></li>
Expand Down
Binary file modified doc/ru/images/imgDC/syncdirs.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified doc/ru/images/imgDC/syncdirscomp.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 4 additions & 0 deletions doc/ru/shortcuts.html
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,10 @@ <h2><a name="main_window">2. Главное окно</a></h2>
<td class="varcell"><div class="shortcutname">Ctrl+H</div></td>
<td class="hintcell">Открыть историю посещённых каталогов</td>
</tr>
<tr>
<td class="varcell"><div class="shortcutname">Ctrl+K</div></td>
<td class="hintcell">Подключить сетевой диск (см. <a href="cmds.html#cm_MapNetworkDrive">cm_MapNetworkDrive</a>)</td>
</tr>
<tr>
<td class="varcell"><div class="shortcutname">Ctrl+L</div></td>
<td class="hintcell">Подсчитать занимаемое место (для выделенных файлов/каталогов)</td>
Expand Down
1 change: 1 addition & 0 deletions doc/ru/syncdirs.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ <h2><a name="window">2. Окно инструмента синхронизаци
<li><p><span class="italic">&gt;</span>&nbsp;&ndash; Показать файлы, которые будут скопированы или удалены слева.</p></li>
<li><p><span class="italic">=</span>&nbsp;&ndash; Показать файлы, которые считаются идентичными при текущих параметрах сравнения.</p></li>
<li><p><span class="italic">&#8800;</span>&nbsp;&ndash; Показать неидентичные файлы.</p></li>
<li><p><span class="italic">?</span>&nbsp;&ndash; Показать файлы со статусом "неизвестно" (например, битые (или висячие) символьные ссылки или файлы, недоступные для чтения при сравнении по содержимому).</p></li>
<li><p><span class="italic">&lt;</span>&nbsp;&ndash; Показать файлы, которые будут скопированы или удалены справа.</p></li>
<li><p><span class="italic">дубликаты</span>&nbsp;&ndash; Показать файлы, которые существуют на обеих сторонах.</p></li>
<li><p><span class="italic">уникальные</span>&nbsp;&ndash; Показать файлы, которые существуют только на одной стороне.</p></li>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit af13a9b

Please sign in to comment.