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
<tdclass="cmdhintcell">User may type directly the directory he wants see in the selected panel. Also see <kbd>Shift+F6</kbd><ahref="shortcuts.html#main_window">here</a>.</td>
1649
+
<tdclass="cmdhintcell">User may type directly the directory he wants see in the selected panel. Also see <kbd>F2</kbd> and <kbd>Shift+F6</kbd><ahref="shortcuts.html#main_window">here</a>.</td>
<li><p><tt>doublecmd.xml</tt> – all the main program settings;</p></li>
140
+
<li><p><tt>doublecmd.cfg</tt><spanclass="versionref"><sup>(Alpha version)</sup></span> – settings that are applied before initialization of all program components and loading <tt>doublecmd.xml</tt>;</p></li>
140
141
<li><p><tt>extassoc.xml</tt> – file extension association configuration;</p></li>
141
142
<li><p><tt>pixmaps.txt</tt> – maps file extensions to MIME-types icon names;</p></li>
<p><spanclass="italic">Tab indents blocks</span> – If enabled, <kbd>Tab</kbd> and <kbd>Shift+Tab</kbd> act as block indent, unindent when text is selected.</p>
197
198
<p><spanclass="italic">Smart Tabs</span> – When the <kbd>Tab</kbd> key is used, caret will go to the next non-space character of the previous line.</p>
198
199
<p><spanclass="italic">Tab width</span> – The width of the tab character (in number of characters). If <spanclass="italic">Use spaces instead tab characters</span> is enabled, then the <kbd>Tab</kbd> key will insert the specified number of space characters. This setting does not apply if the <spanclass="italic">Smart Tabs</span> option is enable.</p>
200
+
<p><spanclass="italic">Block indent</span><spanclass="versionref"><sup>(Alpha version)</sup></span> – sets the number of characters by which the indent will increase or decrease when using the corresponding commands.</p>
199
201
<p><spanclass="italic">Right margin</span> – Line length marker, thin vertical line at the given position: lines will not be truncated with a forced line break, it is just a visual hint. Useful in cases where there is a recommendation to limit the length of strings (for example, 80 or 120 characters).</p>
<p><spanclass="italic">Show splash screen</span><spanclass="versionref"><sup>(Alpha version)</sup></span> – If enabled, before displaying the main window, Double Commander will show a splash screen containing the program icon and version, compilation date, and the version of Lazarus, FPC, and operating system.</p>
791
803
<p><spanclass="italic">Show warning messages ("OK" button only)</span> – shows warning messages if enabled. (For example, if Double Commander cannot set some property or attribute of a file due to file system restrictions in the target directory.)</p>
792
804
<p><spanclass="italic">Always go to the root of a drive when changing drives</span> – If unchecked, Double Commander will go to the last open directory on this drive (in this case, you can go to the root directory of the drive by pressing its button twice).</p>
793
805
<p><spanclass="italic">Show current directory in the main window title bar</span> – If enabled, Double Commander will display the name of the current folder and the active panel path in the main window title bar.</p>
794
806
<p><spanclass="italic">Thumbnails</span> – Here you can enable to save cache of thumbnails of images and set their size. The thumbnail cache directory can be found in the <ahref="#ConfigDC">Configuration</a> section. Double Commander uses PNG or JPEG (only for *.bmp, *.jpg and *.jpeg) formats. The thumbnail name is the MD5 sum of the full name of the source file. The full name of the source file, its size and modification date will be added to the file.</p>
795
807
<p>The <spanclass="italic">Remove thumbnails for no longer existing files</span> button will help to remove obsolete thumbnails.</p>
796
808
<p><spanclass="italic">File comments (descript.ion)</span> – Here you can set the default encoding for existing file comments (OEM, ANSI or UTF-8) and the encoding for new files (UTF-8 BOM, UTF-16 LE or UTF-16 BE).</p>
797
-
<p>The next group of parameters is used for import from Total Commander and export <ahref="directoryhotlist.html#exportimporttc">Directory Hotlist</a> and <ahref="toolbar.html">toolbar</a>: <spanclass="italic">TC executable</span>, <spanclass="italic">Configuration file</span> and <spanclass="italic">Toolbar output path</span></p>
809
+
<p>The next group of parameters is used for import from Total Commander and export <ahref="directoryhotlist.html#exportimporttc">Directory Hotlist</a> and <ahref="toolbar.html">toolbar</a>: the path and name of the Total Commander executable file and the main configuration file, as well as the directory where the toolbar files are located.</p>
798
810
<br>
799
811
800
812
<p><spanclass="bold"><aname="ConfigRefresh">2.18. Auto refresh</a></span></p>
<li><p><tt>{!VIEWER}</tt> – call viewer (internal or external, depends on the configuration);</p></li>
930
942
<li><p><tt>{!SHELL}</tt> – run in terminal and stay open at the end.</p></li>
931
943
</ul>
932
-
<p>As a command, you can use the <ahref="cmds.html">internal commands</a> 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_Execute Script, you can run <ahref="lua.html">Lua scripts</a>, in this case you can get the names of the selected files using <ahref="cmds.html#cm_CopyFullNamesToClip">cm_CopyFullNamesToClip</a> or <ahref="cmds.html#cm_SaveSelectionToFile">cm_SaveSelectionToFile</a>.</p>
944
+
<p>As a command, you can use the <ahref="cmds.html">internal commands</a> 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 <ahref="cmds.html#cm_ExecuteScript">cm_ExecuteScript</a>, you can run <ahref="lua.html">Lua scripts</a>, in this case you can get the names of the selected files using <ahref="cmds.html#cm_CopyFullNamesToClip">cm_CopyFullNamesToClip</a> or <ahref="cmds.html#cm_SaveSelectionToFile">cm_SaveSelectionToFile</a>.</p>
933
945
<p><spanclass="italic">Parameters</span> – command parameters including variables:</p>
934
946
<ul>
935
947
<li><p>any variable from <ahref="variables.html">"percent" variables</a>.</p></li>
936
948
<li><p><tt><?command?></tt> – runs "command" in the system shell and feeds the output to the command above.</p></li>
937
949
</ul>
938
950
<p>At a minimum, you must specify a file name, usually <code>%p</code>.</p>
939
951
<p><spanclass="italic">Start path</span> – command start directory. This directory will become the working directory of the program being launched, and if you do not need to explicitly specify it, then just leave this field empty: in this case, the working directory will be the current directory of the active file panel (regular files) or the system directory for the temporary files (files from archives and WFX plugins).</p>
940
-
<p>An association sets example, called <tt>doublecmd.ext.example</tt>, is in the program directory.</p>
941
952
<p>All available actions will be displayed in the "Actions" submenu in the context menu:</p>
<tdclass="hintcell">Internal editor and differ tool: if nothing is selected, the search and replace dialog will use the word under the cursor (<code>True</code>) or text from the search history (<code>False</code>). <code>True</code> by default.</td>
<tdclass="hintcell">For the internal viewer, enables (<code>True</code>) or disables automatic copying of the selected text to the clipboard. <code>True</code> by default.</td>
<tdclass="hintcell">If the columns view is set and there are no selected files, the status bar displays the file name under the cursor (<code>True</code>) or the number of files (<code>False</code>, by default).<br>
277
+
If <code>True</code>, the status bar will also show the number of files when the cursor is on the ".." item. For links, target objects will additionally be displayed.</td>
If <ahref="viewer.html#mnu_image">Image > Show transparency</a> is enabled, the internal viewer indicates transparency using a checkerboard pattern as background and <code>ImageBackColor2</code> defines the color of the squares.<br>
518
+
If not set, the viewer will automatically calculate the value: for a dark background, light squares will be used and vice versa.
0 commit comments