Author:admin

Date:2008-09-17T13:53:28.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@3 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
jfiat
2008-09-17 13:53:28 +00:00
parent 4fee9356ea
commit 2ee31ab9c7
763 changed files with 36576 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
[[Property:title|Favorites menu]]
[[Property:weight|2]]
The '''favorites''' menu is composed of two parts.
First, there are three commands:
* The '''Add to Favorites''' command, that adds the currently edited class to the root of the favorites tree.
* The '''Show/Hide Favorites''' command, that shows or hides the [[Favorites tree|favorites tree]] .
* The '''Organize Favorites''' command, that displays the [[Organize favorites dialog: Introduction|Organize Favorites dialog]] .
After the separator, the favorites are displayed in a menu representation. Clicking on any of these menu items will send the selected favorite class to the editor.

View File

@@ -0,0 +1,13 @@
[[Property:title|Favorites tree]]
[[Property:weight|1]]
The favorites tree gives a graphical representation of the favorite classes of the system, as opposed to the favorites menu.
[[Image:favorites-tree]]
In this tree, the folders are user-definable through the [[Organize favorites dialog: Introduction|Organize Favorites dialog]] . They have no other goal than ordering the favorites. In particular, they are entirely independent from the clusters of the system.
Clicking a class in the favorites tree edits it. Keyboard navigation is also available. Favorite classes are [[Pick-and-drop mechanism|pickable]] too, so that it is possible to send them to all interface components that accept classes.

View File

@@ -0,0 +1,10 @@
[[Property:title|Favorites tool]]
[[Property:weight|4]]
* [[Favorites tool: Introduction|Introduction]]
* [[Favorites tree|Tree representation]]
* [[Favorites menu|Menu representation]]
* [[Organize Favorites dialog|Organize Favorites dialog]]

View File

@@ -0,0 +1,11 @@
[[Property:title|Create favorite folder command]]
[[Property:weight|2]]
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]]
After typing the name of the new folder, pressing '''OK''' adds it to the root of the favorites.

View File

@@ -0,0 +1,11 @@
[[Property:title|Organize Favorites dialog]]
[[Property:weight|3]]
* [[Organize favorites dialog: Introduction|Introduction]]
* [[New favorite class command|New Favorite Class command]]
* [[Create favorite folder command|Create Folder command]]
* [[Move to Folder command|Move to Folder command]]
* [[Remove favorite command|Remove command]]

View File

@@ -0,0 +1,21 @@
[[Property:title|Move to Folder command]]
[[Property:weight|3]]
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.
[[Image:favorites-choose-folder-dialog]]
Select the destination folder by expanding the tree and by clicking it. The top tree item, named Favorites, represents the root of the favorites.
Pressing '''OK''' moves the source item to the destination folder. Pressing '''Cancel''' discards the dialog box and does not move the source item.
{{tip| '''Tip''': You can also move items around by picking them in the favorites tree and dropping them where you want. }}
{{seealso| '''See Also''' <br/>
[[Favorites tree|Favorites tree]] <br/>
}}

View File

@@ -0,0 +1,18 @@
[[Property:title|New favorite class command]]
[[Property:weight|1]]
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]]
Clicking on a class name sets its name in the top text field, whereas double-clicking it automatically selects it and closes the dialog box. It is also possible to directly type the name of the wanted class in the top text field to select it.
The selected class goes to the root of the favorite tree. It is then possible to [[Move to Folder command|move]] it to a different favorite folder.
{{seealso| '''See Also''' <br/>
[[Favorites tool: Introduction|Favorite tool]] <br/>
[[Favorites menu|Favorite menu]] <br/>
}}

View File

@@ -0,0 +1,9 @@
[[Property:title|Remove favorite command]]
[[Property:weight|4]]
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.