From cab50c5d52019e410888697fa1de9304e35b4357 Mon Sep 17 00:00:00 2001 From: eiffel-org Date: Wed, 21 Sep 2016 18:59:06 +0000 Subject: [PATCH] Update wikipage Code Templates. (Signed-off-by:javier). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1625 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../eiffelstudio-editor/Code-Templates.wiki | 4 +++- 1 file changed, 3 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 588a7f70..5cb4d0d6 100644 --- a/documentation/trunk/eiffelstudio/eiffelstudio-reference/eiffelstudio-editor/Code-Templates.wiki +++ b/documentation/trunk/eiffelstudio/eiffelstudio-reference/eiffelstudio-editor/Code-Templates.wiki @@ -28,7 +28,9 @@ User defined templates will have precedence over templates located at the Eiffel * Code templates could be Global/Target-less or applicable to a given Context Queries and Commands accept multiple arguments like (a:T1; b:T2; c:T3), if any, will be used as input arguments where the default values will be filled with defaults if they exist. * Target Templates inherit from TEMPLATE [T] -* Targetless Templates inherit from TEMPLATE +These templates will inherit a feature `target' with the type of the context, the generic type. +* Targetless Templates inherit from TEMPLATE +These templates does not have the feature `target'. * Metadata: it’s possible to add metadata to code templates using note clause ** title: title of template ** tags: List of tags to classify the template.