Author:admin

Date:2008-09-25T16:19:15.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@44 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
jfiat
2008-09-25 16:19:15 +00:00
parent 7d4e6a18b3
commit 2780526eae
234 changed files with 374 additions and 382 deletions

View File

@@ -3,9 +3,9 @@
[[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. }}
{{note|This command only applies to the development window where it is invoked, and this setting is not automatically saved when exiting EiffelStudio. }}
{{seealso| '''See Also''' <br/>
{{seealso|<br/>
[[Development Window Preferences|Change the default data sharing]] <br/>
}}

View File

@@ -9,11 +9,11 @@ It also contains history arrows, and by clicking on the cluster, class or featur
[[Image:context-address-window]]
{{tip| '''Tip''': Labels in this address bar are pickable, to send the address to other tools easily. }}
{{tip|Labels in this address bar are pickable, to send the address to other tools easily. }}
{{note| '''Note''': The context tool only has an address bar if it is unlinked from the editor. }}
{{note|The context tool only has an address bar if it is unlinked from the editor. }}
{{seealso| '''See Also''' <br/>
{{seealso|<br/>
[[Change data share mode|Unlinking the context tool]] }}

View File

@@ -12,9 +12,9 @@ It has several components:
It is possible to type a class or feature name to center the editor on it. Typing a class name that does not exist in the set of known classes pops up a dialog to create a class of that name.
{{tip| '''Tip''': Wildcards (* and ?) are available in these fields. }}
{{tip|Wildcards (* and ?) are available in these fields. }}
{{tip| '''Tip''': The history is also accessible in the '''View/Go to''' menu. }}
{{tip|The history is also accessible in the '''View/Go to''' menu. }}

View File

@@ -11,9 +11,9 @@ Select the destination folder by expanding the tree and by clicking it. The top
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. }}
{{tip|You can also move items around by picking them in the favorites tree and dropping them where you want. }}
{{seealso| '''See Also''' <br/>
{{seealso|<br/>
[[Favorites tree|Favorites tree]] <br/>
}}

View File

@@ -9,7 +9,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| '''See Also''' <br/>
{{seealso|<br/>
[[Favorites tool: Introduction|Favorite tool]] <br/>
[[Favorites menu|Favorite menu]] <br/>
}}

View File

@@ -10,7 +10,7 @@ A dialog is then popped up in which it is possible to select the name of the new
Enabling the '''recursive''' option makes the compiler search not only the cluster directory but also all its sub-directories for classes. <br/>
The '''library''' option optimizes compilations, since the classes inside a library cluster are compiled only once. However, if you modify the classes inside a library cluster, the modifications will not be taken into account in your project. Besides, you cannot add or remove classes in a library cluster, so use this option with care: if you intend to create new classes inside this cluster later in your design, do not select the library option. You should use this option only if the new cluster is given an existing directory, which already contains classes that you will not modify.
{{tip| '''Tip''': You don't have to enter a path for the new cluster if you choose to create a sub-cluster: the new cluster directory will be a sub-directory of the directory of the parent cluster, and its name will be the name of the newly created cluster. }}
{{tip|You don't have to enter a path for the new cluster if you choose to create a sub-cluster: the new cluster directory will be a sub-directory of the directory of the parent cluster, and its name will be the name of the newly created cluster. }}

View File

@@ -36,7 +36,7 @@ Search backwards: If this option is selected, the tool will highlight the previo
'''Note''': If the search tool hits one end of the text, it will automatically continue from the other end. <br/>
{{seealso| '''See Also''' <br/>
{{seealso|<br/>
There are keyboard shortcuts and menu entries to launch searches without using the search tool directly. They are described the [[Search functionality|editor section]] of this help. }}