From 1047f4f2e013a2f6061d3915b928276cb089ec79 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Wed, 21 Sep 2016 19:35:13 +0000 Subject: [PATCH] Update wikipage Code Templates. (Signed-off-by:javier). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1632 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../eiffelstudio-editor/Code-Templates.wiki | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 f1a6cdb9..5b919208 100644 --- a/documentation/trunk/eiffelstudio/eiffelstudio-reference/eiffelstudio-editor/Code-Templates.wiki +++ b/documentation/trunk/eiffelstudio/eiffelstudio-reference/eiffelstudio-editor/Code-Templates.wiki @@ -51,6 +51,7 @@ the list of available templates will be display. At this point a user can select an available template, to insert into the current feature, back to the list of completion possibles by pressing crtl+space, or just ignore and continue editing the code. +!TODO add image note @@ -94,6 +95,11 @@ end ====Targetless Templates==== +The next example shows how to define a template that will be applicable without any specific target. +To show the list of available targetless templates by pressing crtl+space you will see a new option in the list +of completion possibilities, by pressing again crtl+space, the list of targetless templates will be available. + +!TODO add image class TEMPLATE_DIRECTORY_GLOBAL @@ -102,7 +108,7 @@ inherit TEMPLATE -feature +feature -- Templates entries -- Show entires for the current directory.