Update wikipage Code Templates. (Signed-off-by:javier).

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1678 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
eiffel-org
2016-11-22 13:28:12 +00:00
parent 0d52fb6d73
commit a6eb2e06e5

View File

@@ -3,9 +3,8 @@
[[Property:title|Code Templates]]
[[Property:weight|7]]
<span id="what_are_code_templates"></span>
==What are code templates and how do they help me?==
=What are code templates and how do they help me?=
EiffelStudio offers Code Templates. Introduced in version 16.11, code templates facilitate the programmers task by proposing program schemes that correspond to typical situations. Code templates are contextual: based on some properties of your code, EiffelStudio will offer a list of templates that could -- just could! -- do exactly whats on your mind at the moment.
@@ -22,7 +21,7 @@ There are two kinds of template:
<span id="how_do_i_use_templates"></span>
==How do I use templates in EiffelStudio?==
=How do I use templates in EiffelStudio?=
Code templates are part of EiffelStudios code completion mechanism. Code completion lets you choose a code template at the same place where it offers you features to call: when you type a dot character “.” after the name of an applicable local variable, attribute or function, a menu appears: