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
We need a feature to clear all content from the undoer in TextEdit.
For instance:
When editing a new file, where we need to get rid of the previously saved Undo function.
When entering an ID or password and we don't want the Undo function to work.
Using the id_source() function to disable the Undo feature is possible, but for data security, it would be better to have the ability to erase the content in the undoer.
Thanks, emilk.
The text was updated successfully, but these errors were encountered:
This feels awful, @emilk why does this have to be an Arc?
Should the Arc be replaced with a new one when set_undoer is called,
or should it just replace the undoer inside the Arc?
Fixesemilk#3436
This feels awful, @emilk why does this have to be an Arc?
Should the Arc be replaced with a new one when set_undoer is called,
or should it just replace the undoer inside the Arc?
Closesemilk#3436
This feels awful, @emilk why does this have to be an Arc?
Should the Arc be replaced with a new one when set_undoer is called, or
should it just replace the undoer inside the Arc?
Closes#3436
Dear emilk,
We need a feature to clear all content from the undoer in TextEdit.
For instance:
Using the id_source() function to disable the Undo feature is possible, but for data security, it would be better to have the ability to erase the content in the undoer.
Thanks, emilk.
The text was updated successfully, but these errors were encountered: