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

Introduce mark operation to Text.setStyle #643

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

Introduce mark operation to Text.setStyle #643

wants to merge 4 commits into from

Conversation

MoonGyu1
Copy link
Contributor

What this PR does / why we need it:

Currently, the Text.setStyle logic sometimes doesn't adequately preserve user intent when formatting text concurrently. Therefore, we have introduced the mark operation of the Peritext algorithm to Text, enabling the reflection of user intent in concurrent editing scenarios.

This implementation is currently being worked on in the PR#647, and this PR just updated the protocol for the purpose of concurrent testing.

Which issue(s) this PR fixes:

Address #672

Special notes for your reviewer:

Does this PR introduce a user-facing change?:


Additional documentation:


Checklist:

  • Added relevant tests or not required
  • Didn't break anything

@MoonGyu1 MoonGyu1 marked this pull request as draft September 15, 2023 02:29
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

Successfully merging this pull request may close these issues.

Preserve users' intentions during concurrent rich-text editing (refer to Peritext)
2 participants