News:

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

Main Menu

code completion for include

Started by lleming, November 13, 2010, 02:30:41 PM

Previous topic - Next topic

lleming

is is exist?
i don't remember exactly all include in include directory that is a lot files. why code completion doesn't help.
it is hard every time to do:
cd c:\program file (x86)\Codeblock 10.05\MinGW\include
dir
to get exact name of include file.
any way to avoid it ?

Loaden

I can't fully understand what is your meaning.
But, you can view this post: http://forums.next.codeblocks.org/index.php/topic,13639.0.html
Hope it is usefull.

lleming

i meant if i type
#include <st
then code completion should provide a list available <st*.h> for this project include includes of mingw
otherwise i need every time to know exactly name of include files.
and it takes a lot of time to:
c:\program files (x86)\codeblock 10.05\mingw\include
dir
thats not best way to spent time.
i came from java and common java ide simply easy to add package just by typing initial package.name

Loaden

Quote from: lleming on November 13, 2010, 03:18:39 PM
i meant if i type
#include <st
then code completion should provide a list available <st*.h> for this project include includes of mingw
otherwise i need every time to know exactly name of include files.
and it takes a lot of time to:
c:\program files (x86)\codeblock 10.05\mingw\include
dir
thats not best way to spent time.
i came from java and common java ide simply easy to add package just by typing initial package.name
supported in HEAD.
See http://forums.next.codeblocks.org/index.php/board,20.0.html for more information.