Ok thanx.
Can this be done automatically for all, say, global variables and
function names? I would like to have an automatic procedure that does
so. When you say Java projects, do you assume I'm coding in Java? I'm
using Eclipse, which was built in Java, but I don't code in Java at all
(I code in Embedded C).
I've solved the problem using linux commands, such as sed and awk. I
don't find the solution very attractive in the long-term though.
Thank you very much.
Yvan
> > Hi,
> >
[quoted text clipped - 27 lines]
> Refactor > Rename and Refactor > Move also works for files in the
> package explorer.
Stephan Titard - 06 Jul 2006 13:38 GMT
kayoux@hotmail.com escribió:
> Ok thanx.
>
[quoted text clipped - 41 lines]
>> Refactor > Rename and Refactor > Move also works for files in the
>> package explorer.
actually changing a name in a group of files is not an easy task
supposing you can actually parse the the program, and from that analisis
change the given name, you still have to parse the comments which are
essentially format-free: a tough task to say the least
probably worth to do given the odds of such occurence...
hth
--stephan