mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 15:22:31 +01:00
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1789 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
28 lines
1.6 KiB
Plaintext
28 lines
1.6 KiB
Plaintext
[[Property:title|Adding a cluster]]
|
|
[[Property:weight|0]]
|
|
[[Property:uuid|76a118a9-270e-fbc4-567d-e2ce031585d4]]
|
|
It is possible to create new clusters from EiffelStudio. A dialog window has been designed to help you do so.
|
|
|
|
|
|
[[Image:new-cluster-dialog]]
|
|
|
|
|
|
There are three ways to make this window appear. You can:
|
|
* Click [[Image:16x16--new-cluster-icon]] in the [[Main toolbars|standard toolbar]] .
|
|
* Click [[Image:new-cluster-icon]] in the [[Groups tool|groups tool]] .
|
|
* Select '''New cluster''' in the '''Tools''' menu.
|
|
Using this dialog, you can either create a subcluster of an existing cluster or a top-level cluster.
|
|
If you decide to create a top-level cluster, you should give it a name and a path (if the selected path does not exist, it will be created). You can also choose if it should be recursive or not..
|
|
|
|
If you want to create a subcluster, give it a name and select its parent in the list of available clusters. Giving it a path is not required. If you do not set a path for a new subcluster, it will be located by default in a subdirectory of its parent cluster, named after the subcluster name. This is the recommended way of creating a subcluster (since its path in the configuration file will be automatically relative to the parent), but it is not compulsory.
|
|
|
|
To import an existing cluster, you can also go to the '''Groups''' section in the [[Group Options|Project Settings dialog]] and click '''Add cluster'''. Although this solution may be slightly more tedious, it gives access to more options.
|
|
|
|
|
|
{{seealso|<br/>
|
|
[[Removing a cluster|Removing a cluster]] }}
|
|
|
|
|
|
|
|
|