기본 편집 Profile의 전체 선택·확정·Undo 계약을 보강한다 - #728
Merged
Merged
Conversation
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.
전체 선택을 반복하면 해제되는 입력과, 확정 결과를 확인하기 전에 draft를 닫는 callback 때문에 기본 편집 관습을 조합하기 어려웠다. 기본 Usage가 반복 전체 선택을 유지하고 domain의 확정 거절 후에도 편집을 이어 갈 수 있도록 기존 owner의 계약을 보강한다.
selectAllAffordance(..., { repeat: "preserve" }). 옵션 생략·명시적 toggle은 기존 동작을 유지한다.selection.select-all. 기존 Range family를 사용해 최종 선택을 한 번 발행한다. 빈 대상, visible/행·열 topology, 반복 및 Undo/Redo 보존을 검사한다.createRenameSession의 동기tryCommit과 기존onCommit은 상호 배타적이다. 실패 시 draft 유지, 성공·취소 시 종료를 검증하고 Order Usage가 domain 결과를 전달한다.공개 API reference, owning README, Site Usage와 Source 탭을 갱신했다. Core six-member 계약과 Stable profile은 유지한다. 설계 문서 PR #726과 별개의 runtime 변경이다.
검증:
workspace:check,standard:check,docs:evaluate,docs:api:check,site:verify:pages통과.학습 기록과 범위: #727, 의미·입력 정책·확정 실패의 경계.
Closes #727