AutoReplace by template

Qkxy

Member²
Hi,

It would be great if I could write a special text into a template first line
which automaticaly turned into AutoReplace keyword.

For example:
In current versions I have to create a template eg. Tools\sel.tpl:

SQL:
SELECT t.*
  FROM [#] t

than write this line into my AutoReplace.txt file:

Code:
sel=Tools\sel.tpl

It should be as simple as create the Tools\sel.tpl and write only this:

SQL:
$AuteReplace=sel
SELECT t.*
   FROM [#] t

When name collision occours than use the first occurance of the keyword but
AutoReplace file should take precedence.

Regadrs
 
Back
Top