mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2026-04-04 00:59:24 +02:00
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:
@@ -1,14 +1,12 @@
|
||||
[[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]] ).
|
||||
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|addressing modes]]. It is also accessible through the main toolbar ( [[Image:context-link-icon]] ).
|
||||
|
||||
{{note|This command only applies to the development window where it is invoked, and this setting is not automatically saved when exiting EiffelStudio. }}
|
||||
|
||||
{{seealso|<br/>
|
||||
[[Development Window Preferences|Change the default data sharing]] <br/>
|
||||
}}
|
||||
|
||||
[[Development Window Preferences|Change the default data sharing]]}}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -11,6 +11,7 @@ It also contains history arrows, and by clicking on the cluster, class or featur
|
||||
|
||||
{{tip|Labels in this address bar are pickable, to send the address to other tools easily. }}
|
||||
|
||||
|
||||
{{note|The context tool only has an address bar if it is unlinked from the editor. }}
|
||||
|
||||
{{seealso|<br/>
|
||||
|
||||
@@ -1,10 +1,16 @@
|
||||
[[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]]
|
||||
* [[Change data share mode|Switch between address sharing modes]]
|
||||
All development windows are composed of two major components, each of which can be centered on a given "address" (either a cluster, a class or a feature). One is the editor, with which go all the peripheral tools (including the [[Cluster tool|cluster tool]] and the [[Feature tool|feature tool]] ). The other is the context tool, which contains for example the [[Formatters: Introduction|class and feature tabs]] , the [[Diagram tool|diagram tool]] and the [[Metric tool: Introduction|metric tool]] .
|
||||
|
||||
It is possible to either link both components so that they share the same address (allowing to immediately have extended information on the class that is being edited), or to unlink them (allowing to have extended information on any class while editing a class).
|
||||
|
||||
When both are linked, only the [[Main address bar|main address bar]] appears, whereas when they are unlinked, the [[Context tool address bar|context tool address bar]] is also displayed, since it might point to a different location than the main address bar.
|
||||
|
||||
The [[Change data share mode|toggle data mode command]] allows you to switch between both modes.
|
||||
|
||||
{{seealso|<br/>
|
||||
[[Development Window Preferences|Change the default data sharing]] }}
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -14,6 +14,7 @@ It is possible to type a class or feature name to center the editor on it. Typin
|
||||
|
||||
{{tip|Wildcards (* and ?) are available in these fields. }}
|
||||
|
||||
|
||||
{{tip|The history is also accessible in the '''View/Go to''' menu. }}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user