|
From: <ob...@us...> - 2010-03-10 09:40:00
|
Revision: 679
http://scstudio.svn.sourceforge.net/scstudio/?rev=679&view=rev
Author: obouda
Date: 2010-03-10 09:39:54 +0000 (Wed, 10 Mar 2010)
Log Message:
-----------
Addition to r677 - help files actually added
Added Paths:
-----------
trunk/doc/help/frontend.html
trunk/doc/help/pictures/
trunk/doc/help/pictures/frontend.png
trunk/doc/help/pictures/icon_select_add_instances.png
trunk/doc/help/pictures/icon_select_add_messages.png
trunk/doc/help/pictures/icon_select_instances.png
trunk/doc/help/pictures/icon_select_messages.png
Added: trunk/doc/help/frontend.html
===================================================================
--- trunk/doc/help/frontend.html (rev 0)
+++ trunk/doc/help/frontend.html 2010-03-10 09:39:54 UTC (rev 679)
@@ -0,0 +1,37 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
+<html>
+<head>
+<title>SCStudio frontend</title>
+<link href="help.css" rel="stylesheet" type="text/css">
+</head>
+<body>
+<h1>Frontend</h1>
+<p>Currently, the SCStudio frontend is accessible as a Microsoft Visio addon.
+Thus, Microsoft Visio 2003 or 2007 must be installed prior to installing
+SCStudio.</p>
+<p>When an MSC document is opened, the Sequence Chart Studio toolbar and menu Check
+are available:</p>
+<img class="big" src="pictures/frontend.png" alt="SCStudio toolbar and menu in MS Visio">
+
+<p>The first toolbar button
+<img src="pictures/icon_select_instances.png" alt="Select instances button">
+selects all instances in the current page of active document. The second button
+<img src="pictures/icon_select_messages.png" alt="Select messages button">
+selects all messages in the current page of active document. These functions are
+also available via menu
+<code>Check → Drawing → Select → All Instances</code>, or
+<code>All Messages</code>, respectively. Keyboard shortcuts are assigned to
+these functions, too: <code>Ctrl+Alt+I</code> for selecting all instances and
+<code>Ctrl+Alt+M</code> for selecting all messages.</p>
+<p>While holding <code>Ctrl</code> or <code>Shift</code>, the first two buttons
+alter their face and functionality, however:
+<img src="pictures/icon_select_add_instances.png" alt="Add instances to selection button">
+<img src="pictures/icon_select_add_messages.png" alt="Add messages to selection button">
+In that case, they <em>add</em> all
+instances (or messages) to the current selection instead of making a new
+selection.</p>
+
+
+
+</body>
+</html>
Added: trunk/doc/help/pictures/frontend.png
===================================================================
(Binary files differ)
Property changes on: trunk/doc/help/pictures/frontend.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/doc/help/pictures/icon_select_add_instances.png
===================================================================
(Binary files differ)
Property changes on: trunk/doc/help/pictures/icon_select_add_instances.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/doc/help/pictures/icon_select_add_messages.png
===================================================================
(Binary files differ)
Property changes on: trunk/doc/help/pictures/icon_select_add_messages.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/doc/help/pictures/icon_select_instances.png
===================================================================
(Binary files differ)
Property changes on: trunk/doc/help/pictures/icon_select_instances.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
Added: trunk/doc/help/pictures/icon_select_messages.png
===================================================================
(Binary files differ)
Property changes on: trunk/doc/help/pictures/icon_select_messages.png
___________________________________________________________________
Added: svn:mime-type
+ application/octet-stream
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|