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
1 change: 1 addition & 0 deletions doc/en/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ <h2><a name="presentation">1. Presentation</a></h2>
<li><p>extended search function with full text search in any files</p></li>
<li><p>multiple files name <a href="multirename.html">rename</a> at once</p></li>
<li><p>directory synchronization</p></li>
<li><p>request administrator/root privileges for file operations (if necessary)</p></li>
<li><p>customizable columns</p></li>
<li><p>built-in file viewer (<kbd>F3</kbd>) to view files of ANY SIZE in hexadecimal, binary or text format</p></li>
<li><p>built-in text editor (<kbd>F4</kbd>) with syntax highlighting</p></li>
Expand Down
15 changes: 9 additions & 6 deletions doc/en/cmds.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<div class="dchelpage">
<div>
<h1>2.11. Internal Commands</h1>
<h1>2.13. Internal Commands</h1>
</div>

<div>
Expand Down Expand Up @@ -232,7 +232,7 @@ <h2><a name="catactivepanel">2.1. Active Panel</a></h2>
<td class="cmdcell"><img class="IntCmdImage" title="cm_QuickView" alt="cm_QuickView" src="../../pixmaps/dctheme/32x32/actions/cm_quickview.png">
<div class="cmdname"><a name="cm_QuickView">cm_QuickView</a></div>
<div class="shrtctkey">Ctrl+Q</div></td>
<td class="cmdhintcell">Content of selected item shown in opposite panel.<br>As we navigate to next items, displayed content is updated.</td>
<td class="cmdhintcell">Content of selected item shown in opposite panel (instead of a separate window).<br>As we navigate to next items, displayed content is updated.</td>
</tr>
<tr>
<td class="cmdcell"><img class="IntCmdImage" title="cm_SortByName" alt="cm_SortByName" src="../../pixmaps/dctheme/32x32/actions/cm_sortbyname.png">
Expand Down Expand Up @@ -344,7 +344,7 @@ <h2><a name="catactivepanel">2.1. Active Panel</a></h2>
</tr>
</table>
<br>
Example: "cm_UniversalSingleDirectSort: panel=active, column=size, order=descending"<br>This will sort the item in active by column according to size&nbsp;&mdash; larger files first.
Example: "cm_UniversalSingleDirectSort: panel=active, column=size, order=descending"<br>This will sort the item in active by column according to size&nbsp;&ndash; larger files first.
</td>
</tr>
<tr>
Expand Down Expand Up @@ -755,7 +755,7 @@ <h2><a name="catfileoperations">2.4. File Operations</a></h2>
<tr>
<td class="cmdcell"><img class="IntCmdImage" title="cm_OpenVirtualFileSystemList" alt="cm_OpenVirtualFileSystemList" src="../../pixmaps/dctheme/32x32/actions/cm_openvirtualfilesystemlist.png">
<div class="cmdname"><a name="cm_OpenVirtualFileSystemList">cm_OpenVirtualFileSystemList</a></div></td>
<td class="cmdhintcell">Open according to WFX plugin.</td>
<td class="cmdhintcell"><a href="help.html#cm_OpenVirtualFileSystemList">Open VFS list</a>.</td>
</tr>
<tr>
<td class="cmdcell"><img class="IntCmdImage" title="cm_FileProperties" alt="cm_FileProperties" src="../../pixmaps/dctheme/32x32/actions/cm_fileproperties.png">
Expand Down Expand Up @@ -2019,7 +2019,7 @@ <h2><a name="catwindow">2.12. Window</a></h2>
<tr>
<td class="cmdcell"><img class="IntCmdImage" title="cm_PanelsSplitterPerPos" alt="cm_PanelsSplitterPerPos" src="../../pixmaps/dctheme/32x32/actions/cm_panelssplitterperpos.png">
<div class="cmdname"><a name="cm_PanelsSplitterPerPos">cm_PanelsSplitterPerPos</a></div></td>
<td class="cmdhintcell">Set the panels width, e.g. 50%&nbsp;&mdash; equal size.<br>
<td class="cmdhintcell">Set the panels width, e.g. 50%&nbsp;&ndash; equal size.<br>
<br>
<table class="innercmddesc">
<tr class="rowinnerdesc">
Expand Down Expand Up @@ -2321,7 +2321,10 @@ <h2><a name="cattools">2.14. Tools</a></h2>
<tr>
<td class="cmdcell"><img class="IntCmdImage" title="cm_CompareContents" alt="cm_CompareContents" src="../../pixmaps/dctheme/32x32/actions/cm_comparecontents.png">
<div class="cmdname"><a name="cm_CompareContents">cm_CompareContents</a></div></td>
<td class="cmdhintcell">Open <a href="help.html#cm_CompareContents">compare by contents</a> dialog</td>
<td class="cmdhintcell">
Open <a href="help.html#cm_CompareContents">compare by contents</a> dialog.<br>
If an external diff program is used, the "dir" parameter (without quotes) is available: in this case, the current directories of the left and right file panels will be passed to the program.
</td>
</tr>
<tr>
<td class="cmdcell"><img class="IntCmdImage" title="cm_DebugShowCommandParameters" alt="cm_DebugShowCommandParameters" src="../../pixmaps/dctheme/32x32/actions/cm_debugshowcommandparameters.png">
Expand Down
2 changes: 1 addition & 1 deletion doc/en/commandline.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@

<div class="dchelpage">
<div>
<h1>2.14. Command line</h1>
<h1>2.16. Command line</h1>
</div>

<div>
Expand Down
Loading