GeorgeS
Posts: 206
|
| Posted: 01/02/2005, 2:20 PM |
|
I came accross 2 free utilities ( each also has more advanced version ~$20- &25)
http://www.colorpilot.com/speed-typing.html
http://www.shortkeys.com/lite.htm
You enter your snippets of code and assign key combinations to call them.
For example if I type:
qqcn
I get the following inserted instead:
___________________________________________
Dim SQL, CNN, RS
SQL = "SELECT * FROM tbl WHERE field=" &
Set CNN=Server.CreateObject("ADODB.Connection")
CNN.open ("Provider=Microsoft.Jet.OLEDB.4.0;Data Source="& Server.MapPath("../db/mydb.mdb")&";Persist Security Info=False")
Set RS=Server.CreateObject("ADODB.Recordset")
RS.Open SQL, CNN
_______________________________________________
I found that http://www.colorpilot.com/speed-typing.html program gives more options on how to control code insertions. I'm planning on upgrading to full version.
I hope that it would be helpfull for some CCS users in addition to long-awaited Code Auto-completion in .
***********************************************************************
(I also downloaded HomeTypist from www.colorpilot.com and now my laptop can sound like an old typewriter - some keys don't work too well and now I know if they got hit or not).
Best regards,
_________________
GeorgeS |
 |
 |
|