Delphi Programming
Warning: You are not logged in. Your IP address will be publicly visible if you make any edits. If you log in or create an account, your edits will be attributed to your username, along with other benefits.

The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.

Latest revision Your text
Line 53: Line 53:
 
</pre>
 
</pre>
   
== General Language Templates ==
 
 
 
=== TODO ===
 
 
This template will create a TODO item in your source
 
 
TEMPLATE FILE NAME: '''todo.xml'''
 
<pre>
 
<?xml version="1.0" encoding="utf-8" ?>
 
<codetemplate xmlns="http://schemas.borland.com/Delphi/2005/codetemplates"
 
version="1.0.0">
 
<template name="todo" invoke="auto">
 
<description>A live template to create a TODO item</description>
 
<author>Bill Mullen</author>
 
<point name="Owner">
 
<text>Owner</text>
 
<hint>Enter the person responsible for this item</hint>
 
</point>
 
<point name="Category">
 
<text>General</text>
 
<hint>Enter the category for this item</hint>
 
</point>
 
<point name="ActionItem">
 
<text>ActionItem</text>
 
<hint>Enter the action to be taken</hint>
 
</point>
 
<code language="Delphi" delimiter="|">
 
<![CDATA[{TODO -o|Owner| -c|Category| : |ActionItem|}]]>
 
</code>
 
</template>
 
</codetemplate>
 
</pre>
 
   
   
Please note that all contributions to the Delphi Programming are considered to be released under the CC-BY-SA
Cancel Editing help (opens in new window)