From 7f59b28274909fe2e7188dce8635cdc95bc939ac Mon Sep 17 00:00:00 2001 From: halw Date: Mon, 2 Jul 2012 13:36:28 +0000 Subject: [PATCH] Author:halw Date:2012-07-02T13:15:16.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1121 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../compiler/syntax-level-variant-settings-version.wiki | 3 +-- .../eis-outgoing/information-tool/protocols.wiki | 3 ++- .../eis-outgoing/information-tool/variable-definition.wiki | 6 ++++++ 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/syntax-level-variant-settings-version.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/syntax-level-variant-settings-version.wiki index a675ad9a..e4332b07 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/syntax-level-variant-settings-version.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/compiler/syntax-level-variant-settings-version.wiki @@ -35,7 +35,7 @@ The options are distinguished by how the compiler handles the processing of cert |- ! Obsolete !! Transitional !! Standard !! Provisional |- -! rowspan="9" style="valign: center; text-align: center;" | [[Release notes for EiffelStudio 7.0 | 7.0]] +! rowspan="9" style="valign: center; text-align: center;" | [[Release notes for EiffelStudio 7.0 | 7.0]], [[Release notes for EiffelStudio 7.1 | 7.1]] | style="color: gray;" | across | style="color: maroon;" | '''across''' | style="color: navy;" | '''across''' @@ -132,4 +132,3 @@ The options are distinguished by how the compiler handles the processing of cert * A general explanation of what each variant setting means can be found in the section on [[Setting the syntax variant|setting the syntax variant.]] - diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/eiffel-information-system/eis-outgoing/information-tool/protocols.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/eiffel-information-system/eis-outgoing/information-tool/protocols.wiki index 8c0fe2bf..bd89396a 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/eiffel-information-system/eis-outgoing/information-tool/protocols.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/eiffel-information-system/eis-outgoing/information-tool/protocols.wiki @@ -12,7 +12,8 @@ EIS supports following protocols: * DOC: Represents a Microsoft Word document. ** '''bookmark''' - Name of a Microsoft Word document bookmark. -The list of currently supported protocols is always available in a drop-down menu associated with entries in the '''Protocol''' column of the Information tool's annotation list. +The list of currently supported protocols is always available in a drop-down menu associated with entries in the '''Protocol''' column of the [[Browsing information|Information tool]]'s annotation list. + {{note|The status of supported protocols described above is as of EiffelStudio version 7.1. }} diff --git a/documentation/current/eiffelstudio/eiffelstudio-reference/eiffel-information-system/eis-outgoing/information-tool/variable-definition.wiki b/documentation/current/eiffelstudio/eiffelstudio-reference/eiffel-information-system/eis-outgoing/information-tool/variable-definition.wiki index b3839bfa..976df056 100644 --- a/documentation/current/eiffelstudio/eiffelstudio-reference/eiffel-information-system/eis-outgoing/information-tool/variable-definition.wiki +++ b/documentation/current/eiffelstudio/eiffelstudio-reference/eiffel-information-system/eis-outgoing/information-tool/variable-definition.wiki @@ -1,6 +1,8 @@ [[Property:title|Variable Definition]] [[Property:weight|3]] [[Property:uuid|7705ab33-a505-7711-a106-5fedd2e1040e]] +==Sources of variables== + EIS supports following types of variables which can be used in '''Source''' of annotation list. * EiffelStudio installation built-in variables ** ISE_WIKI = http://dev.eiffel.com @@ -25,5 +27,9 @@ EIS supports following types of variables which can be used in '''Source''' of a * Environment variables. Variables defined in the operating system environment. +==Accessing variables from the Information tool== + +When you use the Information tool, the list of all available variables is available through auto-completion when you are typing in an entry under the '''Source''' column of the annotations list. You may either type the dollar-sign '''"$"''' or '''"Ctrl + Space"''' to invoke auto-completion. What you will see in this case is the entire list of available variables, as enumerated above. Bear in mind that this includes all environment variables defined in your operating system environment, which means that some of the entries shown would not be appropriate for use as variables for EIS purposes. +