From 3367205f1df54be6628c0800d85dd29985651fd9 Mon Sep 17 00:00:00 2001 From: Skif-off Date: Mon, 17 Jun 2024 16:04:09 +0400 Subject: [PATCH] alpha: ADD: cmds.html, faq.html, shortcuts.html: 'cm_MapNetworkDrive' and some related changes/updates. alpha: ADD: configxml.html: 'MaxStringItems'. alpha: ADD: help.html: 'Create directory': Option to disable auto-completion. alpha: ADD: help.html: 'Calculate check sum': Create separate checksum file for each directory. alpha: ADD: help.html: 'Calculate check sum': XXH128. alpha: ADD: help.html, shortcuts.html: Use up/down arrowa to rename next/previous file. alpha: ADD: lua.html: DC.ExpandVar, DC.GetPluginField, DC.GoToFile, SysUtils.ExpandEnv, SysUtils.FileSetTime, SysUtils.GetFileProperty, SysUtils.RemoveDirectory. alpha: ADD: multiarc.html: 'AskHistoryN', 'FallBackArchivers', 'IgnoreStringN' and 'SizeStripChars' ('Additional settings' subsection); 'Show as normal files'. alpha: ADD: viewer.html: Shows the general information about the folder. alpha: UPD: configuration.html, multiarc.html: The 'c' expression now works. alpha: UPD: copymove.html: Support verify after copy in macOS (experimentally). alpha: UPD: findfiles.html: 'Plugins' tab: A note about small assistants (calculator and calendar). UPD: toolbar.html: Separator styles UPD: Screenshots. Other small fixes/changes. --- doc/en/cmds.html | 12 +++ doc/en/configuration.html | 10 +- doc/en/configxml.html | 33 ++++++- doc/en/copymove.html | 4 +- doc/en/faq.html | 2 +- doc/en/findfiles.html | 1 + doc/en/help.html | 15 ++- doc/en/images/imgDC/archiveimg3.png | Bin 37560 -> 38082 bytes doc/en/images/imgDC/archiveimg5.png | Bin 6714 -> 7084 bytes doc/en/images/imgDC/copymove1.png | Bin 15373 -> 15356 bytes doc/en/images/imgDC/findplugins.png | Bin 10761 -> 10524 bytes doc/en/images/imgDC/luaimg1.png | Bin 11145 -> 11194 bytes doc/en/images/imgDC/luaimg3.png | Bin 11138 -> 11205 bytes doc/en/images/imgDC/luaimg4.png | Bin 10580 -> 11952 bytes doc/en/images/imgDC/luaimg5.png | Bin 2035 -> 2036 bytes doc/en/images/imgDC/pic20.png | Bin 18128 -> 25047 bytes doc/en/images/imgDC/pic26.png | Bin 9699 -> 9744 bytes doc/en/images/imgDC/pic55.png | Bin 2560 -> 2633 bytes doc/en/images/imgDC/syncdirscomp.png | Bin 22092 -> 22160 bytes doc/en/images/imgDC/toolbarconfig1.png | Bin 11196 -> 11198 bytes doc/en/images/imgDC/toolbarconfig3.png | Bin 47875 -> 48638 bytes doc/en/images/imgDC/toolbarexternal.png | Bin 11241 -> 11232 bytes doc/en/images/imgDC/toolbarinbar.png | Bin 84929 -> 84893 bytes doc/en/images/imgDC/toolbarinternal1.png | Bin 7407 -> 9941 bytes doc/en/images/imgDC/toolbarinternal2.png | Bin 9285 -> 9285 bytes doc/en/images/imgDC/toolbarmenu.png | Bin 25579 -> 25527 bytes doc/en/images/imgDC/toolbarsample.png | Bin 21132 -> 22583 bytes doc/en/images/imgDC/variablesample.png | Bin 10064 -> 11715 bytes doc/en/images/screenshot.png | Bin 39215 -> 39799 bytes doc/en/lua.html | 87 +++++++++++++++++- doc/en/multiarc.html | 38 +++++++- doc/en/shortcuts.html | 9 ++ doc/en/syncdirs.html | 2 +- doc/en/toolbar.html | 21 +++-- doc/en/variables.html | 2 +- doc/en/viewer.html | 1 + doc/ru/cmds.html | 12 +++ doc/ru/configuration.html | 10 +- doc/ru/configxml.html | 33 ++++++- doc/ru/copymove.html | 4 +- doc/ru/faq.html | 2 +- doc/ru/findfiles.html | 1 + doc/ru/help.html | 17 ++-- doc/ru/images/imgDC/archiveimg3.png | Bin 39800 -> 40476 bytes doc/ru/images/imgDC/archiveimg5.png | Bin 7764 -> 8317 bytes doc/ru/images/imgDC/copymove1.png | Bin 16497 -> 16419 bytes doc/ru/images/imgDC/findplugins.png | Bin 12203 -> 11935 bytes doc/ru/images/imgDC/luaimg1.png | Bin 11694 -> 11745 bytes doc/ru/images/imgDC/luaimg3.png | Bin 11713 -> 11755 bytes doc/ru/images/imgDC/luaimg4.png | Bin 11169 -> 12503 bytes doc/ru/images/imgDC/mulrengeneral.png | Bin 23324 -> 23253 bytes doc/ru/images/imgDC/ris20.png | Bin 18612 -> 25508 bytes doc/ru/images/imgDC/ris21.png | Bin 21400 -> 21330 bytes doc/ru/images/imgDC/ris26.png | Bin 10463 -> 10554 bytes doc/ru/images/imgDC/ris55.png | Bin 2557 -> 2634 bytes doc/ru/images/imgDC/syncdirscomp.png | Bin 23028 -> 23096 bytes doc/ru/images/imgDC/toolbarconfig1.png | Bin 12316 -> 12701 bytes doc/ru/images/imgDC/toolbarconfig3.png | Bin 50868 -> 51559 bytes doc/ru/images/imgDC/toolbarexternal.png | Bin 11747 -> 11726 bytes doc/ru/images/imgDC/toolbarinbar.png | Bin 96755 -> 96882 bytes doc/ru/images/imgDC/toolbarinternal1.png | Bin 7947 -> 10497 bytes doc/ru/images/imgDC/toolbarinternal2.png | Bin 9781 -> 9791 bytes doc/ru/images/imgDC/toolbarmenu.png | Bin 26025 -> 25970 bytes doc/ru/images/imgDC/toolbarsample.png | Bin 21132 -> 22583 bytes doc/ru/images/imgDC/variablesample.png | Bin 10688 -> 12293 bytes doc/ru/images/screenshot.png | Bin 39867 -> 40454 bytes doc/ru/lua.html | 87 +++++++++++++++++- doc/ru/multiarc.html | 40 ++++++-- doc/ru/shortcuts.html | 9 ++ doc/ru/syncdirs.html | 2 +- doc/ru/toolbar.html | 23 +++-- doc/ru/variables.html | 2 +- doc/ru/viewer.html | 3 +- .../32x32/actions/cm_mapnetworkdrive.png | Bin 0 -> 1314 bytes 74 files changed, 414 insertions(+), 68 deletions(-) create mode 100644 pixmaps/dctheme/32x32/actions/cm_mapnetworkdrive.png 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 fae3d2de..d7f282ee 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: