https://bugs.kde.org/show_bug.cgi?id=255706

--- Comment #13 from Piotr Mierzwinski <piotr.mierzwin...@gmail.com> ---
In the newest stable version of KDevelop (5.6.2) this seems to be broken.
What happens in current version when we rename argument in the prototype from
baz to baz1?

1. problem
- is adding prefix of class name to the method, so here it would be: 'Foo::'
and method would looks like:
Foo::Bar(int baz1)
;
all of this in prototype (header) file.

2. problem
usage of argument is renamed in definition of method, so fine, but
unfortunately doesn't in its declaration in method definition (header of
definition). 

3. problem.
when we over renamed argument by mouse cursor in definition of method then all
occurrences are highlighted, even this not renamed in header of definition.

Fortunately to restore old names we can use Ctrl+Z.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to