------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. http://bugs.kde.org/show_bug.cgi?id=137801 Summary: Editor (C++) context menu "Navigate by ..." fails if the text is selected Product: kdevelop Version: unspecified Platform: Fedora RPMs OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: general AssignedTo: kdevelop-bugs kdevelop org ReportedBy: dariovecchio tiscali it Version: svn rev 607305 (using KDE KDE 3.5.1) Installed from: Fedora RPMs Compiler: gcc 4.1.0 OS: Linux QMake QT4 project. On a C++ file in the example line "WidgetTest::WidgetTest(QWidget * parent) : QFrame (parent)": - no text selected, right click on WidgetTest (the first or the second) -> ok - select the first WidgetTest and right click on it "Navigate by ..." is absent from context menu - select the second WidgetTest and right click on it Navigate by "" is shown instead of Navigate by "Widget Test"