ISense - IntelliSense script for AutoHotKey language
This is command completition and parameter tracking script for AutoHotKey language. It is made to help you edit your code faster, to locate exact parameter position with complex commands (like InputBox), and generaly, provide you help with AutoHotKey without ever leaving your editor.
Title of your editor window must include ".ahk" somewhere. To make ISense monitor your input, press SPACE, TAB or ENTER. After typing 3 letters Info window will appear containing AHK commands starting with letters you typed. If you continue to type Info window will repopulate commands in the list based on your letters. The list will be returned to previous state when you delete characters. While Info windows is visible, use arrows, pgup, pgdn, home & end to select the desired command. Press TAB, COMMA, or CLICK to evaluate the selection. If you don't select anything first command in the Info window will be evaluated.
After evaluation the script will change mode to parameter tracking. Current parameter will be shown bold. If you press CTRL SPACE while tooltip is visible, full help on current command will be shown. You can scroll help using arrows, pgup, pgdn, home & end.
To cancel any ISense window at any moment pres ESC, or move arond the code. You can also press CTRL SPACE on any part of the line. ISense will grab that line and try to locate the AHK command and current parameter. This procedure is editor specific so if it doesn't work with your editor choose different method or write your own.
CONFIRMED EDITORS: Notepad, SciTE, Notepad++, EmEditor, Programers Notepad, PSPad, Notepad2, Crimson, Metapad, EditPlus, ConTEXT, UltraEdit-32, SynPlus, Syn
Tracing tooltip can be enabled for debuging. To enable it, uncomment line 1:
1: Isense_trace := true
If you find any bug make sure nobody reported it (check out the BUGS section) before posting it. Suggestions & feedback are appreciated.
Rajat for inspiration All who tested this script
Created by
Miodrag Milic
miodrag.milic@gmail.com
freakk coreydwilliams@gmail.com
Homepage: http://code.google.com/p/isense-x/
2007,2008