Skip to content

Commit

Permalink
Merge pull request #35 from Skif-off/small-upd
Browse files Browse the repository at this point in the history
Add description of 'ToolSize' and 'PathLabel'. Upd description of Find Files dialog and list of hashes. Other small changes
  • Loading branch information
alexx2000 authored Jan 9, 2021
2 parents 2e7d903 + 5962cb3 commit cc8d51d
Show file tree
Hide file tree
Showing 11 changed files with 256 additions and 100 deletions.
84 changes: 69 additions & 15 deletions doc/en/configxml.html
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ <h2>3. <a name="manualed">Options to change manually</a></h2>
<BR>
<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>
<BR>
<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>
<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>
<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>

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

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

<tr>
<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>
<td class="hintcell">Change text color of log window (info, error, success messages).<BR>
We can set color as hex number using format $BBGGRR.<BR>
<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>
<td class="hintcell">
Change text color of log window (info, error, success messages).
</td>
</tr>

<tr>
<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>
<td class="hintcell">
Change colors of <a href="help.html#iface_dir">current directory bar</a>:<BR>
<table class="innercmddesc">
<tr class="rowinnerdesc">
<th class="innerdescheader">Tag</th>
<th class="innerdescheader">File panel</th>
<th class="innerdescheader">Description</th>
</tr>
<tr>
<td class="innerdescdesccell">&lt;ActiveColor&gt;</td>
<td class="innerdescvaluecell" rowspan="2">active</td>
<td class="innerdescdesccell">background color</td>
</tr>
<tr>
<td class="innerdescdesccell">&lt;ActiveFontColor&gt;</td>
<td class="innerdescdesccell">font color</td>
</tr>
<tr>
<td class="innerdescdesccell">&lt;InactiveColor&gt;</td>
<td class="innerdescvaluecell" rowspan="2">inactive</td>
<td class="innerdescdesccell">background color</td>
</tr>
<tr>
<td class="innerdescdesccell">&lt;InactiveFontColor&gt;</td>
<td class="innerdescdesccell">font color</td>
</tr>
</table>
</td>
</tr>

<tr>
<td class="varcell"><div class="firstcolumnaleft">&lt;AutoSaveWidth&gt;<BR><small>from &lt;FilesViews&gt;&lt;ColumnsView&gt;</small></div></td>
<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>
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>
<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>
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>
</tr>

<tr>
Expand Down Expand Up @@ -252,16 +288,19 @@ <h2>3. <a name="manualed">Options to change manually</a></h2>
</tr>
</table>
<I>Example:</i> <code>&lt;NtfsHourTimeDelay&gt;True&lt;/NtfsHourTimeDelay&gt;</code>
</td>
</tr>

<tr>
<td class="varcell"><div class="firstcolumnaleft">&lt;AutoExtractOpenMask&gt;<BR><small>from &lt;FileOperations&gt;</small></div></td>
<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>
<I>Example:</i> <code>&lt;AutoExtractOpenMask&gt;*.txt;*.mp3;*.mp4&lt;/AutoExtractOpenMask&gt;</code></td>
<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>
<I>Example:</i> <code>&lt;AutoExtractOpenMask&gt;*.txt;*.mp3;*.mp4&lt;/AutoExtractOpenMask&gt;</code>
</td>
</tr>

<tr>
<td class="varcell"><div class="firstcolumnaleft">&lt;UseShellForFileOperations&gt;<br><span class="versionref">(Version &lt;= 0.9.x)</span></div></td>
<td class="varcell"><div class="firstcolumnaleft">&lt;UseShellForFileOperations&gt;</div></td>
<td class="hintcell">
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>
<table class="innercmddesc">
Expand Down Expand Up @@ -387,6 +426,13 @@ <h2>3. <a name="manualed">Options to change manually</a></h2>
</td>
</tr>

<tr>
<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>
<td class="hintcell">
Size of toolbar icons in the internal editor, viewer and differ tool, supported values: 16, 24 or 32.
</td>
</tr>

<tr>
<td class="varcell"><div class="firstcolumnaleft">&lt;ImageExifRotate&gt;<BR><small>from &lt;Viewer&gt;</small></div></td>
<td class="hintcell">
Expand Down Expand Up @@ -431,20 +477,28 @@ <h2>3. <a name="manualed">Options to change manually</a></h2>

<tr>
<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>
<td class="hintcell">Change colors in the internal Differ tool (file comparison) for added, deleted and modified lines.<BR>
We can set color as hex number using format $BBGGRR, see example above.</td>
<td class="hintcell">
Change colors in the internal Differ tool (file comparison) for added, deleted and modified lines.
</td>
</tr>

<tr>
<td class="varcell"><div class="firstcolumnaleft">Attribute <I>Save</I><BR><small>from &lt;SyncDirs&gt;&lt;Asymmetric&gt;</small></div></td>
<td class="hintcell">Synchronize directories: save or not asymmetric mode by default.<BR>
<I>If we want to save state of mode then <code>&lt;Asymmetric Save="True"&gt;</code>
or <code>&lt;Asymmetric Save="False"&gt;</code> otherwise (by default).</I></td>
<td class="hintcell">
Synchronize directories: save or not asymmetric mode by default.<BR>
<I>If we want to save state of mode then <code>&lt;Asymmetric Save="True"&gt;</code>
or <code>&lt;Asymmetric Save="False"&gt;</code> otherwise (by default).</I>
</td>
</tr>

<tr>
<td class="varcell"><div class="firstcolumnaleft">&lt;PathToLibrary&gt;<BR><small>from &lt;Lua&gt;</small></div></td>
<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>
<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>
</tr>

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

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

<p class="bold"><a name="f4_colmode">Q: Can you add column editing feature (like in Notepad++, UltraEdit etc)?</a></p>
<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>
<BR>

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

<p class="bold"><a name="fv_svg">Q: Is it possible to add support SVG thumbnails in thumbnails view?</a></p>
<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>
<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>
<BR>

<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>
Expand Down
Loading

0 comments on commit cc8d51d

Please sign in to comment.