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

Add support for programmatic control over undo/redo of text decorations #364

Open
svenreimers opened this issue Oct 27, 2024 · 0 comments
Open

Comments

@svenreimers
Copy link

In a code editor use case, the user typically does not "format" the richt text, but the system is creating all the decorations base on the current text, e.g. syntax highlighting.

With the current solution all changes in syntax highlighting will be visible to the user in the und/redo stack. This should not be the case. Maybe an API to filter the things going into undo/redo stack maybe a good option to give back control over this process to the application using RTA.

@jperedadnr jperedadnr changed the title Addd support for programmatic control over undo/redo of text decorations Add support for programmatic control over undo/redo of text decorations Nov 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant