diff --git a/documentation/current/eiffelstudio/_images/es_gt_class_HEIR2_moved_to_new_cluster.png b/documentation/current/eiffelstudio/_images/es_gt_class_HEIR2_moved_to_new_cluster.png new file mode 100644 index 00000000..b22ec622 Binary files /dev/null and b/documentation/current/eiffelstudio/_images/es_gt_class_HEIR2_moved_to_new_cluster.png differ diff --git a/documentation/current/eiffelstudio/_images/es_gt_class_HEIR2_moved_to_new_cluster.png.data b/documentation/current/eiffelstudio/_images/es_gt_class_HEIR2_moved_to_new_cluster.png.data new file mode 100644 index 00000000..d1fdc445 --- /dev/null +++ b/documentation/current/eiffelstudio/_images/es_gt_class_HEIR2_moved_to_new_cluster.png.data @@ -0,0 +1,3 @@ +title=es gt class HEIR2 moved to new cluster +author=halw +path=content/es-gt-class-heir2-moved-new-cluster diff --git a/documentation/current/eiffelstudio/eiffelstudio-guided-tour/graphics-based-design.wiki b/documentation/current/eiffelstudio/eiffelstudio-guided-tour/graphics-based-design.wiki index d9360825..ce47956c 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-guided-tour/graphics-based-design.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-guided-tour/graphics-based-design.wiki @@ -1,7 +1,6 @@ [[Property:title|Graphics-based Design]] [[Property:weight|1]] [[Property:uuid|78239225-67a7-8718-857d-f2c8fb70ef18]] - So far the project modifications that we have made used the text editor in the Editing Tool. Now let's look at EiffelStudio's ability to provide a graphical depiction of our software system. In line with the principles of seamlessness and reversibility recalled at the beginning of this Tour, EiffelStudio's interaction between text and diagram access to software is bi-directional. When you make a textual modification, the next incremental recompilation will update the diagram; but you can also work directly from the diagram, and the text will be generated or updated after each graphical operation. @@ -247,7 +246,7 @@ Among the many operations you can do graphically is to move a class from one clu This graphical manipulation has caused a structural change: class HEIR2 is now part of MY_CLUSTER. Check this by expanding the Cluster Tree on the left: -[[Image:index-132]] +[[Image:es gt class HEIR2 moved to new cluster|Class HEIR2 has been moved to my_cluster.]] If you like, you can also look into the project directory -- using the Windows Explorer, or cd and ls on Unix/Linux -- and check that it now has a subdirectory my_cluster with a file heir2.e containing the text of class HEIR2.