Updated wikipage Code Templates. (Signed-off-by:jocelyn).

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2171 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
eiffel-org
2019-09-02 08:02:24 +00:00
parent c3f743d743
commit 1aeed1e01f

View File

@@ -1,3 +1,5 @@
[[Property:modification_date|Mon, 02 Sep 2019 08:02:24 GMT]]
[[Property:publication_date|Mon, 02 Sep 2019 08:02:24 GMT]]
[[Property:uuid|7CCF602E-0B79-49C2-93FE-39C90CBE4E35]]
[[Property:link_title|Code Templates]]
[[Property:title|Code Templates]]
@@ -98,7 +100,7 @@ It is very easy to define a template. It is all done in Eiffel, of course. You s
To offer templates as part of code completion, EiffelStudio looks in two locations:
* Standard templates, found in:
** Linux: <code>$ISE_EIFFEL/studio/templates/code</code>
** Eiffel: <code>%ISE_EIFFEL%/studio/templates/code</code>
** Windows: <code>%ISE_EIFFEL%/studio/templates/code</code>
* User-defined templates, which you can add at:
** Linux: <code> ~/.es/eiffel_user_files/16.11/templates/code</code>
** Windows: <code>C:/Users/your_user_name/Documents/Eiffel User Files/16.11/templates/code</code>