Code::Blocks Forums
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News:
As usual while waiting for the next release - don't forget to check the
nightly builds
in the forum.
Home
Help
Search
Login
Register
Code::Blocks Forums
»
User forums
»
Help
»
how to make completion works ?
« previous
next »
Send this topic
Print
Pages: [
1
]
Go Down
Author
Topic: how to make completion works ? (Read 3999 times)
wxuserbrest
Multiple posting newcomer
Posts: 22
how to make completion works ?
«
on:
July 05, 2007, 08:22:11 am »
Hi,
completion seems to work for file in the project but doesn't work automaticaly on header file. I use wxWidgets and i don't know how to have header file scanned. Do someone succeed in doing it ?
Thanks for answer
Logged
mariocup
Guest
Re: how to make completion works ?
«
Reply #1 on:
July 07, 2007, 03:22:40 pm »
Hi wxuserbrest,
you have to add the directory that contains the header files to search dirs of the compiler. Then the files will be parsed and you get command completion.
Bye,
Mario
Logged
Send this topic
Print
Pages: [
1
]
Go Up
« previous
next »
Code::Blocks Forums
»
User forums
»
Help
»
how to make completion works ?