Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGabriel Pascual2015-06-03 09:19:34 +0000
committerCamille Letavernier2015-06-05 15:15:37 +0000
commite31f714fecbe42a08796ec4e99f07e102c61b53f (patch)
tree0e6cd6bb3b1df40a5c3e1f3c99aac00d6626ee23 /plugins/doc
parent7ca83c555970ffa1c25d87b28138463389def6b5 (diff)
downloadorg.eclipse.papyrus-e31f714fecbe42a08796ec4e99f07e102c61b53f.tar.gz
org.eclipse.papyrus-e31f714fecbe42a08796ec4e99f07e102c61b53f.tar.xz
org.eclipse.papyrus-e31f714fecbe42a08796ec4e99f07e102c61b53f.zip
Bug 469153: [Control Mode] Documentation shall be updated
https://bugs.eclipse.org/bugs/show_bug.cgi?id=469153 - Update embedded documentation Change-Id: I38f6ce8ea6ea018a3366a0328296e49e0a895e8f Signed-off-by: Gabriel Pascual <gabriel.pascual@all4tec.net> Reviewed-on: https://git.eclipse.org/r/49306 Tested-by: Hudson CI Reviewed-by: Camille Letavernier <camille.letavernier@cea.fr>
Diffstat (limited to 'plugins/doc')
-rw-r--r--plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/resource/controlMode.mediawiki61
-rw-r--r--plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/resource/images/ControlAction.pngbin19934 -> 20669 bytes
-rw-r--r--plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/resource/images/ControlDialog.pngbin8433 -> 15203 bytes
-rw-r--r--plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/resource/images/UncontrolAction.pngbin20815 -> 21812 bytes
4 files changed, 34 insertions, 27 deletions
diff --git a/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/resource/controlMode.mediawiki b/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/resource/controlMode.mediawiki
index facbeffe137..cca9840a0ac 100644
--- a/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/resource/controlMode.mediawiki
+++ b/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/resource/controlMode.mediawiki
@@ -1,27 +1,34 @@
-=Creation of submodels and reintegration=
-
-In this page we will show the Papyrus capabilities to create and reintegrate submodels, also known as ''control mode''.
-
-==What is it?==
-As a model grows large in number of elements, it is convenient to split them into different physical resources i.e. files.
-Papyrus provides a feature to perform this splitting in a seamless fashion, allowing to move parts of the model to another resource. We call this ''create a submodel''.
-This is specially helpful working in collaborative environments, since the Team features can be applied individually to the different resources i.e. make changes and commit them in only one part of the model.
-
-==Create a submodel==
-To create a submodel, right click on the element which you wish to move to a different resource (a Package in the common case) and select ''Create submodel unit''
-[[Image:images/ControlAction.png]]
-
-The following dialog appears. Select the desired location for the new resource and click ''OK''.
-
-[[Image:images/ControlDialog.png]]
-
-'''Important:''' The selected element has not been moved just yet. The model editor will be dirty i.e. there will be an asterisk next to its name in the tab. In order to complete the submodel creation, you need to '''save''' your model.
-
-The new resource is created in the chosen location with the chosen file name, whilst a green decorator is shown in the model explorer view of the parent model to indicate this element is in a submodel.
-
-==Reintegrate a submodel into the main model==
-
-To reintegrate a submodel into the main model, open the parent model and right click on the submodel element in the model explorer (recognizable with the green decorator).
-[[Image:images/UncontrolAction.png]]
-
-The submodel is reintegrated into the main model resource, and the submodel resource is deleted. \ No newline at end of file
+=Creation of submodels and reintegration=
+
+In this page we will show the Papyrus capabilities to create and reintegrate submodels, also known as ''control mode''.
+
+==What is it?==
+As a model grows large in number of elements, it is convenient to split them into different physical resources i.e. files.
+Papyrus provides a feature to perform this splitting in a seamless fashion, allowing to move parts of the model to another resource. We call this ''create a submodel''.
+This is specially helpful working in collaborative environments, since the Team features can be applied individually to the different resources i.e. make changes and commit them in only one part of the model.
+
+==Create a submodel==
+To create a submodel:
+#Right click on the element which you wish to move to a different resource (a Package in the common case)
+#Select ''Create Submodel''[[Image:images/ControlAction.png]]
+#The following dialog appears.<br/>[[Image:images/ControlDialog.png]]
+#Select the desired location for the new resource
+#Click ''OK''.
+
+
+
+'''Important:''' The selected element has not been moved just yet. The model editor will be dirty i.e. there will be an asterisk next to its name in the tab. In order to complete the submodel creation, you need to '''save''' your model.
+
+The new resource is created in the chosen location with the chosen file name, whilst a green decorator is shown in the model explorer view of the parent model to indicate this element is in a submodel.
+
+==Reintegrate a submodel into the main model==
+
+To reintegrate a submodel into the main model:
+#Open the parent model
+#Right click on the submodel element in the model explorer (recognizable with the green decorator).
+#Select ''Reintegrate Submodel''
+[[Image:images/UncontrolAction.png]]
+
+The submodel is reintegrated into the main model resource.
+
+'''Important:''' The submodel resources will be deleted only on '''save''' action. \ No newline at end of file
diff --git a/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/resource/images/ControlAction.png b/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/resource/images/ControlAction.png
index 54fcdabeb45..e367d368785 100644
--- a/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/resource/images/ControlAction.png
+++ b/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/resource/images/ControlAction.png
Binary files differ
diff --git a/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/resource/images/ControlDialog.png b/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/resource/images/ControlDialog.png
index 6152f6cd50a..6070123c5f1 100644
--- a/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/resource/images/ControlDialog.png
+++ b/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/resource/images/ControlDialog.png
Binary files differ
diff --git a/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/resource/images/UncontrolAction.png b/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/resource/images/UncontrolAction.png
index 11adcfcbf74..9a8573519e3 100644
--- a/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/resource/images/UncontrolAction.png
+++ b/plugins/doc/org.eclipse.papyrus.infra.services.controlmode.doc/resource/images/UncontrolAction.png
Binary files differ

Back to the top