Page MenuHomePhabricator

Move inline comment creation to new DiffInline code
ClosedPublic

Authored by epriestley on May 15 2017, 11:30 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Mar 26, 7:34 AM
Unknown Object (File)
Jan 31 2024, 5:28 PM
Unknown Object (File)
Jan 9 2024, 10:18 AM
Unknown Object (File)
Jan 5 2024, 1:44 PM
Unknown Object (File)
Dec 27 2023, 11:02 AM
Unknown Object (File)
Dec 27 2023, 11:01 AM
Unknown Object (File)
Dec 27 2023, 11:01 AM
Unknown Object (File)
Dec 25 2023, 2:48 PM
Subscribers
None

Details

Summary

Ref T12616. This makes creating inlines use the new code.

Creation and editing is now slightly more consistent in how it uses nodes. This will simplify the next change (replies), which I ran into some trouble with in an earlier iteration.

Note that this (and other changes in the series) allow you to create and edit multiple inlines simultaneously. This is mostly a feature, although I expect we'll need to lock it down a little bit. I have some UI ideas to help avoid errors.

Test Plan

Created inlines on a single line; on a range of lines; on the same line; multiple inlines at the same time.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.May 16 2017, 12:22 AM
This revision was automatically updated to reflect the committed changes.