Actually, if you do a ctrl+2+r (rename in local namespace), you can cycle through the occurrences (just cancel the rename later on after you cycled through the occurrences).
Is this enough?
Cheers,
Fabio
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If it would sort them and cycle downwards(wrapping at EOF) it would be good enough.
While the better solution still would be to have specials keys, both for convenience but also for not risking to accidently renaming, I find
the solution satisfactional (I kind of use it already, but fixing the sort would help)
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=617340
Originator: NO
Actually, if you do a ctrl+2+r (rename in local namespace), you can cycle through the occurrences (just cancel the rename later on after you cycled through the occurrences).
Is this enough?
Cheers,
Fabio
Logged In: YES
user_id=2014344
Originator: YES
It is close, but it doesn't cycle through them in a deterministic way (at least not for me).
It haphazardly cycles.
its ctrl+2+r then tabbing right?
It would be sweet to use something like ctrl+shift+(.|,) almost like for markers, always going down with . and up with ,
Logged In: YES
user_id=617340
Originator: NO
Humm... that seems like a bug to me (pydev probably is not sorting them as it should). If it did sort correctly, would that be enough?
Logged In: YES
user_id=2014344
Originator: YES
If it would sort them and cycle downwards(wrapping at EOF) it would be good enough.
While the better solution still would be to have specials keys, both for convenience but also for not risking to accidently renaming, I find
the solution satisfactional (I kind of use it already, but fixing the sort would help)
Logged In: YES
user_id=617340
Originator: NO
The sorting should be ok for 1.3.17