Did you miss my CFUnited presentation because you couldn’t step into the room because it was jam packed? I’ll be giving my “Digging Into The Developer Toolbox” presentation on the CFMeetup! Right now I’m tentatively schedule for September 9th @ 6:00PM. Every developer has their basic toolset – a robust IDE, source control and a [...]
Content
Tagged: autohotkey
I’ve posted code examples and a detailed ‘handout’ which includes links and more information on all the software I discussed in my presentation. I’ve also included some alternatives and options for non-Windows operating systems. CFUnited 2010 – Digging Into The Developer Toolbox Thanks to all that attended! If you have any questions or suggestions for [...]
I’m not going to say I’ll be at CFUnited until I actually get there… lest I jinx myself, but it’s only 1 week away! I am looking forward to seeing everyone, meeting some new people and giving my first (and last) CFUnited presentation. I’ll be talking about all the tools I use to work smarter/less/faster/lazier… [...]
So in my previous post (Authotkey and Eclipse Autocomplete) I was trying to replace a snippet with an AutoHotkey script. One thing I was lacking was automatically inserting the file name which you can easily do in a snippet by inserting $${CURRENTFILE} into your snippet. Doing this in AutoHotkey was a bit more involved… There [...]
Yesterday I was trying to write up a quick AutoHotkey script to quickly dump in a Fusedoc snippet into my files. I was tearing my hair out (I don’t have much left!) because I kept getting extraneous characters printing out after the script ran. After quite a bit of trial and error it finally dawned [...]