News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

[PROBLEM REPORT] Symbols Browser Inheritance Depth

Started by egrath, September 15, 2009, 03:08:58 PM

Previous topic - Next topic

egrath

Hello,
i encountered the following bug (don't know if it's a bug or by design) while testing out why some code completion isn't working. But let's start to explain the problem. For example the GTKmm Class "Gtk::Window" has the following inhertiance tree:

Widget
  Container
     Bin
        Window

When you view this class in the Symbols Browser you can clearly see that C::B shows the "Container" Class as the inheritance Base. When using code completion for the Window Class, all methods/members from the Window, Bin and Container class are shown but not the one's from the Widget Class. I think that this two thinks are closely related.

The problem is also shown on the screenshot below (symbols browser and class declaration highlighted):


I am using SVN Build 5780 on Linux.

Greetings,
Egon