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

@@ -6,7 +6,7 @@ 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]] .
* The '''Organize Favorites''' command, that displays the [[Organize favorites dialog|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

@@ -5,7 +5,7 @@ The favorites tree gives a graphical representation of the favorite classes of t
[[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.
In this tree, the folders are user-definable through the [[Organize favorites dialog|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

@@ -1,11 +1,9 @@
[[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]]
* [[Organize Favorites dialog|Organize Favorites dialog]]
The favorites tool ( [[Image:tool-favorites-icon]] ) gives a quick access to often used classes and features. These may be either classes of a library or classes that are often being modified. They are project-wide, which means they are shared by all development windows working on the same project.
[[Image:favorites-tool]]
The favorites tool mainly consists of [[Favorites menu|the favorites menu]] and of the left-panel tool, giving a [[Favorites tree|tree representation]] of the favorite classes.

View File

@@ -1,12 +1,16 @@
[[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]]
* [[Move to Folder command|Move to Folder command]]
* [[Remove favorite command|Remove command]]
The organize favorites dialog provides a way of sorting the favorites.
[[Image:favorites-dialog]]
The left part of this dialog is composed of a [[Favorites tree|tree representation]] of the favorites identical to the one in the [[Favorites tool|favorites tool]] .
With it, it is possible to [[New favorite class command|add classes]] and [[Create favorite folder command|folders]] to the favorites or [[Remove favorite command|remove some]] , and also to [[Move to Folder command|spread]] the favorite classes among the favorite folders.
{{warning|Since the favorites are project-wide, any modifications made in this dialog are reported in all development windows. }}

View File

@@ -1,7 +1,7 @@
[[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.
The Move to Folder command [[Image:favorites-dialog-move-to]] , located in the [[Organize favorites dialog|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.
@@ -13,6 +13,7 @@ Pressing '''OK''' moves the source item to the destination folder. Pressing '''C
{{tip|You can also move items around by picking them in the favorites tree and dropping them where you want. }}
{{seealso|<br/>
[[Favorites tree|Favorites tree]] <br/>
}}

View File

@@ -1,7 +1,11 @@
[[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:
Located in the [[Organize favorites dialog|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]]
@@ -10,7 +14,7 @@ Clicking on a class name sets its name in the top text field, whereas double-cli
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|<br/>
[[Favorites tool: Introduction|Favorite tool]] <br/>
[[Favorites tool|Favorite tool]] <br/>
[[Favorites menu|Favorite menu]] <br/>
}}

View File

@@ -1,10 +1,7 @@
[[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]] .
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|Organize favorites dialog]].
Pressing it removes the selected item from the favorites.