Two structs:
struct A
{
int i;
};
struct B
{
int i;
};
When I rename struct B's member 'i', struct A''s member 'i' also appear in the file list. Is it a bug?
Refactor rename bug?
-
- CodeLite Curious
- Posts: 8
- Joined: Thu May 15, 2014 9:29 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: Refactor rename bug?
It appears in the dialog, but, is it "checked" ?
The re-factoring engine will only check entries that are 100% match, when there is a doubt,
the entry will present, but will not be checked (so the user can decide)
Eran
The re-factoring engine will only check entries that are 100% match, when there is a doubt,
the entry will present, but will not be checked (so the user can decide)
Eran
Make sure you have read the HOW TO POST thread