Skip to content

Commit e80d7f0

Browse files
authored
ADD: configuration.html: Section 'Custom columns': The ability to set the time format directly in the column set settings. (#74)
CHG/FIX: cmds.html, help.html, shortcuts.html: 'Show all files without subdirectories'.
1 parent e79f461 commit e80d7f0

8 files changed

Lines changed: 16 additions & 12 deletions

File tree

doc/en/cmds.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ <h2><a name="catactivepanel">2.1. Active Panel</a></h2>
191191
<td class="cmdcell"><img class="IntCmdImage" title="cm_FlatView" alt="cm_FlatView" src="../../pixmaps/dctheme/32x32/actions/cm_flatview.png">
192192
<div class="cmdname"><a name="cm_FlatView">cm_FlatView</a></div>
193193
<div class="shrtctkey">Ctrl+B</div></td>
194-
<td class="cmdhintcell">Will scan all the directories of panel to show all content in one single panel.<br>
194+
<td class="cmdhintcell">Will scan all subdirectories in the current directory of the panel and show all files in one list. Calling the command again will return to the normal mode.<br>
195195
<br>
196196
<table class="innercmddesc">
197197
<tr class="rowinnerdesc">
@@ -402,7 +402,7 @@ <h2><a name="catleftpanel">2.2. Left Panel</a></h2>
402402
<tr>
403403
<td class="cmdcell"><img class="IntCmdImage" title="cm_LeftFlatView" alt="cm_LeftFlatView" src="../../pixmaps/dctheme/32x32/actions/cm_leftflatview.png">
404404
<div class="cmdname"><a name="cm_LeftFlatView">cm_LeftFlatView</a></div></td>
405-
<td class="cmdhintcell">Will scan all the directories of left panel to show all content in this single panel.</td>
405+
<td class="cmdhintcell">Will scan all subdirectories in the current directory of the left panel and show all files in one list.</td>
406406
</tr>
407407
<tr>
408408
<td class="cmdcell"><img class="IntCmdImage" title="cm_LeftSortByName" alt="cm_LeftSortByName" src="../../pixmaps/dctheme/32x32/actions/cm_leftsortbyname.png">
@@ -488,7 +488,7 @@ <h2><a name="catrightpanel">2.3. Right Panel</a></h2>
488488
<tr>
489489
<td class="cmdcell"><img class="IntCmdImage" title="cm_RightFlatView" alt="cm_RightFlatView" src="../../pixmaps/dctheme/32x32/actions/cm_rightflatview.png">
490490
<div class="cmdname"><a name="cm_RightFlatView">cm_RightFlatView</a></div></td>
491-
<td class="cmdhintcell">Will scan all the directories of right panel to show all this content in this single panel.</td>
491+
<td class="cmdhintcell">Will scan all subdirectories in the current directory of the right panel and show all files in one list.</td>
492492
</tr>
493493
<tr>
494494
<td class="cmdcell"><img class="IntCmdImage" title="cm_RightSortByName" alt="cm_RightSortByName" src="../../pixmaps/dctheme/32x32/actions/cm_rightsortbyname.png">

doc/en/configuration.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ <h2><a name="settings">2. Configuration</a></h2>
627627
<li><p><tt>GETFILENAMENOEXT</tt>&nbsp;&ndash; file name and no extension (<tt>text</tt>).</p></li>
628628
<li><p><tt>GETFILEEXT</tt>&nbsp;&ndash; file extension (from the dot to the end, e.g. <tt>txt</tt>).</p></li>
629629
<li><p><tt>GETFILESIZE</tt>&nbsp;&ndash; file or directory size. By default, the appearance will depend on the option chosen in the <a href="#ConfigView">Files views</a> section, but all possible size formats are also available.</p></li>
630-
<li><p><tt>GETFILETIME</tt>&nbsp;&ndash; file or directory modification date. The appearance will depend on the option chosen in the <a href="#ConfigView">Files views</a> section.</p></li>
630+
<li><p><tt>GETFILETIME</tt>&nbsp;&ndash; file or directory modification date.</p></li>
631631
<li><p><tt>GETFILECREATIONTIME</tt>&nbsp;&ndash; file or directory creation date.</p></li>
632632
<li><p><tt>GETFILELASTACCESSTIME</tt>&nbsp;&ndash; file or directory last access date.</p></li>
633633
<li><p><tt>GETFILECHANGETIME</tt>&nbsp;&ndash; file or directory status change date.</p></li>
@@ -640,6 +640,7 @@ <h2><a name="settings">2. Configuration</a></h2>
640640
<li><p><tt>GETFILECOMMENT</tt>&nbsp;&ndash; file or directory description (comment) from <tt>descript.ion</tt> (see details <a href="help.html#cm_EditComment">here</a>).</p></li>
641641
<li><p><tt>GETFILECOMPRESSEDSIZE</tt>&nbsp;&ndash; compressed file size (real size if using NTFS compression).</p></li>
642642
</ul>
643+
<p>By default, fields with timestamps use the date and time format that was choosen in the <a href="#ConfigView">Files views</a> settings section. You can also specify your preferred format directly in the column inside the curly brackets, using the same <a href="#dt_format">date and time formatting characters</a>.</p>
643644
<p><span class="italic">Move</span>&nbsp;&ndash; allows to move lines (which equates to reordering the columns). Click twice in the Move box and you will see a type of spinner appear, clicking on the upper part moves the line up (column moves left).</p>
644645
<p><span class="italic">Delete</span>&nbsp;&ndash; allows to remove any line. To delete: click in the Delete box of the line. Then click again, this time a delete symbol appears. If you click a third time the line will be deleted from the table.</p>
645646
<p>Next, you can change the appearance of the file panels.</p>

doc/en/help.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,8 @@ <h2><a name="mnu_commands">2.1.3. "Commands"</a></h2>
277277
<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>
278278
<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>
279279
<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>
280-
<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>
280+
<p><span class="bold"><a name="cm_FlatView">Flat view</a></span> (internal command <tt>cm_FlatView</tt>) will scan all subdirectories in the current directory of the active panel and show all files in one list. Scanning can be aborted by pressing the <kbd>Esc</kbd> key, calling the command again will return to the normal mode. If the cursor is on a file, then when returning to the normal mode, Double Commander will place the cursor on this file.</p>
281+
<p>Additionally, the <a href="cmds.html#cm_FlatViewSel">cm_FlatViewSel</a> command is available, which also shows all files in one list, but only for selected files and directories. Calling this command again only returns the normal mode in the base directory.</p>
281282
<p><span class="bold"><a name="cm_OpenVirtualFileSystemList">Open VFS List</a></span> (internal command <tt>cm_OpenVirtualFileSystemList</tt>) will open a list of added file system plugins (WFX plugins) that use their own file systems or provide access to other file systems and devices (local or remote). As well as virtual folders:</p>
282283
<ul>
283284
<li><p><tt>Computer</tt>&nbsp;&ndash; contains a list of normal disks with a drive letter and devices that do not have a drive letter (for example, USB devices that are connected via the MTP protocol, i.e. smartphones, tablets or players). Windows only.</p></li>

doc/en/shortcuts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ <h2><a name="main_window">2. Main window</a></h2>
238238
</tr>
239239
<tr>
240240
<td class="varcell"><div class="shortcutname">Ctrl+B</div></td>
241-
<td class="hintcell">Flat view: will scan all the directories of panel to show all content in one single panel</td>
241+
<td class="hintcell">Flat view: will scan all subdirectories in the current directory of the active panel and show all files in one list. Calling the command again will return to the normal mode.</td>
242242
</tr>
243243
<tr>
244244
<td class="varcell"><div class="shortcutname">Ctrl+Shift+B</div></td>

doc/ru/cmds.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ <h2><a name="catactivepanel">2.1. Активная панель</a></h2>
191191
<td class="cmdcell"><img class="IntCmdImage" title="cm_FlatView" alt="cm_FlatView" src="../../pixmaps/dctheme/32x32/actions/cm_flatview.png">
192192
<div class="cmdname"><a name="cm_FlatView">cm_FlatView</a></div>
193193
<div class="shrtctkey">Ctrl+B</div></td>
194-
<td class="cmdhintcell">Показать все файлы без подкаталогов: будут просканированы все каталоги панели и показано всё содержимое.<br>
194+
<td class="cmdhintcell">Показать все файлы без подкаталогов: будут просканированы все подкаталоги в текущем каталоге панели и показаны все файлы одним списком. Повторный вызов команды вернёт обычный режим.<br>
195195
<br>
196196
<table class="innercmddesc">
197197
<tr class="rowinnerdesc">
@@ -402,7 +402,7 @@ <h2><a name="catleftpanel">2.2. Левая панель</a></h2>
402402
<tr>
403403
<td class="cmdcell"><img class="IntCmdImage" title="cm_LeftFlatView" alt="cm_LeftFlatView" src="../../pixmaps/dctheme/32x32/actions/cm_leftflatview.png">
404404
<div class="cmdname"><a name="cm_LeftFlatView">cm_LeftFlatView</a></div></td>
405-
<td class="cmdhintcell">Показать все файлы в левой панели без подкаталогов: будут просканированы все каталоги левой панели и в панели будет показано всё содержимое.</td>
405+
<td class="cmdhintcell">Показать все файлы в левой панели без подкаталогов: будут просканированы все подкаталоги в текущем каталоге левой панели и показаны все файлы одним списком.</td>
406406
</tr>
407407
<tr>
408408
<td class="cmdcell"><img class="IntCmdImage" title="cm_LeftSortByName" alt="cm_LeftSortByName" src="../../pixmaps/dctheme/32x32/actions/cm_leftsortbyname.png">
@@ -488,7 +488,7 @@ <h2><a name="catrightpanel">2.3. Правая панель</a></h2>
488488
<tr>
489489
<td class="cmdcell"><img class="IntCmdImage" title="cm_RightFlatView" alt="cm_RightFlatView" src="../../pixmaps/dctheme/32x32/actions/cm_rightflatview.png">
490490
<div class="cmdname"><a name="cm_RightFlatView">cm_RightFlatView</a></div></td>
491-
<td class="cmdhintcell">Показать все файлы в правой панели без подкаталогов: будут просканированы все каталоги правой панели и в панели будет показано всё содержимое.</td>
491+
<td class="cmdhintcell">Показать все файлы в правой панели без подкаталогов: будут просканированы все подкаталоги в текущем каталоге правой панели и показаны все файлы одним списком.</td>
492492
</tr>
493493
<tr>
494494
<td class="cmdcell"><img class="IntCmdImage" title="cm_RightSortByName" alt="cm_RightSortByName" src="../../pixmaps/dctheme/32x32/actions/cm_rightsortbyname.png">

doc/ru/configuration.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -627,7 +627,7 @@ <h2><a name="settings">2. Настройки</a></h2>
627627
<li><p><tt>GETFILENAMENOEXT</tt>&nbsp;&ndash; имя файла без расширения (<tt>text</tt>).</p></li>
628628
<li><p><tt>GETFILEEXT</tt>&nbsp;&ndash; расширение файла (всё, что идёт с конца до точки, например, <tt>txt</tt>).</p></li>
629629
<li><p><tt>GETFILESIZE</tt>&nbsp;&ndash; размер файла или каталога. По умолчанию вид будет зависеть от настроек в разделе <a href="#ConfigView">Список файлов</a>, но все возможные форматы размера также доступны.</p></li>
630-
<li><p><tt>GETFILETIME</tt>&nbsp;&ndash; дата модификации файла или каталога. Вид будет зависеть от настроек в разделе <a href="#ConfigView">Список файлов</a>.</p></li>
630+
<li><p><tt>GETFILETIME</tt>&nbsp;&ndash; дата модификации файла или каталога.</p></li>
631631
<li><p><tt>GETFILECREATIONTIME</tt>&nbsp;&ndash; дата создания файла или каталога.</p></li>
632632
<li><p><tt>GETFILELASTACCESSTIME</tt>&nbsp;&ndash; дата последнего доступа файла или каталога.</p></li>
633633
<li><p><tt>GETFILECHANGETIME</tt>&nbsp;&ndash; дата изменения статуса файла или каталога.</p></li>
@@ -640,6 +640,7 @@ <h2><a name="settings">2. Настройки</a></h2>
640640
<li><p><tt>GETFILECOMMENT</tt>&nbsp;&ndash; описание (комментарий) файла или каталога из файла <tt>descript.ion</tt> (подробнее смотрите <a href="help.html#cm_EditComment">здесь</a>).</p></li>
641641
<li><p><tt>GETFILECOMPRESSEDSIZE</tt>&nbsp;&ndash; размер сжатого файла (реальный размер, если используется сжатие NTFS).</p></li>
642642
</ul>
643+
<p>По умолчанию в полях с отметками времени используется формат даты и времени, который был выбран в разделе настроек <a href="#ConfigView">Список файлов</a>. Также вы можете задать предпочитаемый формат непосредственно в колонке внутри фигурных скобок, используя те же <a href="#dt_format">символы форматирования даты и времени</a>.</p>
643644
<p><span class="italic">Переместить</span>&nbsp;&ndash; позволяет перемещать строки, для появления кнопок нужно дважды щёлкнуть мышью в поле. Чем выше строка, тем левее будет отображаться эта колонка.</p>
644645
<p><span class="italic">Удалить</span>&nbsp;&ndash; позволяет удалить любую строку. Для удаления щёлкните мышью в поле "Удалить", затем ещё раз и появится кнопка удаления, если вы щёлкните в третий раз, то строка будет удалена из таблицы.</p>
645646
<p>Далее вы можете изменить внешний вид файловых панелей.</p>

doc/ru/help.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -277,7 +277,8 @@ <h2><a name="mnu_commands">2.1.3. "Команды"</a></h2>
277277
<p><span class="bold"><a name="cm_SyncDirs">Синхронизировать каталоги...</a></span> (команда <tt>cm_SyncDirs</tt>) открывает <a href="syncdirs.html">инструмент синхронизации каталогов</a>: каталоги левой и правой панелей будут просканированы, вы увидите различия в их содержимом и сможете сделать их одинаковыми.</p>
278278
<p><span class="bold"><a name="cm_RunTerm">Пуск терминала</a></span> (команда <tt>cm_RunTerm</tt>) открывает терминал в текущем каталоге (настройки терминала задаются в разделе <a href="configuration.html#ConfigTools">Инструменты</a>).</p>
279279
<p><span class="bold"><a name="cm_DoAnyCmCommand">Выполнить внутреннюю команду</a></span> (команда <tt>cm_DoAnyCmCommand</tt>) открывает окно со списком всех внутренних команд и их описанием. Команды сгруппированы по категориям, доступны быстрый фильтр и сортировка: вы можете выполнить выбранную команду, скопировать её название или открыть страницу <a href="cmds.html">Внутренние команды</a> (некоторые команды поддерживают параметры).</p>
280-
<p><span class="bold"><a name="cm_FlatView">Показать все файлы без подкаталогов</a></span> (команда <tt>cm_FlatView</tt>) просканирует все каталоги панели и покажет всё содержимое.</p>
280+
<p><span class="bold"><a name="cm_FlatView">Показать все файлы без подкаталогов</a></span> (команда <tt>cm_FlatView</tt>) просканирует все подкаталоги в текущем каталоге активной панели и покажет все файлы одним списком. Сканирование может быть прервано клавишей <kbd>Esc</kbd>, повторный вызов команды вернёт обычный режим. Если курсор находится на каком-нибудь файле, то при возвращении в обычный режим приложение установит курсор на этот файл.</p>
281+
<p>Дополнительно доступна команда <a href="cmds.html#cm_FlatViewSel">cm_FlatViewSel</a>, которая также показывает все файлы одним списком, но только для выделенных файлов и каталогов. Повторный вызов этой команды только возвращает обычный режим в базовом каталоге.</p>
281282
<p><span class="bold"><a name="cm_OpenVirtualFileSystemList">Открыть список VFS</a></span> (команда <tt>cm_OpenVirtualFileSystemList</tt>) откроет список добавленных плагинов файловой системы (WFX-плагинов), использующих собственные файловые системы или предоставляющие доступ к другим файловым системам и устройствам (локальным или удалённым). А также виртуальные папки:</p>
282283
<ul>
283284
<li><p><tt>Компьютер</tt>&nbsp;&ndash; содержит список обычных дисков с буквой диска и устройств, которые не имеют буквы диска (например, USB-устройства, которые подключены по протоколу MTP, то есть смартфоны, планшеты или плееры). Только Windows.</p></li>

doc/ru/shortcuts.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ <h2><a name="main_window">2. Главное окно</a></h2>
239239
</tr>
240240
<tr>
241241
<td class="varcell"><div class="shortcutname">Ctrl+B</div></td>
242-
<td class="hintcell">Показать все файлы без подкаталогов: будут просканированы все каталоги панели и показано всё содержимое</td>
242+
<td class="hintcell">Показать все файлы без подкаталогов: будут просканированы все подкаталоги в текущем каталоге активной панели и показаны все файлы одним списком. Повторный вызов команды вернёт обычный режим.</td>
243243
</tr>
244244
<tr>
245245
<td class="varcell"><div class="shortcutname">Ctrl+Shift+B</div></td>

0 commit comments

Comments
 (0)