Skip to content

feat(word): add tracked changes find/replace support#71

Open
kuishou68 wants to merge 1 commit intoiOfficeAI:mainfrom
kuishou68:upstream/tracked-changes-core
Open

feat(word): add tracked changes find/replace support#71
kuishou68 wants to merge 1 commit intoiOfficeAI:mainfrom
kuishou68:upstream/tracked-changes-core

Conversation

@kuishou68
Copy link
Copy Markdown
Contributor

Summary

  • add tracked=true support to Word find/replace so matches are emitted as w:del + w:ins
  • add trackRevisions / trackChanges setting support to explicitly toggle review mode in settings.xml
  • keep the change scoped to Word set/doc-settings paths without touching preview/runtime behavior

Why

This moves tracked review markup generation into OfficeCLI's OpenXML flow instead of requiring callers to patch DOCX ZIP/XML externally. It also makes it possible to exit review mode cleanly after acceptAllChanges / rejectAllChanges.

Validation

  • dotnet restore src/officecli/officecli.csproj -nologo
  • dotnet build src/officecli/officecli.csproj -nologo --no-restore

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.

1 participant