Hi,
Code::Block is the best IDE editor for Linux, thank you for that

But I have one problem. I'm writing GTKmm application and after declaration of some widget code completion doesn't work. Example of code:
#include <gtkmm.h>
void some_function() {
Gtk::Window win;
Gtk::Window. // It's work correct (list of methods and members is on display)
win. // but there's is problem... any list doesn't show
}
Where is the problem?
I'm using Gentoo linux...
Thank you for answers!
Dominik Janku