From kdevelop-bugs Fri Nov 24 02:08:40 2006 From: Dario Vecchio Date: Fri, 24 Nov 2006 02:08:40 +0000 To: kdevelop-bugs Subject: [Bug 137801] New: Editor (C++) context menu "Navigate by ..." fails Message-Id: <20061124030839.137801.dariovecchio () tiscali ! it> X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=118306959011064 ------- 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"