I'm using KDevelop git master from 2012-05-03. Try the following code: #include <cassert> #define ASSERT(a) assert(a) void func() { int abc = 0; abc++; assert(abc); ASSERT(abc); // if this is commented, the assistant shows up } Try to change the name of abc on the "int abc = 0;" line. The rename assistant should pop up, but it does not. Now comment the "ASSERT(abc);" and try again. Suddenly it works. The strange thing is that both assert() and ASSERT() are macros, but one works and the other breaks the assistant. Thanks Reproducible: Always Steps to Reproduce: Try the code above. Actual Results: - Expected Results: - openSUSE 12.1 x86-64.
Dear Bug Submitter, This bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? I am setting the status to NEEDSINFO pending your response, please change the Status back to REPORTED when you respond. Thank you for helping us make KDE software even better for everyone!
Dear Bug Submitter, This is a reminder that this bug has been stagnant for a long time. Could you help us out and re-test if the bug is valid in the latest version? This bug will be moved back to REPORTED Status for manual review later, which may take a while. If you are able to, please lend us a hand. Thank you for helping us make KDE software even better for everyone!
I no longer use KDevelop so I cannot re-test this, sorry.
Thank you for reporting this issue in KDE software. As it has been a while since this issue was reported, can we please ask you to see if you can reproduce the issue with a recent software version? If you can reproduce the issue, please change the status to "REPORTED" when replying. Thank you!
I no longer use the software, but AFAIK oldcpp is unmaintained anyway, so I'm closing this bug.