I would like to propose a feature, which would greatly help me in coding. It's, well, borrowed ;-) from Visual Studio. In VS there is a combo box with all classes and methods, providing items like this:
BaseClass BaseClass::BaseClass BaseClass:method1 BaseClass::method2 DerivedClass DerivedClass::DerivedClass DerivedClass:method1
and so on. It's a great help, because it doesn't take much place (contrary to the whole class tree, which geany provides) and allows very quick access to any method. Is there any chance to make class tree exchangable with such a combo?