You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ADD: directoryhotlist.html: Ampersand in a name. (#57)
ADD: multirename.html: Insert opening/closing square bracket as is; note about character case.
ADD: regexp.html: Modifiers: Default states.
ADD: variables.html: Pseudo environment variables; note about character case in the variables names.
ADD: viewer.html: 'Quick view' and related changes.
CHG: findfiles.html: Small improvements.
UPD/CHG/FIX: Screenshots.
UPD/CHG: lua.html: Some details about text encoding; a note about CONTENT_DELAYIFSLOW. Cosmetic.
UPD: configuration.html: DC tooltips.
UPD: directoryhotlist.html: Special folders.
UPD: help.html: 'Current directory bar', 'Command line'.
UPD: multiarc.html: Open in associated app.
UPD: toolbar.html: Drag-and-drop buttons, some additiomal getails.
Other small fixes/changes.
<tdclass="cmdhintcell">Content of selected item shown in opposite panel (instead of a separate window).<br>As we navigate to next items, displayed content is updated.</td>
236
+
<tdclass="cmdhintcell">Content of selected item shown in opposite panel (instead of a separate window).<br>See details <ahref="viewer.html">here</a>.</td>
<tdclass="innerdescdesccell">will sort with descending order</td>
341
+
<tdclass="innerdescdesccell">will sort with ascending order</td>
342
342
</tr>
343
343
<tr>
344
344
<tdcolspan="3">Note: If any of these three parameters are not defined or are defined incorrectly; the default values for these parameters will be: panel=active, column=name and order=ascending.</td>
<tdclass="cmdhintcell">Load list of files/folders from the specified text file (plain text file containing full file names, one per line).<br>
1137
+
<tdclass="cmdhintcell">Load list of files/folders from the specified text file (plain text file containing full file names, one per line). Use UTF-8 without BOM.<br>
<b>Note3:</b> When specifying the "mask" parameter, please note you may also use predefined selection type simply by preceding the name of it with symbol ">" like "<i>mask=>Pascal files</i>".<br>
1282
1282
<b>Note4:</b> When using filtering parameter "<i>ignoreaccents=TRUE</i>", the ligatured characters like "<i>œ</i>" for example will be evaluated as the sequence "<i>oe</i>". So for example "<i>cœur</i>" will match "<i>coeur</i>".<br>
1283
1283
<b>Note5:</b> The fact to use parameters like "casesensitive" for example will not affect the subsequent usage the cm_MarkPlus with no parameters which will use the default same parameters of last time it was prompting the user.<br>
1284
-
<b>Note6:</b> Regarding the "attr" possible parameter values, see the "The <ahref="findfiles.html#attributes">Searching for files with specific attributes</a>." section in the "Find files" help file. The way to specify the filter regarding the attributes is the same.<br>
1284
+
<b>Note6:</b> Regarding the "attr" possible parameter values, see the "<ahref="findfiles.html#attributes">Searching for files with specific attributes</a>." section in the "Find files" help file. The way to specify the filter regarding the attributes is the same.<br>
1285
1285
<b>Example1:</b> "cm_MarkPlus mask=*.pas;*.dfm;*.dpr;*.inc casesensitive=false" This will select all the files matching the given filter mask (which is basically common Delphi source file extensions) and ignoring the case of the letters.<br>
1286
1286
<b>Example2:</b> "cm_MarkPlus mask=*ecole*.docx ignoreaccents=true" This will select all the files matching the given filter mask (which is basically Microsoft Word document with the word "ecole" in them) ignoring the accents. This means it will select file with "école" and "ecole" in them since accent are ignored.
<p>If attribute should not be set, it must be replaced with the "-" symbol, unnecessary attributes should be hidden: symbol "*" means match any number of characters, symbol "?" means any one character. For example, <code>?r*</code> (Windows) or <code>?r-*</code> (Linux) will find all read-only files and folders.</p>
338
338
<p>You can use a color from the list or specify yours using the ">>" button.</p>
339
339
<p>Do not forget to click "Apply" button after customization.</p>
340
-
<p>Rules are applied strictly in reverse order: a rule higher in the list will overlap any rule below.</p>
340
+
<p>Double Commander checks the list from top to bottom until the first match: a rule higher in the list will overlap any rule below.</p>
<p>Here you can set the action on pressing some keys in the active file panel: <spanclass="italic">Letters</span>, <spanclass="italic">Alt+Letters</span>, <spanclass="italic">Ctrl+Alt+Letters</span>. You can choose one of the following actions: do nothing, set focus to command line and enter command, run quick search or quick filter.</p>
345
+
<p>Here you can set the action on pressing some keys in the active file panel: <spanclass="italic">Letters</span>, <spanclass="italic">Alt+Letters</span>, <spanclass="italic">Ctrl+Alt+Letters</span>. You can choose one of the following actions: do nothing, set focus to command line and enter command, run <p><ahref="help.html#cm_QuickSearch">quick search or quick filter</a>.</p>
346
346
<p><spanclass="italic">Left, Right arrows change directory (Lynx-like movement)</span> – <kbd>right arrow</kbd> opens directory or runs a program under cursor, <kbd>left arrow</kbd> opens parent directory.</p>
<p>The first parameter in the <spanclass="italic">Formatting</span> group is <spanclass="italic"><aname="dt_format">Date and time format</a></span>. You can choose one of the existing templates from the drop-down list or set your own using date and time formatting characters.</p>
471
471
<p>Formatting characters are presented below (based on <atitle="Free Pascal: Date and time format" href="https://www.freepascal.org/docs-html/rtl/sysutils/formatchars.html" target="_blank">Free Pascal documentation</a>). Some values depends on your regional settings!</p>
472
-
<p>As example we will use 2021.01.24 09:06:02 (i.e. <tt>yyyy.mm.dd hh:mm:ss</tt>) and the USA region.</p>
472
+
<p>As example we will use 2021.01.24 09:06:02 (i.e. <code>yyyy.mm.dd hh:mm:ss</code>) and the USA region.</p>
<p>Content plugins are designed to get properties of a file or information about its content (for example, EXIF or ID3 tags). You can use this data in the file search or multi-rename tool, column set, tooltips.<br>
642
642
Also Double Commander supports content plugins written in the Lua language (scripts are added in the same way as ordinary plugins). Examples can be found in the program folder (<tt>plugins/wdx/scripts</tt>).</p>
643
643
<p><spanclass="italic">3. File system plugins (WFX)</span></p>
644
-
<p>File system plugins uses their own file systems or provides access to other file systems and devices (local or remote). For example, FTP servers, Samba,mobile devises. Also it can be lists of files, running processes and services, or the Windows registry.</p>
644
+
<p>File system plugins uses their own file systems or provides access to other file systems and devices (local or remote). For example, FTP servers, network directories, mobile devises. Also it can be lists of files, running processes and services, or the Windows registry.</p>
<p>The built-in viewer displays plain text files, some image formats and console commands output, plugins allow to expand this list: electronic documents and databases, audio and video files, font files, content of archives, detailed information about some files, source code files with syntax highlighting.<br>
647
647
Order matters: when choosing an appropriate plugin, Double Commander starts checking from top to bottom.</p>
<p>Search plugins are Double Commander's own plugin type, these plugins use console programs to find files (for example, Locate, Everything or Recoll). The DSX plugins interface allows to send them <ahref="findfiles.html">search parameter values</a> from the "Standard" and "Advanced" tabs. </p>
650
650
<p>Buttons:</p>
651
651
<ul>
652
-
<li><p><spanclass="italic">Add</span> – opens the file selection dialog. Alternatively, you can use the internal <ahref="cmds.html#cm_AddPlugin">cm_AddPlugin</a> command.</p></li>
652
+
<li><p><spanclass="italic">Add</span> – opens the file selection dialog. Alternatively, you can use the internal command <ahref="cmds.html#cm_AddPlugin">cm_AddPlugin</a>.</p></li>
653
653
<li><p><spanclass="italic">Disable</span> – allows to temporarily disable the selected plugin.</p></li>
654
654
<li><p><spanclass="italic">Remove</span> – removes the selected plugin from the list (but not plugin file!).</p></li>
<p>Favorite Tabs are saved sets of tabs that grouped according to criteria convenient for you (work, projects, hobbies, and so on), they allow to open all the necessary directories in tabs at once.</p>
773
772
<p>The list of saved tab sets is available in the <ahref="help.html#mnu_fav">"Favorites"</a> menu and in the popup menu called by the <ahref="cmds.html#cm_LoadFavoriteTabs">cm_LoadFavoriteTabs</a> command.</p>
774
773
<p>In this section you can manage them: change order, names, delete unnecessary, sort or group in a submenu.</p>
<p><spanclass="italic">Show tooltip for files in the file panel</span> – enables the ability to use tooltips.</p>
937
-
<p><spanclass="italic">File types</span> – contains a list of file groups.</p>
936
+
<p><spanclass="italic">File types</span> – contains a list of file groups. Double Commander checks the list from top to bottom until the first match: a file group higher in the list will overlap any file group below.</p>
938
937
<p>Buttons:</p>
939
938
<ul>
940
939
<li><p><spanclass="italic">Apply</span> – will save the settings for the selected file type.</p></li>
<p>If you have not added your own tooltips for the specified file types, then the DC tooltip will contain only the file name. The content of the system tooltip depends on the operating system:</p>
963
+
<p>The content of the system tooltip depends on the operating system:</p>
965
964
<ul>
966
965
<li><p>Windows: File name and the same as in Windows Explorer. If it was not possible to obtain information, then Double Commander will show the same as in Linux and other Unix-like systems.</p></li>
967
966
<li><p>Linux and other Unix-like systems: File name, modification date and size.</p></li>
968
967
</ul>
968
+
<p>The first line of the tooltip always contains the file name, and if you did not specify anything in the <spanclass="italic">Category hint</span> field, then the DC tooltip will contain only the file name.</p>
969
969
<p><spanclass="italic">Tooltip hiding delay</span> – sets the duration of displaying the tooltip: system default, 1 sec, 2 sec, 3 sec, 5 sec, 10 sec, 30 sec, 1 min and never hide (the tooltip will be hidden when you move the mouse cursor to another file or outside the file panel).</p>
970
970
<p>In the screenshot at the beginning of the section description, you can see an example of a tooltip with the <tt>textline.wdx</tt> plugin that shows the contents of the selected lines of a text file (in this case, the first, second and third lines), the <spanclass="italic">Combine DC and system tooltip, system first</span> mode is selected.</p>
<p>The ampersand character "&" in a name has a special meaning, we can use it to quickly select a directory in the menu using the keyboard, just add an ampersand in front of one of the letters. To use this symbol as is, we must double it ("&&").</p>
162
163
<pclass="navback"><ahref="#topofpage">(back to top)</a></p>
163
164
</div>
164
165
@@ -195,8 +196,9 @@ <h2><a name="helperpath">2.9. Helper with path and target definition</a></h2>
195
196
<p>Here is a complete summary of what you'll find there:</p>
196
197
<ul>
197
198
<li><b>Use Double Commander special path</b> – To point directly to the executable path, the configuration path, etc.</li>
198
-
<li><b>Use Windows special folder (TC)</b> – For Microsoft Windows flavor, will allow to point windows-related path, compatible with TC variable name.</li>
199
-
<li><b>Use other Windows special folder</b> – Same as above but new one, not present in TC.</li>
199
+
<li><b>Use Windows special folder (TC)</b> – Windows only: contains a list of <ahref="variables.html#envvariables">pseudo environment variables</a>.<br>
200
+
Note: This list corresponds to the list of variables supported in Total Commander and is also used for import from Total Commander and export Directory Hotlist (see <ahref="#exportimporttc">below</a>) and <ahref="toolbar.html">toolbar</a>.</li>
201
+
<li><b>Use other Windows special folder</b> – Additional pseudo environment variables.</li>
200
202
<li><b>Use environment variable</b> – Certainly some values are not really valid and useful there but for the ones that might be, let's use them!</li>
201
203
<li><b>Use hotdir path</b> – This is pure versatility: you may add a Directory Hotlist... from the Directory Hotlist!</li>
202
204
<li><b>Make relative to...</b> – Same thing for each of the above BUT instead of straight ADDING the path, it will make the current written one relative to the one you select.</li>
0 commit comments