Padre::Wx::Dialog::Positions - Go to previous (or earlier) position


Padre documentation  | view source Contained in the Padre distribution.

Index


NAME

Top

Padre::Wx::Dialog::Positions - Go to previous (or earlier) position

SYNOPSIS

Top

In the places of the code before jumping to some other location add:

  require Padre::Wx::Dialog::Positions;
  Padre::Wx::Dialog::Positions->set_position

DESCRIPTION

Top

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.