[Eric] Is it possible to change the name of a variable at all its occurrences at one time?

Detlev Offenbach detlev at die-offenbachs.de
Sat Jan 17 11:36:09 GMT 2009


On Freitag, 16. Januar 2009, ray wrote:
> Hi, all
>
> Is it possible to change the name of a variable at all its occurrences one
> time? For example, the following code
> a_variable_name = 1
> print(a_variable_name)
>
> Now I want change the name of the a_variable_name variable to another name,
> it's possible to change it at one time? Like the refactor method: rename.
>
> Thanks

You may use the reaplace in files dialog of the 4.3 snapshot release.

Regards,
Detlev
-- 
Detlev Offenbach
detlev at die-offenbachs.de


More information about the Eric mailing list