| Padre documentation | view source | Contained in the Padre distribution. |
Padre::Wx::Dialog::Positions - Go to previous (or earlier) position
In the places of the code before jumping to some other location add:
require Padre::Wx::Dialog::Positions; Padre::Wx::Dialog::Positions->set_position
Remember position before certain movements and allow the user to jump to the earlier positions and then maybe back to the newer ones.
The location that will be remember are the location before and after non-simple movements, for example:
| Padre documentation | view source | Contained in the Padre distribution. |