Skip to content

Commit b49eab9

Browse files
authored
ADD: Mention of the "setup" parameter for the internal command "cm_LoadFavoriteTabs". (doublecmd#37)
1 parent cc8d51d commit b49eab9

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

doc/en/cmds.html

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2886,14 +2886,23 @@ <h2><a name="cattabs">2.16. Tabs</a></h2>
28862886
<tr>
28872887
<td class="cmdcell"><img class="IntCmdImage" title="cm_LoadFavoriteTabs" alt="cm_LoadFavoriteTabs" src="../../pixmaps/dctheme/32x32/actions/cm_loadfavoritetabs.png">
28882888
<div class="cmdname"><a name="cm_LoadFavoriteTabs">cm_LoadFavoriteTabs</a></div></td>
2889-
<td class="cmdhintcell">Prompt the user with a popup to request asking to select a previously saved setup of tabs.<br>
2889+
<td class="cmdhintcell">Prompt the user with a menu asking to select a previously saved setup.<br><span class="versionref">Version 1.0.0 + </span>Parameter "setup" overrides the menu and load directly the mentionned setup.
28902890
<br>
28912891
<table class="innercmddesc">
28922892
<tr class="rowinnerdesc">
28932893
<th class="innerdescheader">Parameter</th>
28942894
<th class="innerdescheader">Value</th>
28952895
<th class="innerdescheader">Description</th>
28962896
</tr>
2897+
<tr>
2898+
<td class="innerdescparamcell" rowspan="2">setup<p class="versionref">Version 1.0.0 +</p></td>
2899+
<td class="innerdescvaluecell"><I>name</i></td>
2900+
<td class="innerdescdesccell">will load the setup <I>name</i></td>
2901+
</tr>
2902+
<tr>
2903+
<td class="innerdescvaluecell"><I>(nothing)</i></td>
2904+
<td class="innerdescdesccell">No change current tabs, but will unselect current setup selection if any</td>
2905+
</tr>
28972906
<tr>
28982907
<td class="innerdescparamcell" rowspan="3">menutype</td>
28992908
<td class="innerdescvaluecell">popup</td>

0 commit comments

Comments
 (0)