Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions doc/en/READ_ME.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ Keep the section numbers for the text inside page and NEVER INSIDE A LINK.

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

- 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:
<span class="versionref"><sup>(Alpha version)</sup></span>
Don't forget to delete after release.


Contributors
============
Expand Down
15 changes: 11 additions & 4 deletions doc/en/cmds.html
Original file line number Diff line number Diff line change
Expand Up @@ -1264,7 +1264,7 @@ <h2><a name="catmark">2.8. Mark</a></h2>
</tr>
<tr>
<td class="innerdescvaluecell">uw+|gw+|ow+</td>
<td class="innerdescdesccell">filtering will take files that are writeable either by user, group or anybody else (Linux)</td>
<td class="innerdescdesccell">filtering will take files that are writable either by user, group or anybody else (Linux)</td>
</tr>
<tr>
<td class="innerdescvaluecell"><i>(absent)</i></td>
Expand Down Expand Up @@ -1323,7 +1323,7 @@ <h2><a name="catmark">2.8. Mark</a></h2>
</tr>
<tr>
<td class="innerdescvaluecell">uw+|gw+|ow+</td>
<td class="innerdescdesccell">filter all entries that are writeable either by user, group or anybody else (Linux)</td>
<td class="innerdescdesccell">filter all entries that are writable either by user, group or anybody else (Linux)</td>
</tr>
<tr>
<td class="innerdescvaluecell"><i>(absent)</i></td>
Expand Down Expand Up @@ -1461,6 +1461,13 @@ <h2><a name="catmark">2.8. Mark</a></h2>
<div class="cmdname"><a name="cm_LoadSelectionFromClip">cm_LoadSelectionFromClip</a></div></td>
<td class="cmdhintcell">Will select the item of the active panel based on the content of the clipboard.</td>
</tr>
<tr>
<td class="cmdcell"><img class="IntCmdImage" title="cm_SaveFileDetailsToFile" alt="cm_SaveFileDetailsToFile" src="../../pixmaps/dctheme/32x32/actions/cm_savefiledetailstofile.png">
<div class="cmdname"><a name="cm_SaveFileDetailsToFile">cm_SaveFileDetailsToFile</a><span class="versionref"><sup>(Alpha version)</sup></span></div></td>
<td class="cmdhintcell">Save all shown columns of selected items to file.<br>
You may specify the output filename into the first parameter.<br>
If no parameter is supplied, Double Commander will prompt user to enter one.</td>
</tr>
</table>
<p class="navback"><a href="#topofpage">(back to top)</a></p>
</div>
Expand Down Expand Up @@ -2049,7 +2056,7 @@ <h2><a name="cathelp">2.11. Help</a></h2>
<tr>
<td class="cmdcell"><img class="IntCmdImage" title="cm_Keyboard" alt="cm_Keyboard" src="../../pixmaps/dctheme/32x32/actions/cm_keyboard.png">
<div class="cmdname"><a name="cm_Keyboard">cm_Keyboard</a></div></td>
<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>
<td class="cmdhintcell">Open the <a href="shortcuts.html">help page</a> with the default keyboard shortcuts of Double Commander.</td>
</tr>
<tr>
<td class="cmdcell"><img class="IntCmdImage" title="cm_VisitHomePage" alt="cm_VisitHomePage" src="../../pixmaps/dctheme/32x32/actions/cm_visithomepage.png">
Expand Down Expand Up @@ -2401,7 +2408,7 @@ <h2><a name="cattools">2.14. Tools</a></h2>
<tr>
<td class="cmdcell"><img class="IntCmdImage" title="cm_SyncDirs" alt="cm_SyncDirs" src="../../pixmaps/dctheme/32x32/actions/cm_syncdirs.png">
<div class="cmdname"><a name="cm_SyncDirs">cm_SyncDirs</a></div></td>
<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>
<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>
</tr>
<tr>
<td class="cmdcell"><img class="IntCmdImage" title="cm_CompareContents" alt="cm_CompareContents" src="../../pixmaps/dctheme/32x32/actions/cm_comparecontents.png">
Expand Down
Loading