I've got a small request for the Help Plugin. It would be nice if it would be possible to do a lookup on a URL. For example, in my SciTEUser.properties file I have help setup for C/CPP files to be:
command.help.$(file.patterns.cpp)=http://search.msdn.microsoft.com/search/default.aspx?siteId=0&tab=0&query=$(CurrentWord)
Since the MSDN site will typically be the most up-to-date in terms of the win32 api, it seems the logical place to go looking for information.
Cheers!
I like the idea... and I just committed it (rev 2721) :D
Be sure to read Help->Plugins->Help plugin (Description).
I've tried and it doesn't seem to be working right. I have defined a new help source (called MSDN) with the following URL:
http://search.msdn.microsoft.com/search/default.aspx?siteId=0&tab=0&query=$(keyword)
as the source and made it the default help.
Now, when I highlight a word and hit F1, the $(keyword) is not getting replaced with the highlighted word. Have I defined something in correctly?