From 96d13d13101e7e92087279b900466648b0e668ba Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Mon, 21 Nov 2016 19:52:39 +0000 Subject: [PATCH] Update wikipage Code Templates. (Signed-off-by:javier). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1670 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../eiffelstudio-editor/Code-Templates.wiki | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/documentation/trunk/eiffelstudio/eiffelstudio-reference/eiffelstudio-editor/Code-Templates.wiki b/documentation/trunk/eiffelstudio/eiffelstudio-reference/eiffelstudio-editor/Code-Templates.wiki index 726ba736..dd107b0b 100644 --- a/documentation/trunk/eiffelstudio/eiffelstudio-reference/eiffelstudio-editor/Code-Templates.wiki +++ b/documentation/trunk/eiffelstudio/eiffelstudio-reference/eiffelstudio-editor/Code-Templates.wiki @@ -26,6 +26,15 @@ There are two kinds of template: Code templates are part of EiffelStudio’s 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: +[[Image:target_template_1_0]] +Figure 1. Auto-completion with code template option + +If there are any applicable targeted templates, the first entry says “Code templates (CTRL-Space)” and you can click it to get a list of applicable templates: + +[[Image:target_template_1_1]] +Figure 2. Auto-completion with code templates option list + + ==Templates Definition==