Author:halw

Date:2008-09-25T21:53:24.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@45 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
halw
2008-09-25 21:53:24 +00:00
parent 2780526eae
commit 4f7b1b97bb
78 changed files with 164 additions and 284 deletions

View File

@@ -2,12 +2,9 @@
[[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]]
* [[New class command|New class command]]
* [[Locate command|Locate command]]
The cluster tool ( [[Image:tool-clusters-icon]] ) is one of the tools located on the left of development windows.
[[Image:cluster-tool]]
It gives a [[System tree representation|tree representation]] of all clusters and classes of the project. The toolbar contains a [[New cluster command|new cluster command]] , a [[New class command|new class command]] , and the [[Locate command|locate command]] .

View File

@@ -1,7 +1,7 @@
[[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]] .
The locate command ( [[Image:general-search-icon]] ), located in the [[Cluster tool|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

@@ -19,6 +19,3 @@ Left-clicking on any item will send it to the editor. It is also possible to [[P
[[Pick-and-drop mechanism|Dropping]] a class in this tree representation moves it to a different cluster (either the cluster it is dropped on or the cluster containing the class it is dropped on, according to where it is dropped). This is only possible if the dropped class is not in a library cluster, if its source file is readable and writable, and if the destination cluster is not a library or precompiled cluster itself.