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
This commit is contained in:
halw
2012-07-02 13:36:28 +00:00
parent 44ee7463e6
commit 7f59b28274
3 changed files with 9 additions and 3 deletions

View File

@@ -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
<nowiki>*</nowiki> A general explanation of what each variant setting means can be found in the section on [[Setting the syntax variant|setting the syntax variant.]]

View File

@@ -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. }}

View File

@@ -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.