Splices#2273
Draft
Negabinary wants to merge 10 commits into
Draft
Conversation
Made-with: Cursor
Carry projector syntax as segments and expose splice metadata through the projector view path so nested editable regions can be rendered by callers. Made-with: Cursor
Normalize splice contents at construction and remold/regrout them with the sort and boundary shape of their embedding context. Made-with: Cursor
Track projector and splice ancestry explicitly so movement can enter and leave nested splice editors by stable projector and splice indexes. Made-with: Cursor
Render splice contents through their own editor surface with local measurement, decorations, clicks, and drag selection so projector splices behave like nested editors. Made-with: Cursor
Add the VList projector kind with stacked splice editors, list syntax initialization, controls, sizing, and context-menu registration. Made-with: Cursor
Unwrap splice contents when removing projectors and update projector syntax from the root when actions originate inside a nested splice editor. Made-with: Cursor
Add regression coverage for VList splice movement, editing, cursor info, empty lists, root updates from splices, drag selection, and unprojecting. Made-with: Cursor
Add the regen helper and update serialized docs/examples so persisted syntax matches the segment-based projector format. Made-with: Cursor
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.
This is the one