feat(editor): migrate editing surface to CodeMirror 6 - #3158
Open
charlypa wants to merge 1 commit into
Open
Conversation
Replace CM5 with a CM6 EditorView adapter and Phoenix-owned compatibility facade. Virtualize historical module, addon, mode, keymap, theme, text, and filesystem imports. Update core editor consumers, integrated extensions, live preview, Markdown editing, and themes. Add CM6 bundling, license generation, zero-CM5 validation, release checks, and regression tests. Harden Phoenix Builder process, build, WebSocket, and test control with automated coverage. Document architecture, review order, risks, exclusions, reproduction steps, and test evidence. Validation: Builder matrix 4,811/4,811; conformance 74/74; validator 15/15; MCP 16/16. Runtime smoke checks cover Chromium, Firefox, Electron, and Tauri source loading.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Replace CM5 with a CM6 EditorView adapter and Phoenix-owned compatibility facade.
Virtualize historical module, addon, mode, keymap, theme, text, and filesystem imports.
Update core editor consumers, integrated extensions, live preview, Markdown editing, and themes.
Add CM6 bundling, license generation, zero-CM5 validation, release checks, and regression tests.
Harden Phoenix Builder process, build, WebSocket, and test control with automated coverage.
Document architecture, review order, risks, exclusions, reproduction steps, and test evidence.
Validation: Builder matrix 4,811/4,811; conformance 74/74; validator 15/15; MCP 16/16.
Runtime smoke checks cover Chromium, Firefox, Electron, and Tauri source loading.
What kind of change does this PR introduce?
Screenshots or Gifs of the change
Does this PR introduce a breaking change?
Tests done
Checklist
Other information
pull request guidelines: