Author: mvw Date: 2008-04-23 12:53:52-0700 New Revision: 14441 Modified: trunk/documentation/manual/argomanual.xml
Log: Added description for the added pop-up menu items according issue 1009. Modified: trunk/documentation/manual/argomanual.xml Url: http://argouml.tigris.org/source/browse/argouml/trunk/documentation/manual/argomanual.xml?view=diff&rev=14441&p1=trunk/documentation/manual/argomanual.xml&p2=trunk/documentation/manual/argomanual.xml&r1=14440&r2=14441 ============================================================================== --- trunk/documentation/manual/argomanual.xml (original) +++ trunk/documentation/manual/argomanual.xml 2008-04-23 12:53:52-0700 @@ -12457,6 +12457,13 @@ <para>Button 2 Click over any selected model element in the main area of the explorer will cause a pop-up menu to appear.</para> + + <para>The presence of all these menu entries depends on the + selected element(s), + and other circumstances. + E.g. the "Create ModelElement" submenu is not present + on modelelements that are + part of a non-editable profile element.</para> <sect2> <title>Create Diagram</title> @@ -12468,6 +12475,19 @@ </sect2> <sect2> + <title>Create ModelElement</title> + + <!-- Added thanks to issue 1009. --> + <para>This entry on the pop-up menu opens a choice + of submenus, one for each model element. </para> + <para>The new model element + will be composed by the selected modelelement.</para> + <para>Selecting multiple elements leads to different menu items, + e.g. selecting 2 classes + allows the creation of several kinds of relationships.</para> + </sect2> + + <sect2> <title>Copy Diagram to Clipboard as Image</title> <para>This entry on the pop-up menu creates a graphical file, --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
