Author:admin

Date:2008-09-19T07:55:09.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@27 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
jfiat
2008-09-19 10:22:25 +00:00
parent c7f7178710
commit 4087eb614e
367 changed files with 390 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
[[Property:title|Cluster tool]]
[[Property:link_title|Groups tool]]
[[Property:weight|2]]
[[Property:uuid|0baebaa5-a9c8-4c7c-6ace-c11d82804906]]
* [[Cluster tool: Introduction|Introduction]]
* [[System tree representation|System tree representation]]
* [[New cluster command|New cluster command]]

View File

@@ -1,5 +1,6 @@
[[Property:title|Locate command]]
[[Property:weight|4]]
[[Property:uuid|10d2cf53-4e11-d44c-ee05-12fc1c6c354c]]
The locate command ( [[Image:general-search-icon]] ), located in the [[Cluster tool: Introduction|cluster tool]] , provides an easy way to find a class or a cluster in the [[System tree representation|cluster tree]] .
Clicking it automatically expands the clusters containing the edited class or cluster and selects it.

View File

@@ -1,5 +1,6 @@
[[Property:title|New class command]]
[[Property:weight|3]]
[[Property:uuid|ca2a2b34-7bdf-52c7-c300-f780df40bca0]]
The new class command ( [[Image:new-class-icon]] ) located in the cluster tool toolbar creates a class in the same fashion as the main new class command. The only difference is that when using the cluster tool command, the new class is by default located in the cluster selected in the [[System tree representation|cluster tree]] (or the parent cluster of the selected class, if a class is selected).
A dialog is then popped up in which it is possible to select the name of the new class, the name of the file it should be created in (by default ".e" is appended to the name of the new class to generate the file name), and the cluster in which the new class should be inserted. Only clusters that are not libraries are displayed in the list, since library clusters cannot be modified.

View File

@@ -1,5 +1,6 @@
[[Property:title|New cluster command]]
[[Property:weight|2]]
[[Property:uuid|8aa7c073-65dd-99d9-edba-73737d90fccf]]
The new cluster command ( [[Image:new-cluster-icon]] ) located in the cluster tool toolbar creates a cluster in the same fashion as the main new cluster command. The only difference is that when using the cluster tool command, the new cluster is by default located in the cluster selected in the [[System tree representation|cluster tree]] (or the selected class's parent cluster, if a class is selected).
A dialog is then popped up in which it is possible to select the name of the new cluster and the cluster in which the new cluster should be inserted. Only clusters that are not libraries are displayed in the list.

View File

@@ -1,5 +1,6 @@
[[Property:title|System tree representation]]
[[Property:weight|1]]
[[Property:uuid|fc30ebd1-2a70-08ef-ae54-751ad834b489]]
The cluster tool is mainly composed of a tree representation of the system.
[[Image:cluster-tree]]