Skip to content

Commit 25de1b2

Browse files
authored
ADD: configuration.html: Some screenshots (pic*.png). (doublecmd#54)
ADD: configuration.html, help.html: Some details about tooltips. ADD: configuration.html: Section 'File associations': {!TERMSTAYOPEN} and {!TERMANDCLOSE}. ADD: configuration.html: Update/backup config. ADD: help.html: 'Command line': Switch disk by '<letter>:'. ADD: lua.html: A note about opening files (text or binary mode). ADD: lua.html: os,rename(): A note about existing file. ADD: variables.html: A note about several selected files. ADD: READ_ME.txt: A note about alpha version label. UPD: Some screenshots. UPD: configuration.html, help.html: cm_EditComment and related options. UPD: configuration.html: 'Custom columns': Show menu. UPD: faq.html: 5.2. UPD: help.html: 'Content' list: Add subitems 'Selecting files', 'Drag & drop', 'Context menu', 'Quick search/filter'. UPD: help.html: 'Split file'. 'Combine files': UPD/FIX description. CHG: directoryhotlist.html: Combine 3.1 and 3.2. FIX: faq.html: 2.2. Other small fixes/changes. alpha: ADD: cmds.html: cm_SaveFileDetailsToFile. alpha: ADD: configxml.html: 'FileMask/Save', 'JpegQuality'. alpha: ADD: help.html: 'Computer' item in the VFS list. alpha: ADD: lua.html: LazUtf8.Next, Char.GetUnicodeCategory, Char.IsDigit, Char.IsLetter, Char.IsLetterOrDigit, Char.IsLower, Char.IsUpper. alpha: ADD: multirename.html: Ability to remove a file(s) from the list. alpha: ADD: viewer.html: Auto reload state in the status bar.
1 parent b02bad1 commit 25de1b2

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+686
-232
lines changed

doc/en/READ_ME.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ Keep the section numbers for the text inside page and NEVER INSIDE A LINK.
1717

1818
- If you want to add a link to the FAQ, do not use the question number, because it may be changed in the future.
1919

20+
- If you want to add a description of a feature that is currently only available in the alpha version (development version), then add a special label:
21+
<span class="versionref"><sup>(Alpha version)</sup></span>
22+
Don't forget to delete after release.
23+
2024

2125
Contributors
2226
============

doc/en/cmds.html

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1264,7 +1264,7 @@ <h2><a name="catmark">2.8. Mark</a></h2>
12641264
</tr>
12651265
<tr>
12661266
<td class="innerdescvaluecell">uw+|gw+|ow+</td>
1267-
<td class="innerdescdesccell">filtering will take files that are writeable either by user, group or anybody else (Linux)</td>
1267+
<td class="innerdescdesccell">filtering will take files that are writable either by user, group or anybody else (Linux)</td>
12681268
</tr>
12691269
<tr>
12701270
<td class="innerdescvaluecell"><i>(absent)</i></td>
@@ -1323,7 +1323,7 @@ <h2><a name="catmark">2.8. Mark</a></h2>
13231323
</tr>
13241324
<tr>
13251325
<td class="innerdescvaluecell">uw+|gw+|ow+</td>
1326-
<td class="innerdescdesccell">filter all entries that are writeable either by user, group or anybody else (Linux)</td>
1326+
<td class="innerdescdesccell">filter all entries that are writable either by user, group or anybody else (Linux)</td>
13271327
</tr>
13281328
<tr>
13291329
<td class="innerdescvaluecell"><i>(absent)</i></td>
@@ -1461,6 +1461,13 @@ <h2><a name="catmark">2.8. Mark</a></h2>
14611461
<div class="cmdname"><a name="cm_LoadSelectionFromClip">cm_LoadSelectionFromClip</a></div></td>
14621462
<td class="cmdhintcell">Will select the item of the active panel based on the content of the clipboard.</td>
14631463
</tr>
1464+
<tr>
1465+
<td class="cmdcell"><img class="IntCmdImage" title="cm_SaveFileDetailsToFile" alt="cm_SaveFileDetailsToFile" src="../../pixmaps/dctheme/32x32/actions/cm_savefiledetailstofile.png">
1466+
<div class="cmdname"><a name="cm_SaveFileDetailsToFile">cm_SaveFileDetailsToFile</a><span class="versionref"><sup>(Alpha version)</sup></span></div></td>
1467+
<td class="cmdhintcell">Save all shown columns of selected items to file.<br>
1468+
You may specify the output filename into the first parameter.<br>
1469+
If no parameter is supplied, Double Commander will prompt user to enter one.</td>
1470+
</tr>
14641471
</table>
14651472
<p class="navback"><a href="#topofpage">(back to top)</a></p>
14661473
</div>
@@ -2049,7 +2056,7 @@ <h2><a name="cathelp">2.11. Help</a></h2>
20492056
<tr>
20502057
<td class="cmdcell"><img class="IntCmdImage" title="cm_Keyboard" alt="cm_Keyboard" src="../../pixmaps/dctheme/32x32/actions/cm_keyboard.png">
20512058
<div class="cmdname"><a name="cm_Keyboard">cm_Keyboard</a></div></td>
2052-
<td class="cmdhintcell">Open keyboard <a href="shortcuts.html">shortcuts</a> help page.<br><b>Note</b>: This will be a passive HTML file. So you if you change the keyboard shortcut from the default one, be aware that the passive html help file won't show the actual shortcut the application is currently using.</td>
2059+
<td class="cmdhintcell">Open the <a href="shortcuts.html">help page</a> with the default keyboard shortcuts of Double Commander.</td>
20532060
</tr>
20542061
<tr>
20552062
<td class="cmdcell"><img class="IntCmdImage" title="cm_VisitHomePage" alt="cm_VisitHomePage" src="../../pixmaps/dctheme/32x32/actions/cm_visithomepage.png">
@@ -2401,7 +2408,7 @@ <h2><a name="cattools">2.14. Tools</a></h2>
24012408
<tr>
24022409
<td class="cmdcell"><img class="IntCmdImage" title="cm_SyncDirs" alt="cm_SyncDirs" src="../../pixmaps/dctheme/32x32/actions/cm_syncdirs.png">
24032410
<div class="cmdname"><a name="cm_SyncDirs">cm_SyncDirs</a></div></td>
2404-
<td class="cmdhintcell">Will invoke the directory synchronization tool to scan left and right panel folder to eventually see the content difference and make them equal.</td>
2411+
<td class="cmdhintcell">Will invoke the <a href="syncdirs.html">directory synchronization tool</a> to scan left and right panel folder to eventually see the content difference and make them equal.</td>
24052412
</tr>
24062413
<tr>
24072414
<td class="cmdcell"><img class="IntCmdImage" title="cm_CompareContents" alt="cm_CompareContents" src="../../pixmaps/dctheme/32x32/actions/cm_comparecontents.png">

0 commit comments

Comments
 (0)