<http://forum.pspad.com/read.php?f=2&i=12132&t=12132> 
----------------------------------------------------------------

HI!

Suggestion for autocompletion:
Is it possible to add on-the-fly autocompletion, so that when you write
"_sql" and press [space] PSPad will automatically replace this with a
multiline phrase like:

$strSQL = "SELECT * FROM ...";
$result = mysql_qurey($strSQL) or die(...);
...
mysql_free_reslut($result);

...without the Ctrl+j key?

Thanks for a lovely app!

Best Regards
TD

-- 
PSPad freeware editor http://www.pspad.com

Reply via email to