Editor for AHK Scripts

Because I love AutoHotkey, I want to tell everybody about this great, free editor: SciTE4AutoHotkey

Quick tip: to reload what you're working on upon save, add this to your script:

#IfWinActive, D:\Documents\AutoHotkey.ahk
~^s::
Sleep 500
reload
return
#IfWinActive