Danke für den Hinweis, ist eingebaut.
Solange ich den ersten Beitrag nicht editieren kann, poste ich immer mal wieder die neue Version:
Code:
<?
xml version="1.0" encoding="utf-8" ?>
<codetemplate xmlns="http://schemas.borland.com/Delphi/2005/codetemplates"
version="1.0.0">
<template name="forma" invoke="auto">
<description>Format-Funktionswrapper</description>
<author>Thomas Hummes</author>
<point name="FormatString" default="true">
<text></text>
<hint>Der Formatstring</hint>
</point>
<point name="Vars">
<text></text>
<hint>Variablen für die Formatierung</hint>
</point>
<code language="Delphi" context="methodbody" delimiter="|"><![CDATA[Format('|FormatString||end|',[|Vars|])]]></code>
</template>
</codetemplate>
Hat noch einer eine Idee wie man himitsu's Vorschlag umsetzen könnte?