News:

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

Main Menu

pkg-config and Code completion

Started by walterwang, August 21, 2006, 04:47:22 PM

Previous topic - Next topic

walterwang

hi, all
i have a question about pkg-config and code completion.
because pkg-config can be used in the compiler and linker options, so i did in my project using gtkmm. but the code completion works not any more. before i knew that pkg-config can be used in code::blocks, i ran pkg-config  in a shell and then copied the result into code::blocks, so worked. and also the code completion.
but with pkg-config works the code completion.
how can i configrate in Code::Blocks so that code completion works again?
can anyone help me?

takeshimiya

Quote from: walterwang on August 21, 2006, 04:47:22 PM
how can i configrate in Code::Blocks so that code completion works again?
can anyone help me?

Unfortunately, for now, if you want a working CodeCompletion, you'll have to do what you've done, that is, paste the output of pkg-config.


walterwang


Game_Ender

A new kind of search area would have to be added to code completion, something like "Search Output of Shell Command", and it could parse the output for all the include directories and put those in its list.