Skip to content

Commit 6032e72

Browse files
committed
updates help documentation
1 parent d9da43c commit 6032e72

12 files changed

+64
-27
lines changed

Diff for: Console/Console.rc

+3-3
Original file line numberDiff line numberDiff line change
@@ -656,7 +656,7 @@ BEGIN
656656
MENUITEM "Split &Horizontally", ID_SPLIT_HORIZ
657657
MENUITEM "Split &Vertically", ID_SPLIT_VERT
658658
MENUITEM "Swap Views", ID_SPLIT_SWAP
659-
MENUITEM "Clone in new &Tab", ID_CLONE_IN_NEW_TAB
659+
MENUITEM "Clone in New &Tab", ID_CLONE_IN_NEW_TAB
660660
MENUITEM SEPARATOR
661661
MENUITEM "&Settings...", ID_EDIT_SETTINGS
662662
END
@@ -706,7 +706,7 @@ BEGIN
706706
MENUITEM "Split &Horizontally", ID_SPLIT_HORIZ
707707
MENUITEM "Split &Vertically", ID_SPLIT_VERT
708708
MENUITEM "Swap Views", ID_SPLIT_SWAP
709-
MENUITEM "Clone in new &Tab", ID_CLONE_IN_NEW_TAB
709+
MENUITEM "Clone in New &Tab", ID_CLONE_IN_NEW_TAB
710710
MENUITEM SEPARATOR
711711
MENUITEM "&Console Window", ID_VIEW_CONSOLE
712712
END
@@ -840,7 +840,7 @@ BEGIN
840840
ID_SPLIT_VERT "Split the current view vertically\nSplit Vertically"
841841
ID_SPLIT_SWAP "Swap with the view that previously had focus\nSwap Views"
842842

843-
ID_CLONE_IN_NEW_TAB "Clone the current view in a new tab\nClone in new tab"
843+
ID_CLONE_IN_NEW_TAB "Clone the current view in a new tab\nClone in New Tab"
844844
ID_VIEW_FULLSCREEN "Toggle full screen\nFull Screen"
845845
ID_GROUP_ALL "Group all terminals so that any input sent to one of them, goes to all of them\nGroup All"
846846
ID_UNGROUP_ALL "Remove grouping from all terminals\nUngroup All"

Diff for: help/html/copyright.html

-5
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ <h1>Copyright</h1>
2626
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
2727
General Public License for more details.
2828
</p>
29-
<p>
30-
Console toolbar icons are Copyright (C) Mark James ([email protected]).
31-
The iconset used is Silk icon set 1.3, and can be found at
32-
<a href="http://www.famfamfam.com/lab/icons/silk/">Mark's site</a>.
33-
</p>
3429
</body>
3530

3631
</html>

Diff for: help/html/credentials.html

+1-4
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,7 @@ <h1>Opening tabs as another user</h1>
2727
<br />
2828
<ul>
2929
<li>User's HOME env. variable must be explicitly set</li>
30-
<li>
31-
If you're running 32-bit ConsoleZ on 64-bit Windows and attempt to
32-
run cmd.exe as a shell, a 64-bit cmd.exe will be started and crash.
33-
</li>
30+
<li>The impersonated user must have <b>read access rights</b> to the settings file and the folder containing this file.</li>
3431
</ul>
3532
</p>
3633

Diff for: help/html/introduction.html

+5-1
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,17 @@ <h1>Introduction to ConsoleZ</h1>
3030
<li>Splitting Tabs into views (horizontally and vertically)</li>
3131
<li>Grouping views (so input sent to one goes to all of them)</li>
3232
<li>Windows Vista <b>aero glass</b> theme</li>
33-
<li>Windows 7 jumplist</li>
33+
<li>Windows 7 jump list</li>
34+
<li>Windows 7 wallpaper positions and slideshow</li>
3435
<li>Windows 8 wallpapers on dual screen</li>
3536
<li>Zooming with Ctrl-Mouse</li>
3637
<li>Quake style console animation</li>
3738
<li>Strict monospace font rendering</li>
3839
<li>Settable opacity of text background color</li>
3940
<li>Full screen</li>
41+
<li>High DPI (per monitor)</li>
42+
<li>Localization</li>
43+
<li>Snippets</li>
4044
<li>and more...</li>
4145
</ul>
4246
</p>

Diff for: help/html/menus.html

+30-2
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,18 @@ <h2>Edit</h2>
102102
</p>
103103
<br/>
104104

105+
<p class="block-row-name">Paste</p>
106+
<p class="block-row-description">
107+
Pastes selected text in current console without copying text into clipboard.
108+
</p>
109+
<br/>
110+
<hr />
111+
112+
<p class="block-row-name">Insert Snippet</p>
113+
<p class="block-row-description">
114+
Submenu for inserting a command snippet.
115+
</p>
116+
<br/>
105117
<hr />
106118

107119
<p class="block-row-name">Stop scrolling</p>
@@ -132,7 +144,13 @@ <h2>Edit</h2>
132144
</p>
133145
<br/>
134146

135-
<p class="block-row-name">Clone in new tab</p>
147+
<p class="block-row-name">Swap Views</p>
148+
<p class="block-row-description">
149+
Swaps the current view with the previous one in the current tab.
150+
</p>
151+
<br/>
152+
153+
<p class="block-row-name">Clone in New Tab</p>
136154
<p class="block-row-description">
137155
Launches a new shell, with same settings as the current view, in a new tab.
138156
</p>
@@ -202,8 +220,18 @@ <h2>View</h2>
202220
</p>
203221
<br/>
204222

223+
<p class="block-row-name">Switch On/Off Transparency</p>
224+
<p class="block-row-description">
225+
Switches On/Off Transparency.
226+
</p>
227+
<br/>
228+
205229
<hr />
206230

231+
<h2>Tabs</h2>
232+
233+
Submenu for selecting an opened tab.
234+
207235
<h2>Help</h2>
208236

209237
<p class="block-row-name">Help</p>
@@ -214,7 +242,7 @@ <h2>Help</h2>
214242

215243
<p class="block-row-name">Diagnose</p>
216244
<p class="block-row-description">
217-
Displays a summary used to diagnose.
245+
Creates a diagnostic report.
218246
</p>
219247
<br/>
220248

Diff for: help/html/running.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ <h2>Command line parameters</h2>
5959
<p class="block-row-name">-r &lt;command&gt;</p>
6060
<p class="block-row-description">
6161
Appends command to the startup shell command line.
62+
<b>Do not confuse whith a command that you type in the shell!</b>
6263
</p>
6364
<br/>
6465

@@ -98,10 +99,9 @@ <h2>Command line parameters</h2>
9899
</p>
99100
<br/>
100101

101-
<p class="block-row-name">-ts &lt;sleep time in ms&gt;</p>
102+
<p class="block-row-name">-ts &lt;sleep time&gt;</p>
102103
<p class="block-row-description">
103-
Specifies sleep time between starting next tab if multiple -t's
104-
are specified.
104+
Specifies a sleep time (<b>in milliseconds</b>) before starting next tab. Only used when multiple tabs are specified.
105105
</p>
106106
<br/>
107107

Diff for: help/html/settings_appearance.html

+16-3
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ <h2>Title & icon</h2>
5555
</p>
5656
<br />
5757

58-
<p class="block-row-name">from ... characters at the end</p>
58+
<p class="block-row-name">with ... characters at the end</p>
5959
<p class="block-row-description">
6060
Specify the number of characters to take from the end of the string.
6161
The total number will not exceed the <b>character width</b>.
@@ -78,6 +78,18 @@ <h2>Title & icon</h2>
7878

7979
<h2>Position</h2>
8080

81+
<p class="block-row-name">Initial state</p>
82+
<p class="block-row-description">
83+
When checked, allows you to specify initial window state (<i>Normal window</i>, <i>Minimized</i>, <i>Maximized</i> or <i>Full screen</i>).
84+
</p>
85+
<br />
86+
87+
<p class="block-row-name">Save on exit (1)</p>
88+
<p class="block-row-description">
89+
If checked, ConsoleZ window state will be saved on exit.
90+
</p>
91+
<br />
92+
8193
<p class="block-row-name">Initial position</p>
8294
<p class="block-row-description">
8395
When checked, allows you to specify initial window position. Otherwise,
@@ -91,11 +103,12 @@ <h2>Position</h2>
91103
</p>
92104
<br />
93105

94-
<p class="block-row-name">Save on exit (1)</p>
106+
<p class="block-row-name">Save on exit (2)</p>
95107
<p class="block-row-description">
96108
If checked, ConsoleZ window position will be saved on exit.
97109
</p>
98110
<br />
111+
99112
<p class="block-row-name">Initial size</p>
100113
<p class="block-row-description">
101114
When checked, allows you to specify initial window size. Otherwise,
@@ -109,7 +122,7 @@ <h2>Position</h2>
109122
</p>
110123
<br />
111124

112-
<p class="block-row-name">Save on exit (2)</p>
125+
<p class="block-row-name">Save on exit (3)</p>
113126
<p class="block-row-description">
114127
If checked, ConsoleZ window size will be saved on exit.
115128
</p>

Diff for: help/images/settings_appearance.png

-6.59 KB
Loading

Diff for: help/images/settings_mouse.png

-2.27 KB
Loading

Diff for: l10n/DEU/console.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
"&Toolbar"="Werkzeugleiste"
199199
"Attach Consoles"="Konsole anhängen"
200200
"Cl&ear Selection"="Auswahl aufheben"
201-
"Clone in new &Tab"="In neuem Tab klonen"
201+
"Clone in New &Tab"="In neuem Tab klonen"
202202
"Close All Tabs BUT This"="Alle Tabs ausser diesem schliessen"
203203
"Close All Tabs to the Left"="Alle Tabs nach links schliessen"
204204
"Close All Tabs to the Right"="All Tabs nach rechts schliessen"
@@ -252,7 +252,7 @@
252252
"Clear screen\nClear"="Fenster leeren\nleeren"
253253
"Clear selection"="Auswahl leeren"
254254
"Click link"="Link ancklicken"
255-
"Clone the current view in a new tab\nClone in new tab"="Ansicht in neuem Tab Klonen\nIn neuem tab Klonen"
255+
"Clone the current view in a new tab\nClone in New Tab"="Ansicht in neuem Tab Klonen\nIn neuem tab Klonen"
256256
"Clone view in new tab"="Ansicht in neuem Tab klonen"
257257
"Close all tabs but the current"="Alle Tabs ausser diesem schliessen"
258258
"Close all tabs to the left of the current"="Alle Tabs nach links schliessen"

Diff for: l10n/FRA/console.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
"&Toolbar"="Barre d'outils"
199199
"Attach Consoles"="Rattacher les Consoles"
200200
"Cl&ear Selection"="Effacer la Sélection"
201-
"Clone in new &Tab"="Cloner dans un nouvel onglet"
201+
"Clone in New &Tab"="Cloner dans un nouvel onglet"
202202
"Close All Tabs BUT This"="Fermer TOUS les Onglets SAUF Celui-ci"
203203
"Close All Tabs to the Left"="Fermer TOUS les Onglets à Gauche"
204204
"Close All Tabs to the Right"="Fermer TOUS les Onglets à Droite"
@@ -252,7 +252,7 @@
252252
"Clear screen\nClear"="Effacer l'écran\nEffacer l'écran"
253253
"Clear selection"="Effacer la sélection"
254254
"Click link"="Cliquer sur le lien"
255-
"Clone the current view in a new tab\nClone in new tab"="Cloner la vue courante dans un nouvel onglet\nCloner dans un nouvel onglet"
255+
"Clone the current view in a new tab\nClone in New Tab"="Cloner la vue courante dans un nouvel onglet\nCloner dans un nouvel onglet"
256256
"Clone view in new tab"="Cloner la vue dans un nouvel onglet"
257257
"Close all tabs but the current"="Fermer tous les onglets sauf le courant"
258258
"Close all tabs to the left of the current"="Fermer tous les onglets à gauche du courant"

Diff for: l10n/RUS/console.ini

+2-2
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@
198198
"&Toolbar"="&Панель инструментов"
199199
"Attach Consoles"="Прикрепить консоли"
200200
"Cl&ear Selection"="&Снять выделение"
201-
"Clone in new &Tab"="К&лонировать в новой вкладке"
201+
"Clone in New &Tab"="К&лонировать в новой вкладке"
202202
"Close All Tabs BUT This"="Закрыть все вкладки, кроме активной"
203203
"Close All Tabs to the Left"="Закрыть все вкладки слева от активной"
204204
"Close All Tabs to the Right"="Закрыть все вкладки справа от активной"
@@ -252,7 +252,7 @@
252252
"Clear screen\nClear"="Очистить экран\nОчистить"
253253
"Clear selection"="Очистить выделение"
254254
"Click link"="Открыть ссылку"
255-
"Clone the current view in a new tab\nClone in new tab"="Клонировать текущее окно в новую вкладку\nКлонировать в новую вкладку"
255+
"Clone the current view in a new tab\nClone in New Tab"="Клонировать текущее окно в новую вкладку\nКлонировать в новую вкладку"
256256
"Clone view in new tab"="Клонировать окно в новую вкладку"
257257
"Close all tabs but the current"="Закрыть все вкладки, кроме текущей"
258258
"Close all tabs to the left of the current"="Закрыть все вкладки слева от текущей"

0 commit comments

Comments
 (0)