[PR #615] [MERGED] Feat: invert delta #4239

Closed
opened 2026-03-23 21:36:55 +00:00 by mirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/AppFlowy-IO/AppFlowy/pull/615
Author: @vincentdchan
Created: 7/15/2022
Status: Merged
Merged: 7/15/2022
Merged by: @appflowy

Base: feat/flowy_editorHead: feat/invert-delta


📝 Commits (2)

📊 Changes

9 files changed (+275 additions, -186 deletions)

View changed files

📝 frontend/app_flowy/packages/flowy_editor/example/lib/plugin/image_node_widget.dart (+1 -0)
📝 frontend/app_flowy/packages/flowy_editor/example/lib/plugin/text_node_widget.dart (+1 -0)
frontend/app_flowy/packages/flowy_editor/lib/document/attributes.dart (+42 -0)
📝 frontend/app_flowy/packages/flowy_editor/lib/document/node.dart (+1 -2)
📝 frontend/app_flowy/packages/flowy_editor/lib/document/state_tree.dart (+1 -0)
📝 frontend/app_flowy/packages/flowy_editor/lib/document/text_delta.dart (+29 -29)
📝 frontend/app_flowy/packages/flowy_editor/lib/editor_state.dart (+1 -0)
📝 frontend/app_flowy/packages/flowy_editor/lib/operation/operation.dart (+17 -0)
📝 frontend/app_flowy/packages/flowy_editor/test/delta_test.dart (+182 -155)

📄 Description

This PR is implementing the inverting operation of TextDelta.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/AppFlowy-IO/AppFlowy/pull/615 **Author:** [@vincentdchan](https://github.com/vincentdchan) **Created:** 7/15/2022 **Status:** ✅ Merged **Merged:** 7/15/2022 **Merged by:** [@appflowy](https://github.com/appflowy) **Base:** `feat/flowy_editor` ← **Head:** `feat/invert-delta` --- ### 📝 Commits (2) - [`3cbac6f`](https://github.com/AppFlowy-IO/AppFlowy/commit/3cbac6f3f918b9b0b517d5471e35ef5e9704323e) feat: invert delta - [`def0327`](https://github.com/AppFlowy-IO/AppFlowy/commit/def03273b85065ba5cf51e6d7aa3fe684f25e7dd) test: invert ### 📊 Changes **9 files changed** (+275 additions, -186 deletions) <details> <summary>View changed files</summary> 📝 `frontend/app_flowy/packages/flowy_editor/example/lib/plugin/image_node_widget.dart` (+1 -0) 📝 `frontend/app_flowy/packages/flowy_editor/example/lib/plugin/text_node_widget.dart` (+1 -0) ➕ `frontend/app_flowy/packages/flowy_editor/lib/document/attributes.dart` (+42 -0) 📝 `frontend/app_flowy/packages/flowy_editor/lib/document/node.dart` (+1 -2) 📝 `frontend/app_flowy/packages/flowy_editor/lib/document/state_tree.dart` (+1 -0) 📝 `frontend/app_flowy/packages/flowy_editor/lib/document/text_delta.dart` (+29 -29) 📝 `frontend/app_flowy/packages/flowy_editor/lib/editor_state.dart` (+1 -0) 📝 `frontend/app_flowy/packages/flowy_editor/lib/operation/operation.dart` (+17 -0) 📝 `frontend/app_flowy/packages/flowy_editor/test/delta_test.dart` (+182 -155) </details> ### 📄 Description This PR is implementing the inverting operation of `TextDelta`. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror 2026-03-23 21:36:55 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
AppFlowy-IO/AppFlowy#4239
No description provided.