Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Undo/Redo should alert some areas when they happen #655

Open
windymilla opened this issue Jan 11, 2025 · 0 comments
Open

Undo/Redo should alert some areas when they happen #655

windymilla opened this issue Jan 11, 2025 · 0 comments
Assignees
Labels
future feature New feature or request, but not core

Comments

@windymilla
Copy link
Collaborator

Past windy wrote in GG1:

# Override TextUndo::undo and redo so we can flag it to any routines that need to know
sub undo {
    my ($self) = @_;
    $self->SUPER::undo();
    ::errorcheckillosnupdateneeded();
}

sub redo {
    my ($self) = @_;
    $self->SUPER::redo();
    ::errorcheckillosnupdateneeded();
}

Future windy could do something similar.

@windymilla windymilla self-assigned this Jan 12, 2025
@windymilla windymilla added the future feature New feature or request, but not core label Jan 12, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
future feature New feature or request, but not core
Projects
None yet
Development

No branches or pull requests

1 participant