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,5 +1,6 @@
[[Property:title|Change data share mode]]
[[Property:weight|3]]
[[Property:uuid|52206181-e002-0914-d98d-c817d32ec02e]]
Located in the '''View''' menu, named either '''Link context tool''' or '''Unlink context tool''', this command allows you to switch between the two possible [[Address bars: Introduction|addressing modes]] . It is also accessible through the main toolbar ( [[Image:context-link-icon]] ).
{{note| '''Note''': This command only applies to the development window where it is invoked, and this setting is not automatically saved when exiting EiffelStudio. }}

View File

@@ -1,5 +1,6 @@
[[Property:title|Context tool address bar]]
[[Property:weight|2]]
[[Property:uuid|1d68fcd1-8839-0b1e-a546-7ab51b3c0e74]]
The address bar of the context tool has a different look from the [[Main address bar|main address bar]] , but provides the same functionality.
[[Image:context-address-bar]]

View File

@@ -1,5 +1,6 @@
[[Property:title|Address bars]]
[[Property:weight|1]]
[[Property:uuid|e145c4d3-afd3-653d-cf7c-14fd80f4d566]]
* [[Address bars: Introduction|Introduction]]
* [[Main address bar|Main address bar]]
* [[Context tool address bar|Context tool address bar]]

View File

@@ -1,5 +1,6 @@
[[Property:title|Main address bar]]
[[Property:weight|1]]
[[Property:uuid|491b7b6d-4d7c-287f-8442-2b35d000a54b]]
The main address bar is located in the top part of windows, between the two [[Main toolbars|main toolbars]] (when they are displayed).
[[Image:main-address-bar]]

View File

@@ -1,5 +1,6 @@
[[Property:title|Favorites menu]]
[[Property:weight|2]]
[[Property:uuid|8157cc25-a299-3af6-8218-e5dfd094793d]]
The '''favorites''' menu is composed of two parts.
First, there are three commands:

View File

@@ -1,5 +1,6 @@
[[Property:title|Favorites tree]]
[[Property:weight|1]]
[[Property:uuid|642c0a65-971e-b399-3e15-74af6dada046]]
The favorites tree gives a graphical representation of the favorite classes of the system, as opposed to the favorites menu.
[[Image:favorites-tree]]

View File

@@ -1,5 +1,6 @@
[[Property:title|Favorites tool]]
[[Property:weight|4]]
[[Property:uuid|75cfeda2-3823-ef29-130a-39e686116f40]]
* [[Favorites tool: Introduction|Introduction]]
* [[Favorites tree|Tree representation]]
* [[Favorites menu|Menu representation]]

View File

@@ -1,5 +1,6 @@
[[Property:title|Create favorite folder command]]
[[Property:weight|2]]
[[Property:uuid|a6d2f458-81ad-bc62-6476-2aabb3900a80]]
This command [[Image:favorites-dialog-new-folder]] is accessible in the Organize favorites dialog. When clicked, a dialog is popped up that prompts for a name for the new folder:
[[Image:favorites-new-folder-dialog]]

View File

@@ -1,5 +1,6 @@
[[Property:title|Organize Favorites dialog]]
[[Property:weight|3]]
[[Property:uuid|3e47cb30-c974-b0f4-1624-4bba035bd906]]
* [[Organize favorites dialog: Introduction|Introduction]]
* [[New favorite class command|New Favorite Class command]]
* [[Create favorite folder command|Create Folder command]]

View File

@@ -1,5 +1,6 @@
[[Property:title|Move to Folder command]]
[[Property:weight|3]]
[[Property:uuid|087439e6-dc0c-d394-b3ed-ffaaf5928b39]]
The Move to Folder command [[Image:favorites-dialog-move-to]] , located in the [[Organize favorites dialog: Introduction|Organize Favorites dialog]] , makes it possible to move favorite items (classes and folders) to specific folders. It is enabled only when an item is selected in the left-hand tree in this dialog. The source is the selected item that could be moved. You can select a different source item by clicking it in the tree, or by using the keyboard.
When pressed, a dialog is popped up, that prompts for the favorite folder the selected item should be moved to.

View File

@@ -1,5 +1,6 @@
[[Property:title|New favorite class command]]
[[Property:weight|1]]
[[Property:uuid|18be5a70-d623-a45c-cf3d-45c1dc0a2ec5]]
Located in the [[Organize favorites dialog: Introduction|Organize Favorites dialog]] , this command [[Image:favorites-dialog-new-class]] provides a way of adding a class to the favorites. When clicked, a new dialog is popped up, that allows to select a class among the clusters of the system:
[[Image:favorites-new-class-dialog]]

View File

@@ -1,5 +1,6 @@
[[Property:title|Remove favorite command]]
[[Property:weight|4]]
[[Property:uuid|c55daacd-a7f8-294b-6b2c-9d503e6a3969]]
The Remove favorite command [[Image:favorites-dialog-remove]] discards a favorite item from the favorites. It is enabled whenever an item is selected in the left-hand tree of the [[Organize favorites dialog: Introduction|Organize favorites dialog]] .
Pressing it removes the selected item from the favorites.

View File

@@ -1,5 +1,6 @@
[[Property:title|Feature tree]]
[[Property:weight|1]]
[[Property:uuid|6b5e1448-4547-2d4d-ef5d-165d5dbaedc1]]
[[Image:feature-tree]]
The feature tree gives a summary of all the features of the currently edited class. They are in the same order as they are in the class file, and they are grouped by their feature clause.

View File

@@ -1,5 +1,6 @@
[[Property:title|New feature command]]
[[Property:weight|2]]
[[Property:uuid|3a670193-29dd-b829-0c90-eec8dd7e74b6]]
The new feature command [[Image:new-feature-icon]] located in the [[Feature tool: Introduction|feature tool]] acts like the [[New feature dialog: Introduction|main new feature command]] . Clicking it pops up the same dialog, making it possible to add a new feature in the currently edited class.
This command is only available when the class currently in the editor is compiled, can be modified, and has a file on the disk (this may not be the case if the class is precompiled).

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]]

View File

@@ -1,5 +1,6 @@
[[Property:title|Browsing tools]]
[[Property:weight|-13]]
[[Property:uuid|b4e840c3-a635-b5dd-fbd2-0db69b3d6ce1]]
* [[Browsing tools: Introduction|Introduction]]
* [[Address bars|Address bars]]
* [[Cluster tool|Cluster tool]]

View File

@@ -1,5 +1,6 @@
[[Property:title|Search tool]]
[[Property:weight|6]]
[[Property:uuid|4d0cc8b3-2ffd-42d4-7855-672fa0c11cf8]]
==Description and usage==
EiffelStudio includes a search tool which allows you to look for a word or a pattern in the editor, the class tool, the feature tool or the output tool, and to replace it by another word if you want. It is located in the left part of the development window, like the cluster tool or the favorites for instance.

View File

@@ -1,5 +1,6 @@
[[Property:title|Window list]]
[[Property:weight|1]]
[[Property:uuid|95058f0f-7c1b-841d-03df-dde4494afaf4]]
The window list is the main part of the [[Windows tool: Introduction|window tool]] .
[[Image:windows-tool]]

View File

@@ -1,5 +1,6 @@
[[Property:title|Window menu]]
[[Property:weight|2]]
[[Property:uuid|539ef2b0-ed6b-3cfb-5c9f-535fb25a987d]]
The '''window''' menu is divided into two parts. The first one is composed of the [[Window related commands|window-related commands]] . The second one is the list of all opened development windows. Clicking any of these raises the selected development window, so that it becomes the top-level window.

View File

@@ -1,5 +1,6 @@
[[Property:title|Window related commands]]
[[Property:weight|3]]
[[Property:uuid|2c8c28d2-7690-dbe2-a264-798d5ad256f7]]
A few commands give the possibility to manage the development windows globally. They are located both in the [[Window menu|Window menu]] and in the main toolbar.
* '''New window''': this command ( [[Image:new-window-icon]] ) creates a new empty development window. Note that it is also possible to [[Pick-and-drop mechanism|drop]] a class or a feature on it to create a development window that is immediately centered on the dropped item.
* '''Minimize all''': this command ( [[Image:windows-minimize-all-icon]] ) iconifies all development windows.