First of all, I must apologies if I broke some forum rules when posting announcements here.
But I figured out that this could be of some interest to the community, and I'm not sure
how many of you browse the script repository or how often.
Anyway, I wrote simple python plugin which gives you language help on currently selected word (function). It uses win32api or hhkey.exe (24kb app found on http://www.keyworks.net/keyhh.htm), if none of above is found then just opens the chm file without selecting searched function. It has own configuration file (plugin.ini), which holds all the chm help files for languages that you use (you should manually create one). Simple configuration looks like this:
[python]
chm_path=C:/Python26/Doc/python262.chm
[php]
chm_path=C:/Php/Doc/php5.chm
Script can be found on scriptshare: http://scriptshare.rocketmonkeys.com/script/19