This addin use the standard visual studio help system in the IDE throug the HelpViewer or a standard browser (using online MS query).
Select the word for which you want help and press F1.
You can configure the help to use the "HelpView.exe" viewer supplied by MS, or to search MS online help (using MS DEV Query) through a browser.
You can select which browser to use: the default or a user specified browser.
The selection includes the use of the PellesC IDE internal browser, but is not working at the moment (seems I forget how to use addins to create new documents...).
When the use of the HelpView.exe is selected the addin configures automatically the locations of executable and catalog.
You can enable debug by setting the symbol '
DEBUG'. When this symbol is defined the addin becomes verbose reporting many info in the output tab.
To help the development of the system I wrote an helper program, '
TestSerchView', that can be used to run the addin as a standard standalone program outside the PellesC IDE (you don't need anymore to compile, copy, test, etc) getting rid of IDE crashes in case of bugs.
To compile the addin for standalone use simply define the symbol "
TESTING". Then you can run the DLL from IDE.
I built this addin using info found
here.