Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(24)

Issue 197923002: Mock up code completion. (Closed)

Created:
6 years, 9 months ago by ahe
Modified:
6 years, 9 months ago
Reviewers:
kasperl
CC:
reviews_dartlang.org, lukechurch
Visibility:
Public.

Description

Mock up code completion. Includes: * Mock up semantic analysis by collecting all identifiers. * Code for talking to Luke's "Dart Mind" service. * A JavaScript-based UI mock. R=kasperl@google.com Committed: https://code.google.com/p/dart/source/detail?r=34310

Patch Set 1 #

Total comments: 8

Patch Set 2 : Too many changes to summarize in one line. #

Total comments: 44

Patch Set 3 : Address Kasper's comments. #

Patch Set 4 : Merged with r34309. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+2239 lines, -499 lines) Patch
M dart/sdk/lib/_internal/compiler/samples/leap_server/leap_server.dart View 1 2 5 chunks +117 lines, -11 lines 0 comments Download
M dart/site/try/build_try.gyp View 1 1 chunk +1 line, -1 line 0 comments Download
M dart/site/try/index.html View 1 2 4 chunks +127 lines, -12 lines 0 comments Download
A dart/site/try/src/Makefile View 1 2 1 chunk +10 lines, -0 lines 0 comments Download
A + dart/site/try/src/caching_compiler.dart View 1 2 3 chunks +27 lines, -111 lines 0 comments Download
M dart/site/try/src/compilation.dart View 1 4 chunks +25 lines, -6 lines 0 comments Download
M dart/site/try/src/compiler_isolate.dart View 1 3 chunks +8 lines, -4 lines 0 comments Download
M dart/site/try/src/decoration.dart View 1 1 chunk +30 lines, -0 lines 0 comments Download
M dart/site/try/src/editor.dart View 1 5 chunks +87 lines, -175 lines 0 comments Download
A dart/site/try/src/interaction_manager.dart View 1 2 1 chunk +644 lines, -0 lines 0 comments Download
M dart/site/try/src/isolate_legacy.dart View 1 1 chunk +0 lines, -1 line 0 comments Download
M dart/site/try/src/leap.dart View 1 6 chunks +8 lines, -6 lines 0 comments Download
A dart/site/try/src/messages.dart View 1 2 1 chunk +35 lines, -0 lines 0 comments Download
A dart/site/try/src/mock.dart View 1 1 chunk +733 lines, -0 lines 0 comments Download
M dart/site/try/src/run.dart View 1 1 chunk +5 lines, -2 lines 0 comments Download
A dart/site/try/src/settings.dart View 1 1 chunk +104 lines, -0 lines 0 comments Download
M dart/site/try/src/ui.dart View 1 2 9 chunks +235 lines, -170 lines 0 comments Download
A dart/site/try/src/user_option.dart View 1 1 chunk +43 lines, -0 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
ahe
Mostly FYI for now. Code is not ready to commit.
6 years, 9 months ago (2014-03-12 18:35:49 UTC) #1
kasperl
Can't wait to try this out in action... https://codereview.chromium.org/197923002/diff/1/dart/site/try/code_completion_ui_mock/experiment.js File dart/site/try/code_completion_ui_mock/experiment.js (right): https://codereview.chromium.org/197923002/diff/1/dart/site/try/code_completion_ui_mock/experiment.js#newcode1 dart/site/try/code_completion_ui_mock/experiment.js:1: var ...
6 years, 9 months ago (2014-03-13 07:39:58 UTC) #2
ahe
I'd like to commit this version. Code completion is disabled by default, but can be ...
6 years, 9 months ago (2014-03-24 09:15:55 UTC) #3
kasperl
LGTM with a few comments: https://codereview.chromium.org/197923002/diff/60001/dart/sdk/lib/_internal/compiler/samples/leap_server/leap_server.dart File dart/sdk/lib/_internal/compiler/samples/leap_server/leap_server.dart (right): https://codereview.chromium.org/197923002/diff/60001/dart/sdk/lib/_internal/compiler/samples/leap_server/leap_server.dart#newcode11 dart/sdk/lib/_internal/compiler/samples/leap_server/leap_server.dart:11: class ProjectCommand { Maybe ...
6 years, 9 months ago (2014-03-24 10:32:51 UTC) #4
ahe
Thank you, Kasper! https://codereview.chromium.org/197923002/diff/60001/dart/sdk/lib/_internal/compiler/samples/leap_server/leap_server.dart File dart/sdk/lib/_internal/compiler/samples/leap_server/leap_server.dart (right): https://codereview.chromium.org/197923002/diff/60001/dart/sdk/lib/_internal/compiler/samples/leap_server/leap_server.dart#newcode11 dart/sdk/lib/_internal/compiler/samples/leap_server/leap_server.dart:11: class ProjectCommand { On 2014/03/24 10:32:51, ...
6 years, 9 months ago (2014-03-24 15:20:23 UTC) #5
ahe
6 years, 9 months ago (2014-03-24 15:31:21 UTC) #6
Message was sent while issue was closed.
Committed patchset #4 manually as r34310 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698