|
From: <xb...@us...> - 2014-01-30 19:09:28
|
Revision: 1895
http://sourceforge.net/p/scstudio/code/1895
Author: xborza
Date: 2014-01-30 19:09:24 +0000 (Thu, 30 Jan 2014)
Log Message:
-----------
help update
Modified Paths:
--------------
trunk/doc/help/frontend/message_jumping.body.htm
trunk/doc/help/frontend/message_numbering.body.htm
trunk/doc/help/frontend/shortcuts.body.htm
Modified: trunk/doc/help/frontend/message_jumping.body.htm
===================================================================
--- trunk/doc/help/frontend/message_jumping.body.htm 2014-01-30 13:38:58 UTC (rev 1894)
+++ trunk/doc/help/frontend/message_jumping.body.htm 2014-01-30 19:09:24 UTC (rev 1895)
@@ -9,7 +9,7 @@
message jumping - <code>Jump</code> and <code> Jump as Copy </code>.
<ul>
<li>
- <h3>Jump</h3>
+ <h3 id="jump">Jump</h3>
This functionality is accessible via menu <code>SCStudio -> Drawing -> Message Jumping -> Jump Left/Right</code>
or via shortcut <code>left/right arrow</code>.</br>
The selected message is shifted in between the instances on the left or right side from the original message
@@ -25,7 +25,7 @@
</li>
<li>
- <h3>Jump as Copy</h3>
+ <h3 id="jump_copy">Jump as Copy</h3>
This functionality is accessible via menu <code>SCStudio -> Drawing -> Message Jumping -> Jump Left as Copy/Jump Right as Copy</code>
or via shortcut <code>Ctrl+Alt+left/right arrow</code>.</br>
The selected message is copied in between the instances on the left or right side from the original message
Modified: trunk/doc/help/frontend/message_numbering.body.htm
===================================================================
--- trunk/doc/help/frontend/message_numbering.body.htm 2014-01-30 13:38:58 UTC (rev 1894)
+++ trunk/doc/help/frontend/message_numbering.body.htm 2014-01-30 19:09:24 UTC (rev 1895)
@@ -30,7 +30,7 @@
If no selection is used all numbering indexes will be deleted.
</p>
-<h2>Numbering group selection</h2>
+<h2 id="numb_sel">Numbering group selection</h2>
<p>When a group of messages is numbered, user can select it by right-click on any of numbered messages from group and choose <code>Select numbering group</code> from context menu. Example is shown in the following picture:</p>
<p>
Modified: trunk/doc/help/frontend/shortcuts.body.htm
===================================================================
--- trunk/doc/help/frontend/shortcuts.body.htm 2014-01-30 13:38:58 UTC (rev 1894)
+++ trunk/doc/help/frontend/shortcuts.body.htm 2014-01-30 19:09:24 UTC (rev 1895)
@@ -40,12 +40,28 @@
<a href="automatic_drawing.html#message_sequence">Message sequence</a>
</td>
</tr>
+ <tr>
+ <td>
+ <code>Left/Right</code>
+ </td>
+ <td>
+ <a href="message_jumping.html#jump">Message jump left/right</a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <code>Ctrl+Alt+Left/Right</code>
+ </td>
+ <td>
+ <a href="message_jumping.html#jump_copy">Message jump left/right as copy</a>
+ </td>
+ </tr>
<tr>
<td>
<code>Ctrl+Alt+E</code>
</td>
<td>
- <a href="message_numbering.html">Message Numbering</a>
+ <a href="message_numbering.html">Message numbering</a>
</td>
</tr>
<tr>
@@ -58,12 +74,52 @@
</tr>
<tr>
<td>
+ <code>Ctrl+Alt+N</code>
+ </td>
+ <td>
+ <a href="message_numbering.html#numb_sel">Select numbering group</a>
+ </td>
+ </tr>
+ <tr>
+ <td>
<code>Ctrl+Alt+X</code>
</td>
<td>
- <a href="shape_selection.html#duplicate_drop">Duplicate and drop selected shape into mouse position<>
+ <a href="shape_selection.html#duplicate_drop">Duplicate and drop selected shape into mouse position</a>
</td>
</tr>
+ <tr>
+ <td>
+ <code>Ctrl+Alt+B</code>
+ </td>
+ <td>
+ <a href="../beautify/beautify.html">Beautify</a>
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <code>Ctrl+Alt+C</code>
+ </td>
+ <td>
+ Verify (view section Verification Algorithms)
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <code>Ctrl+Alt+T</code>
+ </td>
+ <td>
+ Thicker lines
+ </td>
+ </tr>
+ <tr>
+ <td>
+ <code>Ctrl+Alt+R</code>
+ </td>
+ <td>
+ Thinner lines
+ </td>
+ </tr>
</table>
</div>
</body>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|