I felt the need to post this, its the most awesome coding tool I've ever found, (save when I discovered textmate bundles).
Fingertext lets you insert code snippets with tabbed triggers, for example I set up a lot of sites and if I type 'virtualhost' + tab, it inserts
The '$[![]!]' parts are called hotspots so you can tab through and edit each part at speed.
Heres a screencast I found which explains a little:
Screencast by trusktr from Screenr.com - YouTube
Fingertext lets you insert code snippets with tabbed triggers, for example I set up a lot of sites and if I type 'virtualhost' + tab, it inserts
Code:
<VirtualHost *:80>
ServerName $[![]!]
ServerAlias $[![]!]
DocumentRoot "$[![]!]"
<Directory "$[![]!]">
IndexOptions +FancyIndexing NameWidth=*
Options Includes FollowSymLinks Indexes
AllowOverride All
Order allow,deny
Allow from all
</Directory>
</VirtualHost>
The '$[![]!]' parts are called hotspots so you can tab through and edit each part at speed.
Heres a screencast I found which explains a little:
Screencast by trusktr from Screenr.com - YouTube