doublecmd/doc/en/doublecmd.ini.html
2008-10-19 17:33:31 +00:00

686 lines
5.8 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html lang="en">
<head>
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>Structure of doublecmd.ini</title>
</head>
<body>
<big><span style="font-weight: bold;">Settings in the file doublecmd.ini</span></big><br>
<br>
<table style="text-align: left; width: 100%;" border="1" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="font-weight: bold;">[Configuration]</td>
<td>General settings</td>
</tr>
<tr>
<td><span style="color: rgb(153, 0, 0);">CaseSensitiveSort</span>=0</td>
<td>0: Case sensitive sort OFF<br>
1: Case sensitive sort ON</td>
</tr>
<tr>
<td><span style="color: rgb(153, 0, 0);">CopyBlockSize</span>=64</td>
<td>Sets block size for copying (in kbytes=1024 bytes). Default&nbsp;is 64 (=65536 bytes).</td>
</tr>
<tr>
<td><span style="color: rgb(153, 0, 0);">CustomDriveIcons</span>=0</td>
<td>Use custom drive icons (from %commander_path%\pixmaps\XxX\devices\) instead system icons (<span style="color: rgb(255, 0, 0);">Windows only</span>)<br>
0: Use system&nbsp;icons<br>
1: Use custom icons</td>
</tr>
<tr>
<td><span style="color: rgb(153, 0, 0);">DirTabLimit</span>=32</td>
<td>Maximum number of characters shown in a directory tab</td>
</tr>
<tr>
<td style="color: rgb(153, 0, 0);">DriveBlackList</td>
<td>List of drives that don't show in drive bar/menu (; - separator)</td>
</tr>
<tr>
<td><span style="color: rgb(153, 0, 0);">UseExtEdit</span>=0</td>
<td>0: Use internal editor<br>
1: Use external editor (see ExtEdit)</td>
</tr>
<tr>
<td><span style="color: rgb(153, 0, 0);">UseExtView</span>=0</td>
<td>0: Use internal viever<br>
1: Use external viewer (see&nbsp;ExtView)</td>
</tr>
<tr>
<td><span style="color: rgb(153, 0, 0);">UseExtDiff</span>=0</td>
<td>0: Use internal file differ<br>
1: Use external file differ (see ExtDiff)</td>
</tr>
<tr>
<td style="color: rgb(153, 0, 0);">ExtEdit</td>
<td>External editor for F4</td>
</tr>
<tr>
<td style="color: rgb(153, 0, 0);">ExtView</td>
<td>External viewer for F3</td>
</tr>
<tr>
<td style="color: rgb(153, 0, 0);">ExtDiff</td>
<td>External file differ</td>
</tr>
<tr>
<td><span style="color: rgb(153, 0, 0);">Font.Name</span>=default &nbsp;&nbsp; </td>
<td>Font for the file panels</td>
</tr>
<tr>
<td><span style="color: rgb(153, 0, 0);">Font.Size</span>=10</td>
<td>Font size for the file panels</td>
</tr>
<tr>
<td style="color: rgb(153, 0, 0);">Font.Style</td>
<td>Font style for the file panels</td>
</tr>
<tr>
<td><span style="color: rgb(153, 0, 0);">Maximized</span>=0&nbsp;&nbsp;&nbsp; </td>
<td>Window state<br>
0: normal, <br>
1: maximal size</td>
</tr>
<tr>
<td><span style="color: rgb(153, 0, 0);">MouseSelectionEnabled</span>=1</td>
<td>Enable mouse selection<br>
0: no<br>
1: yes</td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td><span style="color: rgb(153, 0, 0);">QuickSearchMatchBeginning</span>=1</td>
<td>0: A search string like "double" will be read as "*double"<br>
1: Exact match: typing "cmd" will find only "cmd.ini", but not "doublecmd.ini"</td>
</tr>
<tr>
<td><span style="color: rgb(153, 0, 0);">QuickSearchMatchEnding</span>=1</td>
<td>0: Typing a dot is read as *. , "double.i" finds also "doublecmd.ini"<br>
1: Exact match: typing "double.i" finds only "double.ini", but doesn't find "doublecmd.ini"</td>
</tr>
<tr>
<td><span style="color: rgb(153, 0, 0);">ScrollMode</span>=0</td>
<td>Mouse wheel scroll mode<br>
0: Line by line with cursor movement<br>
1: Line by line<br>
2: Page by page</td>
</tr>
<tr>
<td><span style="color: rgb(153, 0, 0);">ShowIcons</span>=1</td>
<td>Show icons in file panel<br>
&nbsp;0: no<br>
&nbsp;1: yes</td>
</tr>
<tr>
<td><span style="color: rgb(153, 0, 0);">ShowSystemFiles</span>=0</td>
<td>Show system files<br>
0: No<br>
1: Yes</td>
</tr>
<tr>
<td><span style="color: rgb(153, 0, 0);">UseIniInProgramDir</span>=0</td>
<td>Location of DC configuration files<br>
0: Use configuration files from user home directory<br>
1:&nbsp;Use configuration files from program directory</td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
<tr>
<td></td>
<td></td>
</tr>
</tbody>
</table>
</body>
</html>