Skip to content

Commit cc8d51d

Browse files
authored
Merge pull request #35 from Skif-off/small-upd
Add description of 'ToolSize' and 'PathLabel'. Upd description of Find Files dialog and list of hashes. Other small changes
2 parents 2e7d903 + 5962cb3 commit cc8d51d

File tree

11 files changed

+256
-100
lines changed

11 files changed

+256
-100
lines changed

doc/en/configxml.html

Lines changed: 69 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ <h2>3. <a name="manualed">Options to change manually</a></h2>
5959
<BR>
6060
<p><B>WARNING:</B> We will not edit that file WHILE Double Commander is running! Not only because anyway their values are read only when we're starting the application, but also because if we edited the file while DC is running, when we'll close the application the values we would have wrote will be overwritten by the application re-saving its current context for next session. If we need to edit the <code>doublecmd.xml</code> file, we need to make sure we close Double Commander, then we edit file, and then we re-launch the application.</p>
6161
<BR>
62-
<p>The following table gives us these rare specific settings that we need to manually edit the file if we need to change them:</p>
62+
<p>The following table gives us these rare specific settings that we need to manually edit the file if we need to change them.</p>
63+
<p><b>About color format</b>: We can set color as hex number using format $BBGGRR (for example, if we want to use blue color, we would write <code>$FF0000</code>).</p>
6364

6465
<table>
6566
<tr class="rowcategorytitle"><th colspan="2">Setting required to be changed manually if necessary</th></tr>
@@ -163,6 +164,7 @@ <h2>3. <a name="manualed">Options to change manually</a></h2>
163164
</tr>
164165
</table>
165166
<I>Example:</i> <code>&lt;Quality&gt;1&lt;/Quality&gt;</code>
167+
</td>
166168
</tr>
167169

168170
<tr>
@@ -177,15 +179,49 @@ <h2>3. <a name="manualed">Options to change manually</a></h2>
177179

178180
<tr>
179181
<td class="varcell"><div class="firstcolumnaleft">&lt;Info&gt;, &lt;Error&gt; <small>and</small> &lt;Success&gt;<BR><small>from &lt;Colors&gt;&lt;LogWindow&gt;</small></div></td>
180-
<td class="hintcell">Change text color of log window (info, error, success messages).<BR>
181-
We can set color as hex number using format $BBGGRR.<BR>
182-
<I>For example, if we want to use blue color for text of info messages:</i> <code>&lt;Info&gt;$FF0000&lt;/Info&gt;</code></td>
182+
<td class="hintcell">
183+
Change text color of log window (info, error, success messages).
184+
</td>
185+
</tr>
186+
187+
<tr>
188+
<td class="varcell"><div class="firstcolumnaleft">&lt;PathLabel&gt;<BR><small>from &lt;Colors&gt;</small><span class="versionref">(Version 1.0.0 +)</span></div></td>
189+
<td class="hintcell">
190+
Change colors of <a href="help.html#iface_dir">current directory bar</a>:<BR>
191+
<table class="innercmddesc">
192+
<tr class="rowinnerdesc">
193+
<th class="innerdescheader">Tag</th>
194+
<th class="innerdescheader">File panel</th>
195+
<th class="innerdescheader">Description</th>
196+
</tr>
197+
<tr>
198+
<td class="innerdescdesccell">&lt;ActiveColor&gt;</td>
199+
<td class="innerdescvaluecell" rowspan="2">active</td>
200+
<td class="innerdescdesccell">background color</td>
201+
</tr>
202+
<tr>
203+
<td class="innerdescdesccell">&lt;ActiveFontColor&gt;</td>
204+
<td class="innerdescdesccell">font color</td>
205+
</tr>
206+
<tr>
207+
<td class="innerdescdesccell">&lt;InactiveColor&gt;</td>
208+
<td class="innerdescvaluecell" rowspan="2">inactive</td>
209+
<td class="innerdescdesccell">background color</td>
210+
</tr>
211+
<tr>
212+
<td class="innerdescdesccell">&lt;InactiveFontColor&gt;</td>
213+
<td class="innerdescdesccell">font color</td>
214+
</tr>
215+
</table>
216+
</td>
183217
</tr>
184218

185219
<tr>
186220
<td class="varcell"><div class="firstcolumnaleft">&lt;AutoSaveWidth&gt;<BR><small>from &lt;FilesViews&gt;&lt;ColumnsView&gt;</small></div></td>
187-
<td class="hintcell">When we manually change the column width with the mouse help, by default DC changes it for both panels and saves a new value for the next launches.<BR>
188-
If we want to disable this behavior and use new value only in the current session, we must replace <code>True</code> with <code>False</code>, i.e. use <code>&lt;AutoSaveWidth&gt;False&lt;/AutoSaveWidth&gt;</code>.</td>
221+
<td class="hintcell">
222+
When we manually change the column width with the mouse help, by default DC changes it for both panels and saves a new value for the next launches.<BR>
223+
If we want to disable this behavior and use new value only in the current session, we must replace <code>True</code> with <code>False</code>, i.e. use <code>&lt;AutoSaveWidth&gt;False&lt;/AutoSaveWidth&gt;</code>.
224+
</td>
189225
</tr>
190226

191227
<tr>
@@ -252,16 +288,19 @@ <h2>3. <a name="manualed">Options to change manually</a></h2>
252288
</tr>
253289
</table>
254290
<I>Example:</i> <code>&lt;NtfsHourTimeDelay&gt;True&lt;/NtfsHourTimeDelay&gt;</code>
291+
</td>
255292
</tr>
256293

257294
<tr>
258295
<td class="varcell"><div class="firstcolumnaleft">&lt;AutoExtractOpenMask&gt;<BR><small>from &lt;FileOperations&gt;</small></div></td>
259-
<td class="hintcell">Suppose we've "entered" into a compressed file and browing its content in the active panel. The files with the specified extension of this setting will be automatically unpacked from the archive when we press <kbd>Enter</kbd> or double-click on them instead of showing the properties window.<BR>
260-
<I>Example:</i> <code>&lt;AutoExtractOpenMask&gt;*.txt;*.mp3;*.mp4&lt;/AutoExtractOpenMask&gt;</code></td>
296+
<td class="hintcell">
297+
Suppose we've "entered" into a compressed file and browing its content in the active panel. The files with the specified extension of this setting will be automatically unpacked from the archive when we press <kbd>Enter</kbd> or double-click on them instead of showing the properties window.<BR>
298+
<I>Example:</i> <code>&lt;AutoExtractOpenMask&gt;*.txt;*.mp3;*.mp4&lt;/AutoExtractOpenMask&gt;</code>
299+
</td>
261300
</tr>
262301

263302
<tr>
264-
<td class="varcell"><div class="firstcolumnaleft">&lt;UseShellForFileOperations&gt;<br><span class="versionref">(Version &lt;= 0.9.x)</span></div></td>
303+
<td class="varcell"><div class="firstcolumnaleft">&lt;UseShellForFileOperations&gt;</div></td>
265304
<td class="hintcell">
266305
To use the rename function as in Explorer.<BR>Works correctly with <a href="https://en.wikipedia.org/wiki/User_Account_Control" target="_blank">UAC</a>.<BR>
267306
<table class="innercmddesc">
@@ -387,6 +426,13 @@ <h2>3. <a name="manualed">Options to change manually</a></h2>
387426
</td>
388427
</tr>
389428

429+
<tr>
430+
<td class="varcell"><div class="firstcolumnaleft">&lt;ToolSize&gt;<BR><small>в &lt;Icons&gt;</small><span class="versionref">(Version 1.0.0 +)</span></div></td>
431+
<td class="hintcell">
432+
Size of toolbar icons in the internal editor, viewer and differ tool, supported values: 16, 24 or 32.
433+
</td>
434+
</tr>
435+
390436
<tr>
391437
<td class="varcell"><div class="firstcolumnaleft">&lt;ImageExifRotate&gt;<BR><small>from &lt;Viewer&gt;</small></div></td>
392438
<td class="hintcell">
@@ -431,20 +477,28 @@ <h2>3. <a name="manualed">Options to change manually</a></h2>
431477

432478
<tr>
433479
<td class="varcell"><div class="firstcolumnaleft">&lt;Added&gt;, &lt;Deleted&gt; <small>and</small> &lt;Modified&gt;<br><small>from &lt;Differ&gt;&lt;Colors&gt;</small><span class="versionref">(Version 1.0.0 +)</span></div></td>
434-
<td class="hintcell">Change colors in the internal Differ tool (file comparison) for added, deleted and modified lines.<BR>
435-
We can set color as hex number using format $BBGGRR, see example above.</td>
480+
<td class="hintcell">
481+
Change colors in the internal Differ tool (file comparison) for added, deleted and modified lines.
482+
</td>
436483
</tr>
437484

438485
<tr>
439486
<td class="varcell"><div class="firstcolumnaleft">Attribute <I>Save</I><BR><small>from &lt;SyncDirs&gt;&lt;Asymmetric&gt;</small></div></td>
440-
<td class="hintcell">Synchronize directories: save or not asymmetric mode by default.<BR>
441-
<I>If we want to save state of mode then <code>&lt;Asymmetric Save="True"&gt;</code>
442-
or <code>&lt;Asymmetric Save="False"&gt;</code> otherwise (by default).</I></td>
487+
<td class="hintcell">
488+
Synchronize directories: save or not asymmetric mode by default.<BR>
489+
<I>If we want to save state of mode then <code>&lt;Asymmetric Save="True"&gt;</code>
490+
or <code>&lt;Asymmetric Save="False"&gt;</code> otherwise (by default).</I>
491+
</td>
443492
</tr>
444493

445494
<tr>
446495
<td class="varcell"><div class="firstcolumnaleft">&lt;PathToLibrary&gt;<BR><small>from &lt;Lua&gt;</small></div></td>
447-
<td class="hintcell"><a name="luapathtolibrary"></a>This is the path to indicate where is the Lua library.<BR>It will indicate the location of the required dll file <tt>lua5.1.dll</tt> when doing <a href="lua.html">Lua Scripting</a>.<BR>This path may be relative to the Double Commander executable file.<BR><I>Example:</I> <code>&lt;PathToLibrary&gt;..\..\Other\dll\lua5.1.dll&lt;/PathToLibrary&gt;</code></td>
496+
<td class="hintcell">
497+
<a name="luapathtolibrary"></a>This is the path to indicate where is the Lua library.<BR>
498+
It will indicate the location of the required dll file <tt>lua5.1.dll</tt> when doing <a href="lua.html">Lua Scripting</a>.<BR>
499+
This path may be relative to the Double Commander executable file.<BR>
500+
<I>Example:</I> <code>&lt;PathToLibrary&gt;..\..\Other\dll\lua5.1.dll&lt;/PathToLibrary&gt;</code>
501+
</td>
448502
</tr>
449503

450504
</table>

doc/en/faq.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h2>Content</h2>
7272
<dt>5.3. <a href="#f3_jpg">Viewer does not work with a few images, but works with most</a></dt>
7373
<dt>5.4. <a href="#f3_hscroll">On some text files lines go beyond the window's edge</a></dt>
7474
<dt>5.5. <a href="#f4_colmode">Can you add column editing feature (like in Notepad++, UltraEdit etc)?</a></dt>
75-
<dt>5.6. <a href="#f3_svg">Is it possible to add support SVG in viewer?</a></dt>
75+
<dt>5.6. <a href="#f3_svg">Is it possible to add support SVG in the viewer?</a></dt>
7676
<dt>5.7. <a href="#f34_regutf8">How can I use regular expressions to search in UTF-8?</a></dt>
7777
</dl>
7878
</dd>
@@ -279,14 +279,14 @@ <h2>5. Issues related to the built-in viewer (<kbd>F3</kbd>) and editor (<kbd>F4
279279
<BR>
280280

281281
<p class="bold"><a name="f3_hscroll">Q: On some text files lines go beyond the window's edge.</a></p>
282-
<p><span class="bold">A:</span> Use "Show as Wrap text" option in Viewer.</p>
282+
<p><span class="bold">A:</span> Use "Show as Wrap text" option in the viewer.</p>
283283
<BR>
284284

285285
<p class="bold"><a name="f4_colmode">Q: Can you add column editing feature (like in Notepad++, UltraEdit etc)?</a></p>
286286
<p><span class="bold">A:</span> Internal editor supports column and line selection modes and multi-carets, see keyboard shortcuts <a href="shortcuts.html#editor">here</a>.</p>
287287
<BR>
288288

289-
<p class="bold"><a name="f3_svg">Q: Is it possible to add support SVG in viewer?</a></p>
289+
<p class="bold"><a name="f3_svg">Q: Is it possible to add support SVG in the viewer?</a></p>
290290
<p><span class="bold">A:</span> Supported via librsvg:</p>
291291
<ul>
292292
<li><p>Linux: install package <code>librsvg</code>.</p></li>
@@ -311,7 +311,7 @@ <h2>6. Issues related to the file panels</h2>
311311
<BR>
312312

313313
<p class="bold"><a name="fv_svg">Q: Is it possible to add support SVG thumbnails in thumbnails view?</a></p>
314-
<p><span class="bold">A:</span> It's already supported, see <a href="faq.html#f3_svg">Is it possible to add support SVG in viewer?</a></p>
314+
<p><span class="bold">A:</span> It's already supported, see <a href="faq.html#f3_svg">Is it possible to add support SVG in the viewer?</a></p>
315315
<BR>
316316

317317
<p class="bold"><a name="fn_ext">Q: I want to see the filenames in the "Name" column with extensions, can I do it?</a></p>

0 commit comments

Comments
 (0)