MouseHoverCallTips Plugin for SciTE
-----------------------------------
	When you hover your mouse over a function then the corresponding calltip
	for that function will be displayed. Works on native functions, user
	defined functions, and AutoItObject methods and properties too.

Installation Instructions
-------------------------
	1. Place the MouseHoverCallTipsPlugin folder in your "/AutoIt/SciTE/lua/" directory, e.g.:
			/AutoIt/SciTE/lua/
				MouseHoverCallTipsPlugin/
					MouseHoverCallTips.lua
					CallTipManager.lua
					FileScanner.lua
					README.txt

	2.  Ensure SciTE will load "MouseHoverCallTips.lua" at startup:
			Add the following line to "/AutoIt/SciTE/lua/SciteStartup.lua":
				LoadLuaFile("MouseHoverCallTipsPlugin\\MouseHoverCallTips.lua")

	3.  In your "SciTEUser.properties", add:
			mousehover.calltips.dwelltime=650

			This settings determines the amount of milliseconds that you must
			hover over a function for a calltip to show.

	4.  Restart SciTE and hover over functions in .au3 files to see calltips:
			Hopefully.

Credits
-------
	Jos for AutoItGotoDefinition on which I relied heavily.
	Valik without whom this project would have died.
	MvGulik
	ProgAndy
	wraithdu
	trancexx
	AdmiralAlkex
	Sunaj
	D4rk0n3
	and everyone else who posted at:
		http://www.autoitscript.com/forum/topic/140881-mouse-hover-call-tips-update-03182013/