Author Topic: F1 - help and function reference  (Read 6567 times)

Offline starmaker

  • Single posting newcomer
  • *
  • Posts: 3
F1 - help and function reference
« 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

Offline ASJ

  • Multiple posting newcomer
  • *
  • Posts: 46
Re: F1 - help and function reference
« Reply #1 on: September 15, 2008, 02:07:59 pm »
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..

Offline starmaker

  • Single posting newcomer
  • *
  • Posts: 3
Re: F1 - help and function reference
« Reply #2 on: September 15, 2008, 06:57:29 pm »
You are right but is there any up do date documentation ?

Now I use MSDN or cppreference.com web pages.

Regards,
starmaker

streetspirit

  • Guest
Re: F1 - help and function reference
« Reply #3 on: September 15, 2008, 07:46:43 pm »
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?

Offline rcoll

  • Almost regular
  • **
  • Posts: 150
Re: F1 - help and function reference
« Reply #4 on: September 15, 2008, 08:54:21 pm »
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

Offline starmaker

  • Single posting newcomer
  • *
  • Posts: 3
Re: F1 - help and function reference
« Reply #5 on: September 15, 2008, 10:52:02 pm »
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

Offline ASJ

  • Multiple posting newcomer
  • *
  • Posts: 46
Re: F1 - help and function reference
« Reply #6 on: September 15, 2008, 11:32:25 pm »
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...