Hallo wer kennt sich mit den Template-Vorlagen aus?
Beim folgenden Template wird nur der "EndIf-Teil" gemacht woran liegt das?
Code:
<?
xml version="1.0" encoding="utf-8" ?>
<codetemplate xmlns="http://schemas.borland.com/Delphi/2005/codetemplates"
version="1.0.0">
<template name="ima" invoke="manual">
<description>
IFDEF mgmApplication
</description>
<author>
mgm-TF
</author>
<code language="Delphi" delimiter="|" ><![CDATA[{$IFDEF mgmApplication} | {$ENDIF}]]>
</code>
</template>
</codetemplate>