Pelles C forum

Pelles C => Add-ins => Topic started by: TimoVJL on April 20, 2012, 12:17:47 PM

Title: MSDN Search sample for PellesC v 7
Post by: TimoVJL on April 20, 2012, 12:17:47 PM
Here is MSDN Search sample for PellesC v 7 for further development.
This version add option 'MSDN Search' to source document content menu

EDIT 20120430 added F1-key support MSDNSearch_WS_2.zip

EDIT 20130422 local SDK help with DExplore.exe Help2SearchSDK_WS.zip
Title: Re: MSDN Search sample for PellesC v 7
Post by: AlexN on April 20, 2012, 02:50:55 PM
Here is MSDN Search sample for PellesC v 7 for further development.
This version add option 'MSDN Search' to source document content menu

Thank you!

It looks very good! (I think it's more than an example) ;)
Title: Re: MSDN Search sample for PellesC v 7
Post by: CommonTater on April 20, 2012, 05:39:27 PM
Thank you Timo!  ...  I'm currently finishing up a project started with 6.50 and when I get that done I'll be switching up to ver 7.00 for keeps so this will be very handy.

If you're looking to expand this to include F1 searches take a look at the AddInHelp callback in the SDK... It bumps each time you press F1, so if you install a callback for it you can invoke it either before or after searching the local help files...  (I use it in my C++ Addin, if you want to see an example.)
Title: Re: MSDN Search sample for PellesC v 7
Post by: JohnF on April 20, 2012, 06:21:28 PM
Thanks, that will be useful.

John