Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates from Overleaf #2

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 10 additions & 2 deletions grove-paper.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1750,8 +1750,8 @@ \subsubsection{Editing Different Parts of the Code}
and \autoref{fig:Editing Different Parts of the Code-b}, respectively.
(Note that the transition edge from \autoref{fig:Move-b} to
\autoref{fig:Editing Different Parts of the Code-b} represents
multiple edges, i.e., deleting~\eConstructionY{} and adding~\eDifferentBob{} along with its child~\vDifferentBob{}.
We thus mark it with a star.)\todo{star size}\todo{"sync"}
multiple edges (i.e., deleting~\eConstructionY{} and adding~\eDifferentBob{} along with its child~\vDifferentBob{}).
We thus mark it with a star.)

Alice and Bob then transmit their graph edits to each other
and apply the other's graph edits to their own copy of the graph.
Expand Down Expand Up @@ -2032,6 +2032,14 @@ \subsubsection{Disconnection}
\subsection{Cursors}
\label{sub:Cursors}

Like Hazel, cursor position are a position in the tree, not a particular character.
They wrap around an expression

In most cases, cursor on position. This has the advantage of remaining stable
if the other user deletes the code under the cursor.
However, when there are multiple children, cursors need to be specific
to a particular edge.

Cursor is either on edge or on position

cursors are advisory
Expand Down