diff --git a/doc/en/cmds.html b/doc/en/cmds.html index 7385ceba..4301fc67 100644 --- a/doc/en/cmds.html +++ b/doc/en/cmds.html @@ -1110,6 +1110,18 @@

2.6. Network

cm_CopyNetNamesToClip
Windows only: copy names with UNC path. + + cm_MapNetworkDrive +
cm_MapNetworkDrive(Alpha version)
+
Ctrl+K
+ This command allows to connect network devices, the behavior depends on the operating system: + + + diff --git a/doc/en/configuration.html b/doc/en/configuration.html index 1cddf7a3..8eb2a8c2 100644 --- a/doc/en/configuration.html +++ b/doc/en/configuration.html @@ -636,7 +636,7 @@

2. Configuration

  • GETFILEOWNER – displays the owner of the file.

  • GETFILELINKTO – displays the path and file, that is, what is linked with this symlink.

  • GETFILETYPE – file type (as in Windows Explorer or MIME-type).

  • -
  • GETFILECOMMENT – file or directory description (comment) from descript.ion (see details here).

  • +
  • GETFILECOMMENT – file or directory description (comment) from descript.ion (see details here). This field can also be used inside archives (if the archive format supports saving file descriptions and the corresponding external archiver is configured to receive them).

  • GETFILECOMPRESSEDSIZE – compressed file size (real size if using NTFS compression).

  • Move – 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).

    @@ -868,8 +868,8 @@

    2. Configuration

  • Command line history – Commands that were used at the command line.

  • File mask history – Double Commander saves a general history of used file masks for several tools: find files, filters in directory synchronization and archive unpacking, commands for selecting and deselecting a group of files.

  • -

    The maximum number of entries in history is limited to 50.

    -

    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 cm_DirHistory command (default value is 30, see the Count attribute in the <DirHistory> tag), but when using the Tree View Menu, all available history will be shown.

    +

    The maximum number of entries in history is limited to 50 by default (see the MaxStringItems attribute in the <History> tag).

    +

    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, the number of saved entries will be limited to the MaxStringItems value. You can change the number of history entries in the popup menu when calling the cm_DirHistory command (default value is 30, see the Count attribute in the <DirHistory> tag), but when using the Tree View Menu, all available history will be shown.

    Note: Search templates are not related to the history and are saved separately (in the doublecmd.xml configuration file). To manage the list of templates, you can use the file search tool.

    You can choose how the list of settings sections will look:

    "View" actions with the {!DC-VIEWER} macro will be taken into account for quick viewing, other macros and commands will be ignored.

    {!TERMSTAYOPEN} and {!TERMANDCLOSE} have been added for unification and the ability to use the variables %t0 and %t1, {!SHELL} has been kept for backwards compatibility.

    -

    As a command, you can use the internal commands of Double Commander. The parameters of the internal commands are specified one per line, so you can specify only one here. Also, using the internal command cm_ExecuteScript, you can run Lua scripts, in this case you can get the names of the selected files using cm_CopyFullNamesToClip or cm_SaveSelectionToFile.

    +

    As a command, you can use the internal commands of Double Commander. The parameters of the internal commands are specified one per line, so you can specify only one here. Also, using the internal command cm_ExecuteScript, you can run Lua scripts, in this case you can get the names of the selected files using internal commands (cm_CopyFullNamesToClip or cm_SaveSelectionToFile) or the DC.ExpandVar(Alpha version) function.

    Parameters – command parameters including variables:

    The list of the following parameters will vary depending on the type of file operation and operating system family.

    -

    Максимальное количество записей в истории ограничено 50.

    -

    Примечание об истории посещённых каталогов: В течении сессии Double Commander хранит в памяти до 255 посещённых каталогов (тем не менее при закрытии программы будут сохранены только последние 50 записей). Вы можете изменить количество записей истории во всплывающем меню при вызове команды cm_DirHistory (по умолчанию 30, смотрите атрибут Count в теге <DirHistory>), однако при использовании древовидного меню будет показана вся доступная история.

    +

    Максимальное количество записей в истории по умолчанию ограничено 50 (смотрите атрибут MaxStringItems в теге <History>).

    +

    Примечание об истории посещённых каталогов: В течении сессии Double Commander хранит в памяти до 255 посещённых каталогов, тем не менее при закрытии программы количество сохраняемых записей будет ограничено значением MaxStringItems. Вы можете изменить количество записей истории во всплывающем меню при вызове команды cm_DirHistory (по умолчанию 30, смотрите атрибут Count в теге <DirHistory>), однако при использовании древовидного меню будет показана вся доступная история.

    Примечание: Шаблоны поиска не относятся к истории и сохраняются отдельно (в файле конфигурации doublecmd.xml). Для управления списком шаблонов вы можете использовать инструмент поиска файлов.

    Вы можете выбрать, как будет выглядеть список разделов настроек:

    Действия "View" с макросом {!DC-VIEWER} будут учитываться при быстром просмотре, другие макросы и команды будут проигнорированы.

    {!TERMSTAYOPEN} и {!TERMANDCLOSE} были добавлены для унификации и возможности использовать переменные %t0 и %t1, {!SHELL} был сохранён для обеспечения обратной совместимости.

    -

    В качестве команды можно использовать внутренние команды Double Commander. Параметры внутренних команд задаются по одному на строку, поэтому здесь вы можете указать только один. Также с помощью внутренней команды cm_ExecuteScript можно запускать скрипты Lua, в этом случае вы можете получить имена выделенных файлов с помощью cm_CopyFullNamesToClip или cm_SaveSelectionToFile.

    +

    В качестве команды можно использовать внутренние команды Double Commander. Параметры внутренних команд задаются по одному на строку, поэтому здесь вы можете указать только один. Также с помощью внутренней команды cm_ExecuteScript можно запускать скрипты Lua, в этом случае вы можете получить имена выделенных файлов с помощью внутренних команд (cm_CopyFullNamesToClip или cm_SaveSelectionToFile) или функции DC.ExpandVar(Альфа-версия).

    Параметры – параметры команды, включая переменные:

    Список следующих параметров будет различаться в зависимости от типа файловой операции и семейства операционных систем.