From kdevelop-bugs Wed Dec 24 14:49:20 2008 From: mbreugel Date: Wed, 24 Dec 2008 14:49:20 +0000 To: kdevelop-bugs Subject: [Bug 178675] New: Rename refactoring from .. (dotdot) is added twice Message-Id: X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=123013027328225 http://bugs.kde.org/show_bug.cgi?id=178675 Summary: Rename refactoring from .. (dotdot) is added twice Product: kdevelop Version: unspecified Platform: Compiled Sources OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Language Support: CPP AssignedTo: kdevelop-bugs@kdevelop.org ReportedBy: mbr.nxi@gmail.com Version: (using Devel) OS: Linux Installed from: Compiled sources A symbol that is included both through a normal include and one with .. (dotdot) is shown twice in the rename refactorings dialog. Subsequently kdevelop tries to rename this symbol twice and fails (but no crash). steps to reproduce: project with content: / foo/ foo.h class Foo {}; bar.h #include "foo.h" #include "../foo/foo.h" void bar() { Foo f; } Then rename the Foo symbol from bar.h. [See screenshot if it's not crystal clear from this descrption.] -- Configure bugmail: http://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ KDevelop-bugs mailing list KDevelop-bugs@kdevelop.org https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs