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,13 @@
[[Property:title|Change data share mode]]
[[Property:weight|3]]
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. }}
{{seealso| '''See Also''' <br/>
[[Development Window Preferences|Change the default data sharing]] <br/>
}}

View File

@@ -0,0 +1,20 @@
[[Property:title|Context tool address bar]]
[[Property:weight|2]]
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]]
It also contains history arrows, and by clicking on the cluster, class or feature name, a window is popped up that contains fields similar to the ones of the [[Main address bar|main address bar]] , except that a cluster can also be entered, since the diagram tool and the metrics also work with clusters:
[[Image:context-address-window]]
{{tip| '''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. }}
{{seealso| '''See Also''' <br/>
[[Change data share mode|Unlinking the context tool]] }}

View File

@@ -0,0 +1,10 @@
[[Property:title|Address bars]]
[[Property:weight|1]]
* [[Address bars: Introduction|Introduction]]
* [[Main address bar|Main address bar]]
* [[Context tool address bar|Context tool address bar]]
* [[Change data share mode|Switch between address sharing modes]]

View File

@@ -0,0 +1,20 @@
[[Property:title|Main address bar]]
[[Property:weight|1]]
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]]
It has several components:
* History back and forth arrows [[Image:view-previous-icon]] and [[Image:view-next-icon]]
* Fields where the current class or feature name is displayed
* View icons to change the view displayed in the editor [[Image:view-editor-icon]] , [[Image:view-clickable-icon]] , [[Image:view-flat-icon]] , [[Image:view-contracts-icon]] and [[Image:view-flat-contracts-icon]]
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| '''Tip''': The history is also accessible in the '''View/Go to''' menu. }}