使用 NSUndoManager 和 Core Data 进行嵌套撤消

发布于 2024-09-28 07:00:23 字数 371 浏览 3 评论 0原文

我对 NSUndoManager 有一个小问题。 当用户要编辑某个实体 A 时,我将所有内容粘贴到撤消分组中,以便可以轻松撤消更改。到目前为止,一切都很好。

但是,当用户编辑实体 A 时,他还可以添加或编辑实体 B 的项目,其中 A 具有多个 B,B 属于多个 A。这种关系是可选的。

现在,假设用户开始编辑实体 A 的一项,名为 Foo。在编辑时,他创建了实体 B 的一个新项目,称为 Bar。然后用户决定取消整个编辑过程,因此对 Foo 的更改被撤消,但 Bar 也消失了。

我如何设法保留对实体 B 的任何更改或添加,并且仅撤消 A 的内容?

我尝试使用两个 MOC,但由于这种关系,我在添加两个不同上下文的对象之间的关系时遇到错误。

谢谢!

I have a little problem with NSUndoManager.
When the user is about to edit some entity A, I stick everything into an undo grouping so that the changes can easily be undone. So far so good.

However, while the user is editing entity A, he can also add or edit items of entity B, where A has many B and B belongs to many A. That relationship is optional.

Now, say the user starts editing an item of entity A, called Foo. While editing, he creates a new item of entity B, called Bar. Then the user decides to cancel the whole editing process, so changes to Foo are undone, but Bar also disappears.

How do I manage to keep any changes to or additions of entity B, and only undo stuff for A?

I tried using two MOC, but because of the relationship I get errors about adding a relationship between objects of two different contexts.

Thanks!

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文