From: Fabio Z. <fa...@gm...> - 2006-05-23 13:20:04
|
Hi Don Fabio: > > I think that there is a case that is a bit awkward (the case you > identified above): after a Rename Occurrence is completed and you > decide that you made a mistake then Pydev ignores an additional Rename > Occurrence on replacement string until the file is saved. I have to > save the file before it can be fixed. > > I don't think that this is a serious bug, but can it be fixed in a > future release? > > If so then I will log a bug report. > Sure... the bug should be something as: pydev should force the AST re-generation before making a rename occurrences. Cheers, Fabio |