mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2026-04-05 17:49:26 +02:00
Author:halw
Date:2009-08-04T01:52:15.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@272 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
[[Property:title|EIS: Incoming]]
|
||||
[[Property:weight|3]]
|
||||
[[Property:uuid|cf25a603-5446-9964-892c-227c4077a829]]
|
||||
Incoming mechanism is based on URI, and introduces a new URI scheme: '''eiffel'''. By entering the URI into address of a browser, or clicking on the hyper link, an existing EiffelStudio instance or new EiffelStudio instance will try to resolve the URI and display corresponding resources.
|
||||
The EIS incoming mechanism is based on URI, and introduces a new URI scheme: '''eiffel'''. By entering the URI into the address field of a browser, or clicking on the hyperlink, an existing EiffelStudio instance or new EiffelStudio instance will try to resolve the URI and display corresponding resources.
|
||||
|
||||
|
||||
@@ -5,7 +5,9 @@
|
||||
|
||||
Annotations for outgoing EIS links may be applicable to:
|
||||
* An individual class or feature. In this case the annotation appears in the class text, as part of an Eiffel <code>note</code> clause (the obsolete keyword <code>indexing</code> may still be supported, depending upon which syntax level is chosen in project preferences).
|
||||
* A target, library or cluster. In this case the annotation appears in the associated ECF file; EiffelStudio provides support for entering it through the [[Information Tool|Information Tool]].
|
||||
* A target, library or cluster. In this case the annotation appears in the associated ECF file.
|
||||
|
||||
EiffelStudio provides support for entering annotations through the [[Information Tool|Information Tool]].
|
||||
|
||||
To specify a link between Eiffel and external information, you include such an annotation.
|
||||
|
||||
|
||||
@@ -6,7 +6,7 @@ EIS supports following types of variables which can be used in '''Source''' of a
|
||||
** ISE_WIKI = http://dev.eiffel.com
|
||||
** EIFFELROOM = http://www.eiffelroom.com
|
||||
|
||||
* Context related built in variables. These variables can be used in specific context. For instance, '''feature_name''' refers to the name of the feature in which annotation is written.
|
||||
* Context related built in variables. These variables can be used in specific context. For instance, '''feature_name''' refers to the name of the feature with which an annotation is associated.
|
||||
** feature_name
|
||||
** class_name
|
||||
** group_name
|
||||
@@ -14,7 +14,7 @@ EIS supports following types of variables which can be used in '''Source''' of a
|
||||
|
||||
{{note|This kind of variable is only valid in a annotation that is associated with a component to which the variable name refers. For example, '''feature_name''' has no effect if used in a '''target''' component.}}
|
||||
|
||||
* Individual system or library preferences. This kind of variable is defined in your Project Settings. Manage these variables by following this path in the System tree on the left of the Project Setting dialog:
|
||||
* Individual system or library preference variables. This kind of variable is defined in your Project Settings. Manage these variables by following this path in the System tree on the left of the Project Setting dialog:
|
||||
<code lang="text">
|
||||
System -> Target -> Advanced -> Variables
|
||||
</code>
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
[[Property:title|Eiffel Information System]]
|
||||
[[Property:weight|-2]]
|
||||
[[Property:uuid|7e0394e1-cb31-fae3-79b6-9d1847ef8db7]]
|
||||
The Eiffel Information System (EIS) provides a unified mechanism for linking development objects - e.g., classes and features - of Eiffel systems with '''external''' information. External means information other than Eiffel program texts. Usually the tools associated with external information are separate from Eiffel, such as web browsers. Examples of external information and possible corresponding external tools are:
|
||||
* Web page - the default browser
|
||||
* PDF document - Acrobat
|
||||
The Eiffel Information System (EIS) provides a unified mechanism for linking development objects - e.g., classes and features - of Eiffel systems with '''external''' information resources. External means information other than Eiffel program texts. Usually the tools associated with external resources are separate from Eiffel, such as web browsers. Examples of external information resources and possible corresponding external tools are:
|
||||
* Resource: Web page -- External Tool: default web browser
|
||||
* Resource: PDF document -- External Tool: Adobe Acrobat
|
||||
|
||||
EIS is also intended to be the standard mechanism for obtaining help on Eiffel and EiffelStudio, replacing previous solutions. In that case external tools may actually be Eiffel tools.
|
||||
EIS is also intended to be the standard mechanism for obtaining help on Eiffel and EiffelStudio, replacing previous solutions. In that case, external tools may actually be Eiffel tools.
|
||||
|
||||
EIS makes two mechanisms available to users: outgoing (from Eiffel to external tools), incoming (the reverse).
|
||||
EIS makes two mechanisms available to users: '''Outgoing''' (from Eiffel to external tools), '''Incoming''' (the reverse).
|
||||
|
||||
Examples of outgoing mechanisms include:
|
||||
* Annotating Eiffel targets, classes and features to include references to external information. Such annotations can include tags.
|
||||
* Associating EIS '''annotations''' containing references to external resources with certain Eiffel components of Eiffel systems.
|
||||
* Automatically opening the corresponding external tool to display or edit information associated with an annotation.
|
||||
* Listing all external information (in a class, cluster or entire system) corresponding to a specified tag.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user