http://trac.cfeclipse.org/wiki/CFSnippets
Tip: On the Trac homepage click Index
(http://trac.cfeclipse.org/wiki/TitleIndex) then find the page you are
looking for (ignore spam)
This is on my todo list - if anyone wants to help out cleaning up spam
- please let me know and I will get you and acct setup on Trac.
Jim
What OS are you using? I've really dumped snippets in favor of
AutoHotKey (on windows)
Jacob - see the example here:
http://www.thecrumb.com/2009/08/18/autohotkey-week-day-2-%E2%80%93-text-manipulation/
See the example near the bottom - remember Autohotkey is simply
automating the manipulation of your keyboard - so figure out how you
want to insert the text and then what you need to push to get the
cursor where you want it...
So here I'm simply entering in a cfif statement
Send, <cfif>{Enter}{Enter}<cfelse>{Enter}{Enter}</cfelse></cfif>
Then I click the up key three times
Send {UP 3}
Then I click the left arrow key 2 times
Send {LEFT 2}
Let me know if that helps...
Jim
There's also the "Templates" stuff (Preferences > CFEclipse > Editor >
Templates).
It ain't nearly as cool as it can be, but I'm using 'em a good bit, nonetheless.
--
Jealousy - that jumble of secret worship and ostensible aversion.
Emile M. Cioran