Author:admin

Date:2008-09-19T07:55:09.000000Z


git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@27 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
jfiat
2008-09-19 10:22:25 +00:00
parent c7f7178710
commit 4087eb614e
367 changed files with 390 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
[[Property:title|Class name auto complete]]
[[Property:weight|3]]
[[Property:uuid|0f11a078-7dab-54d1-b624-4c04476564a5]]
EiffelStudio editor offers the possibility to complete class names automatically. This means that when the user types " ''a_variable: AN_INCOMPLETE_CLASS_NAME''" and then triggers the auto-complete, the editor will propose a list of possible valid class names. <br/>
To be more precise, a window will pop up and display the list of classes that match ''AN_INCOMPLETE_CLASS_NAME''. The user can accept the suggested name, choose another name (in the list or not), or simply cancel the auto-complete.

View File

@@ -1,5 +1,6 @@
[[Property:title|Feature call auto complete]]
[[Property:weight|2]]
[[Property:uuid|40ae30a6-c033-dae7-8dae-2569e7ba0adc]]
EiffelStudio editor now offers the possibility to complete feature calls automatically. This means that when the user types " ''an_identifier.an_incomplete_feature_name''" and then triggers the auto-complete, the editor will propose a list of possible feature names correct in this situation. <br/>
To be more precise, a window will pop up and display the list of features that can be called on ''an_identifier'' and that match ''an_incomplete_feature_name''. The user can accept the suggested name, choose another name (in the list or not), or simply cancel the auto-complete.

View File

@@ -1,5 +1,6 @@
[[Property:title|Automatic completion]]
[[Property:weight|6]]
[[Property:uuid|eb89d090-6998-7dbe-6430-26d30eb87a32]]
* [[Automatic completion: Introduction|Introduction]]
* [[Syntax auto complete|Syntax auto-complete]]
* [[Feature call auto complete|Feature call auto-complete]]

View File

@@ -1,5 +1,6 @@
[[Property:title|Syntax auto complete]]
[[Property:weight|1]]
[[Property:uuid|aafa7c51-7a4d-385d-9c34-5e9dbba075fe]]
Syntax auto-complete in EiffelStudio editor is twofold :
*
The editor can close brackets ("(", "{" and "[") and quotes(""", "'" and "`") automatically. This feature is disabled by default. It can be activated in the editor preferences.