You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Edits made by text formation filters are not registered in the undo manager. This causes things like newline completions to be ignored when undoing.
To Reproduce
Make an edit that causes a text formation filter to activate (eg, inserting a tab that should be replaced with spaces) and press command-Z. The edit will not be undone correctly.
Expected Behavior
Edits from TextFormation should be able to be undone.
Description
Edits made by text formation filters are not registered in the undo manager. This causes things like newline completions to be ignored when undoing.
To Reproduce
Make an edit that causes a text formation filter to activate (eg, inserting a tab that should be replaced with spaces) and press command-Z. The edit will not be undone correctly.
Expected Behavior
Edits from TextFormation should be able to be undone.
Version Information
CodeEditSourceEditor: 0.7.0
macOS: 14.3.1
Xcode: 15.2
Additional Context
No response
Screenshots
No response
The text was updated successfully, but these errors were encountered: