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
Copy file name to clipboardExpand all lines: doc/en/configxml.html
+69-15Lines changed: 69 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,8 @@ <h2>3. <a name="manualed">Options to change manually</a></h2>
59
59
<BR>
60
60
<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>
61
61
<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>
63
64
64
65
<table>
65
66
<trclass="rowcategorytitle"><thcolspan="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>
<tdclass="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><AutoSaveWidth>False</AutoSaveWidth></code>.</td>
221
+
<tdclass="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><AutoSaveWidth>False</AutoSaveWidth></code>.
224
+
</td>
189
225
</tr>
190
226
191
227
<tr>
@@ -252,16 +288,19 @@ <h2>3. <a name="manualed">Options to change manually</a></h2>
<tdclass="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>
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>
To use the rename function as in Explorer.<BR>Works correctly with <ahref="https://en.wikipedia.org/wiki/User_Account_Control" target="_blank">UAC</a>.<BR>
267
306
<tableclass="innercmddesc">
@@ -387,6 +426,13 @@ <h2>3. <a name="manualed">Options to change manually</a></h2>
<tdclass="hintcell"><aname="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 <ahref="lua.html">Lua Scripting</a>.<BR>This path may be relative to the Double Commander executable file.<BR><I>Example:</I><code><PathToLibrary>..\..\Other\dll\lua5.1.dll</PathToLibrary></code></td>
496
+
<tdclass="hintcell">
497
+
<aname="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 <ahref="lua.html">Lua Scripting</a>.<BR>
499
+
This path may be relative to the Double Commander executable file.<BR>
Copy file name to clipboardExpand all lines: doc/en/faq.html
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ <h2>Content</h2>
72
72
<dt>5.3. <ahref="#f3_jpg">Viewer does not work with a few images, but works with most</a></dt>
73
73
<dt>5.4. <ahref="#f3_hscroll">On some text files lines go beyond the window's edge</a></dt>
74
74
<dt>5.5. <ahref="#f4_colmode">Can you add column editing feature (like in Notepad++, UltraEdit etc)?</a></dt>
75
-
<dt>5.6. <ahref="#f3_svg">Is it possible to add support SVG in viewer?</a></dt>
75
+
<dt>5.6. <ahref="#f3_svg">Is it possible to add support SVG in the viewer?</a></dt>
76
76
<dt>5.7. <ahref="#f34_regutf8">How can I use regular expressions to search in UTF-8?</a></dt>
77
77
</dl>
78
78
</dd>
@@ -279,14 +279,14 @@ <h2>5. Issues related to the built-in viewer (<kbd>F3</kbd>) and editor (<kbd>F4
279
279
<BR>
280
280
281
281
<pclass="bold"><aname="f3_hscroll">Q: On some text files lines go beyond the window's edge.</a></p>
282
-
<p><spanclass="bold">A:</span> Use "Show as Wrap text" option in Viewer.</p>
282
+
<p><spanclass="bold">A:</span> Use "Show as Wrap text" option in the viewer.</p>
283
283
<BR>
284
284
285
285
<pclass="bold"><aname="f4_colmode">Q: Can you add column editing feature (like in Notepad++, UltraEdit etc)?</a></p>
286
286
<p><spanclass="bold">A:</span> Internal editor supports column and line selection modes and multi-carets, see keyboard shortcuts <ahref="shortcuts.html#editor">here</a>.</p>
287
287
<BR>
288
288
289
-
<pclass="bold"><aname="f3_svg">Q: Is it possible to add support SVG in viewer?</a></p>
289
+
<pclass="bold"><aname="f3_svg">Q: Is it possible to add support SVG in the viewer?</a></p>
290
290
<p><spanclass="bold">A:</span> Supported via librsvg:</p>
0 commit comments