DAS ist wirklich mal hilfreich:
Zitat von
delphi.wikia.com:
convert typo ";=" to ":=" Edit
This will convert a common typo where you type ";=" but really meant ":=" to what you meant.
TEMPLATE FILE NAME: semicolon-equals-typo.xml
Code:
<?
xml version="1.0" encoding="utf-8" ?>
<codetemplate xmlns="http://schemas.borland.com/Delphi/2005/codetemplates" version="1.0.0">
<template name=";=" invoke="auto">
<description>
convert typo ;= to :=
</description>
<author>
twm
</author>
<code language="Delphi" delimiter="|">
<![CDATA[:= |end|]]>
</code>
</template>
</codetemplate>
Habe gleich mal ausgebaut für ,= und .= sowie :0