News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

F1 - help and function reference

Started by starmaker, September 15, 2008, 11:41:46 AM

Previous topic - Next topic

starmaker

Hello

Why there is no help available or any function reference in CB ?
It is much faster to press F1 than find function name on MSDN or
other online service.
How to make it works under Windows ? IDE without help is useless
or at least hard to use in my opinion.

Regards,
starmaker

ASJ

if you have the help plugin installed, you can set help files through "Settings->Environment" and clicking on "Help files" in the list to the left.
The default file is called when pressing F1..

starmaker

You are right but is there any up do date documentation ?

Now I use MSDN or cppreference.com web pages.

Regards,
starmaker

streetspirit

hallo,i have a strange problem,i don't have help icon in scroll menu on the left side of
cb,settings,enviroment,what's wrong?

rcoll

Quote from: starmaker on September 15, 2008, 11:41:46 AM
Hello

Why there is no help available or any function reference in CB ?
It is much faster to press F1 than find function name on MSDN or
other online service.
How to make it works under Windows ? IDE without help is useless
or at least hard to use in my opinion.

Regards,
starmaker

Keep in mind that C::B is an IDE, not a compiler.  In fact, you can use many different compilers with C::B.  For C::B to provide help for all the compilers possible would be an over-whelming task.

Ringo

starmaker

There is Help Plugin available. So I wanted to use it. Is there only one working help file available ?
If not why work on this plugin ?

Does anyone has succeded with Help Plugin and can post working help file url ?

Regards,
starmaker

ASJ

Just search a bit on the internet. The pages from cppreference.com are for example also available as .chm file (someone converted them) and for wx you can get the files directly from wxwidgets.org. Search a little bit and you will find what you're looking for...