Chromium Code Reviews
DescriptionIntroduce CompletionTarget to take the place of the Node being completed.
Instead of locating the node containing the cursor offset using a
NodeLocator, identify the edge in the parse tree which will be
displaced or modified by the completion proposal. This reduces the
number of cases that need to be handled in the _OpTypeAstVisitor, and
avoids the need for the _OpTypeAstVisitor to consider character
offsets in nearly all cases.
R=danrubel@google.com
Committed: https://code.google.com/p/dart/source/detail?r=42543
Patch Set 1 #
Total comments: 9
Messages
Total messages: 5 (1 generated)
|