News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

wxWidget help files with context

Started by MyMindsAvatar, July 30, 2010, 10:18:59 PM

Previous topic - Next topic

MyMindsAvatar

Hi everyone,

I've been using C::B (svn 6354 on Ubuntu Lucid Lynx) for a short while now and have recently managed to install/build wxWidgets 2.9.1. My question is now related to the Help Plugin: how do I get a help doc for wxWidgets 2.9.1 to act contextually (e.g. caret in wxPanel, press F1 and get help for wxPanel)?

Any help much appreciated,

Cheers,
Richard ~

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

MyMindsAvatar

Quote from: oBFusCATed on July 30, 2010, 11:49:31 PM
Here is some kind of documentation: http://wiki.codeblocks.org/index.php?title=Help_plugin
Hi oBFusCATed, thanks for your help the other day on getting me going with wx2.9.1 working.

I've actually just found this site myself, but I still don't know how to use the $(keyword) bit to redirect to the right context. Any help on this anyone?

Thanks in advance

~

oBFusCATed

This link "http://docs.wxwidgets.org/stable/wx_$(keyword).html" works for me (you'll have to replace stable with your versions).
Also you should change "Preserve keywords case" to "Convert keyword to lowercase"
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]